Forum Replies Created
-
In reply to: Help with installationIn reply to: Custom Breadcrumbs (what URL to use for forum)
I’d suggest you do this as follows:
there is a ‘hook’ that you show above called ‘<?php do_action( ‘bbp_template_before_single_topic’ ); ?>’
This tells bbpress to do any action that is added at that point.
so adding a hook will mean that the function is called at that point.
The following code should go in your child theme functions file, or use the code snippets plugin
add_action ( 'bbp_template_before_single_topic' , 'rew_back' ); function rew_back () { $text = 'click to go back' ; if (bbp_get_topic_forum_id() == '25') $href = home_url( '/forum/domestics/' ) ; if (bbp_get_topic_forum_id() == '33') $href = home_url( '/forum/commercial/' ) ; //where to go if page not there else $href = home_url( '/login/' ) ; echo '<a class="button" href ="'.$href.'">'.$text.'</a>' ; }
so each forum will need a line.
In reply to: How to let user publish the post right away?you must have an additional plugin that is moderating posts, bbpress just publishes
In reply to: Topic Viewhey great – glad you’re fixed, and thanks for posting your solution to help others
In reply to: Topic Viewthe problem is that modern themes ignore what wordpress expects and do all sorts of clever stuff.
yes copy page.php and rename it to bbpress.php
then post a copy of the file here, and I’ll try and help further
so what is the post publication schedule ? wordpress delayed publishing or a plugin?
is this related to bbpress ?
In reply to: Topic ViewIn reply to: notification description not showingok, not sure what to suggest next, as I’m not a buddypress expert.
In reply to: notification description not showingactually try both, making it lower means it runs first which might also be the answer !!
In reply to: notification description not showing20 – just a stab at a solution
In reply to: notification description not showingI suspect it is to do with a conflict in this file
bbpress 2.5.14\includes\extend\buddypress\notifications.php
which hooks to the same filter. Maybe up your priority from 10 to get yours to run later ?
In reply to: admin menu doesn’t show on topic pageok, not something I’ve seen, as can only suggest that you do the basic fault finding process ie
It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: User registration email not sending to userWhether you register via wordpress or bbpress the password email comes from
see this article for further help
https://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/
In reply to: admin menu doesn’t show on topic pageis this publicly viewable ?
In reply to: Undefined Index NoticesI suspect it is a conflict.
It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: XOOPS xForum to bbpressyou will need to do a custom import
buddypress and bbpress just use the wordpress logon.
It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Attachment add and viewIn reply to: Attachment add and viewIn reply to: Make bbpress GDPR compliantLike most laws, it adds work to the law abiding, whilst not actually achieving much.
All it seems to have acheived is masses of ‘accept settings’ pop ups that no one ever reads.
In reply to: Make bbpress GDPR compliantI’m just a bbpress user who helps out here, so cannot comment on whether it should be core.
There was and is much debate about whether you can claim anything you put yourself into public view (eg in a topic or reply, or wordpress comment ) as personal data – and then demand it be removed.
for instance https://law.stackexchange.com/questions/28276/are-internet-forum-posts-considered-personal-data-under-gdpr
In reply to: Make bbpress GDPR compliantif you wish to include topics and replies in the personal data export, use this plugin
In reply to: Which cookies is bbpress using/placing?bbpress doesn’t use any, as wordpress handles the login
In reply to: Make bbpress GDPR compliantGDPR is about personal data – if you choose to publish information in a forum then this is not personal data, and there is no requirement to delete such data.
if you leave facebook, everything you have published still remains