Forum Replies Created
-
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’
In reply to: Is bbpress abandoned?dev work is ongoing in bbpress – see
https://bbpress.trac.wordpress.org/report
but bbpress authors chose to release sparingly.
there are a good many additional plugins that do lots of things to add functionality to bbpress
In reply to: Child theme/ php template filesI’ve been kicking this round from time to time in an effort to get to a solution.
This is close to what you want I hope
download this file, unzip and FTP to your child theme’s bbpress folder
sorry, you’ll need to kick this round yourself if you want to alter layout, but it should be close
🙂
In reply to: topic/reply is pending moderation🙂
.bbp-topics ul.sticky, .bbp-forum-content ul.sticky { background-color: blue !important; }