Forum Replies Created
-
it may be that your mail client is chopping emails with multiple recipients
try this
In reply to: One Off Identities or Posting As Multiple Usersyou would start by looking at the topic and reply forms in the templates
\bbpress\templates\default\bbpress\form-topic.php
which you can amend and copy to your child theme putting them in a bbpress folder
these link to the new topic or reply handlers in
\bbpress\includes\topics\functions.php line 96
and an equivalent in\bbpress\includes\replies\functions.php
these are called by filters eg
add_action( ‘bbp_post_request’, ‘bbp_new_topic_handler’, 10 );
so you could rewrite the new topic handler and call it from a new version of the above action, this could catch the $_POST from your dropdown, and add say an extra meta field, and allocating all topics/replies to a single user_id to prevent needing individual users.
You can then amend the other templates or use filters to show the drop-down from the meta in the content field.
In reply to: JOB OFFERUK, so EU at the moment !!
contact me at wilsonrobine@btinternet.com
In reply to: Freshnessno, that only fires on new topic/reply creation
In reply to: One Off Identities or Posting As Multiple Usersnothing exists as far as I know. Like everything it could be coded, but beyond free help.
In reply to: Freshnessok, so have you run the repair forums, and did that correct?
In reply to: Display hidden forums in front end to publicok that’s the best I can do.
you then need to change hidden forums to public forums but use groups to prevent acess, and set forum visibility, then they will see that they exist, but not be able to access.
so have you tried the above?
In reply to: Display hidden forums in front end to publicyou’ll need to look at the help section to see how to set it up
In reply to: Display hidden forums in front end to publicnot what I planned, and I know why, but of it works for you then great !!
ok, this may or may nogt work
can you download this file
and then open it and paste the contents into code snippets ion the php/code section
then let me know if it does anything (at all!!)
ok, let me play with some code and come back
Lars,
I cannot remember if you are technical or not – let me know, if you are I can point you to a solution, but if not, then it may take me a while to work it all out.
In reply to: Usernames🙂
In reply to: Rename heading?great – glad you ate fixed !
In reply to: Usernamesif you go into your profile, you have options as to what to show your name as
🙂
In reply to: repair favorites, subscriptions?hmm..not come across this part – not to say it didn’t exist in bbpress, I’m just a user !
It could be a part of buddypress, or maybe another plugin?
In reply to: repair favorites, subscriptions?ok, so I go to
dashboard>appearance>menus
then what or where ?
maybe by way of an example of what was and now is ?
In reply to: removing the sidebarone of the most annoying things in bbpress and a regular topic !
item 8 is your starting point
come back if you need further help
mail is one of the hardest things to debug in WordPress – there are so many factors that might be affecting.
this plugin works successfully on my sites
In reply to: repair favorites, subscriptions?can you explain what and where you don’t think is right ?
In reply to: Rename heading?create a page called ‘whatever’ and put the code
[bbp-forum-index]
in it
foren will become ‘whatever’
In reply to: Starter problems – registration not workinghmm – you seem to have something that is firing
are you multisite – you will know if you are, so if you don’t know the answer, the chances are you are not !
what other plugins do you have running?