Forum Replies Created
-
In reply to: HTML editor doesn’t appear on bbpress 2.6.7
stylepack is my plugin- I’ll need to take a look
ok, I can only suggest that you have some caching software – otherwise I’m out of ideas
ok, so check what changes in post and post meta for the topic itself?
ok, so exactly what in the database (post and post meta) changes when you update in wp_admin?
In reply to: Download Buttons don’t workI’ve reported this to the authors
looks ok without testing – does it work ?
without a deep dive into your code and gravity, we’ll need to guess at answers.
I presume you are not running any caching software?
if not then you could tie a new reply to the action on submission.
so if you have data, then the new_reply_handler in \includes\replies\functions.php starting at line 125 might be what you need.
if you have $_POST data, then it might be as simple as
add_action( 'whatever_your_actions_hook_is', 'bbp_new_reply_handler', 10 );
ok, so your form submission adds things to the metadata – yes ? or no ?
just seeing if we need to update metadata or just run an update?
Do you have the ability in gravity forms to link to an action on form submission ?
As far as I can see they are just there to allow for specific CSS changes if you wish, so suspect you can quite happily delete them. 🙂
In reply to: Issue with Hueman theme headerno problem 🙂
In reply to: Get subsciber link for specific topic?we’ve all been there 🙂 🙂
Given that’d a paid add-on, you should refer to them in the first instance.
In reply to: Image on Forum Topicsso this is a different image for EACH topic or EACH forum?
In reply to: Get subsciber link for specific topic?untested but
bbp_get_topic_subscription_link (array( 'object_id' => $topic_id) ))
In reply to: Child theme/ php template filesthat link in my last post will get you a list as a solution
In reply to: Display Full Pagelinks goes to 404
In reply to: Automatic register to bbpressgreat – glad you are fixed !!
In reply to: Automatic register to bbpressok – are you a keymaster? only keymasters can view the settings.
In reply to: Automatic register to bbpressit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Automatic register to bbpressdashboatd>settings>forums>Automatically give registered visitors the participant role
In reply to: Custom Registration Emailyes it does make sense 🙂
so this is just ‘registration’ and any new users you ‘register’ for ‘wordpress not forums’ will be known to you and presumably admins, so it probably does not matter that ‘all’ new registrations receive a ‘forum’ welcome, as they will all be forum users apart from any new admins you sign up, who can be told to ignore the email.
so I would suggest that you just use a WordPress registration welcome and tailor it for your forum users.
Does that make sense, or have I misunderstood something ?
In reply to: Custom Registration Emailok, so how you are doing those differently from WordPress?
In reply to: Custom Registration Emailbbpress simply users WordPress registration, so any WordPress registration plugin will work.
just google ‘wordpress registration plugins’