lwyndham
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Checkbox – Email not recordingThis has now been resolved thanks to philmcdonnell who suggested the following fix in the topic Checkboxes outputting “Array”:
Around line 599 look for:
$submitted = trim( $submitted );
Then just add the comment marks in front of it like so:
//$submitted = trim( $submitted );
Forum: Plugins
In reply to: [bbPress Notify] Notify Custom User RolesI too was looking for this functionality.
In the end I modified the plugin so that it added the custom role(s) of my choice.
With a little knowledge it was not too difficult.
Remember you need to add the custom role to both new topic and replies I added…
Step 1 – added custom role to the arrays $newsettings_newtopic and $newsettings_newreply
Step 2 – added new case statement for the custom roles to function function notify_new_topic and function notify_new_relpy
Step 3 – Added another case statement for the custom role to function _topic_recipients_inputfield() and function _reply_recipients_inputfield()
Hope this helps!!!
Forum: Plugins
In reply to: [bbPress Notify] Notify Custom User RolesI too was looking for this functionality.
In the end I modified the plugin so that it added the custom role(s) of my choice.
With a little knowledge it was not too difficult.
Remember you need to add the custom role to both new topic and replies I added…
Step 1 – added custom role to the arrays $newsettings_newtopic and $newsettings_newreply
Step 2 – added new case statement for the custom roles to function function notify_new_topic and function notify_new_relpy
Step 3 – Added another case statement for the custom role to function _topic_recipients_inputfield() and function _reply_recipients_inputfield()
Hope this helps!!!
+1
I also think it would be better to have a message saying that it is awaiting approval.
Forum: Plugins
In reply to: [Toolbar Remixed - Free] Settings Options: NoneSame problems here, tried different browsers but still no joy.
Forum: Plugins
In reply to: [bbPress Notify] User Opt In Option?I would really like to see the option to allow users to opt in which forums they would like to receive notification from i.e. only the forums that are relevant to them.
I this was available as a premium plugin i would happily pay for it.
Forum: Plugins
In reply to: [bbPress Notify] User Defined RolesProblem now resolved.
I updated the plugin so that I now have an option for my user defined roles – tested and it is working great.
Thanks again for the plugin!