Search Results for 'bbpress'
-
AuthorSearch Results
-
March 23, 2021 at 2:45 pm #219439
In reply to: Forum Not showing
Unstoppable Solutions
ParticipantSorry, I thought you were BBPress support. DO they have another method of contact? I appreciate you trying to troubleshoot with me though
March 23, 2021 at 1:45 pm #219435In reply to: Forum Not showing
Unstoppable Solutions
ParticipantThe website is live, but the forum is not yet being used.
I tested it with Twenty-Twenty and Twenty-Nineteen get the same results. I am using the Kadence theme and have used it in the past with BBPress.
If you go to one of the forums it shows up. But if you try and view all of them they don’t show up.
March 22, 2021 at 9:19 pm #219421followsthelight
ParticipantHello
Somehow I had added an extra comma after each subforum name. Where do I fix that please?
On my forum homepage, I have subforums listed, however with some tweaking I managed to add an extra “,” comma after each subforum name. I had been looking all over the pages ( includes ) and bbpress pages aliek and I can’t seem to find them. Please be so kind to let me know where I may fix that?
Thank you in advance.Version 2.6.6
March 22, 2021 at 6:30 pm #219420In reply to: Shortcodes not working (wp-poll)
cassel
ParticipantWhere do I set it to allow shortcodes to show inside bbpress posts?
March 22, 2021 at 8:46 am #219410In reply to: BBPress user profile page is restricted !!!!
Robin W
Moderatorhmm… 300,000 sites use bbpress and I’ve not seen profiles being restricted by password on any site running a default theme and bbpress.
are you using
March 22, 2021 at 8:42 am #219409In reply to: BBPress user profile page is restricted !!!!
nayanboost
ParticipantI have contacted the hosting. They are saying it is something to do with bbpress !!!!
March 22, 2021 at 8:37 am #219407In reply to: BBPress user profile page is restricted !!!!
Robin W
Moderatormight be staging site related, but it’s not bbpress doing this.
suggest you contact your hoster to see if they can help
March 22, 2021 at 8:33 am #219406In reply to: BBPress user profile page is restricted !!!!
nayanboost
ParticipantI have disabled all the plugins except bbpress and switched the theme to twentytwenty but still it is showing the same.
https://stagemcgil.wpengine.com/discussion/ is the page where you can find the forum and please try checking one user profile.
March 22, 2021 at 5:03 am #219404In reply to: BBPress user profile page is restricted !!!!
Robin W
ModeratorI’d suspect that your theme has had an update then.
As this is a paid theme, I’d suggest you raise it with the theme authors first.
If you want to check you can
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
March 22, 2021 at 4:07 am #219396Topic: BBPress user profile page is restricted !!!!
in forum Troubleshootingnayanboost
ParticipantHello,
I am facing an issue, which is strange to me.
I am getting my user profile page protected with a password!!!! I don’t know how this happened. How can I remove the password protection from the user profile page?
Regards,
NayanMarch 21, 2021 at 1:23 pm #219389In reply to: bbPress Topics for Posts comment
Robin W
ModeratorAs I say I don’t plan to change how the default works – you can change that for your site, and yes it does not apply retrospectively
‘I also wanted to ask if there is a way to update that field in forum topics when editing in admin.’
yes just edit the topic.‘leave a comment’ is part of the comment form, and that is disabled when topics for posts shows. You can add that back on dashboard>settings>discussion>bbPress Topics for Posts Strings>Link text
March 21, 2021 at 12:27 pm #219388Topic: Unable to Edit the post in bbPress
in forum Troubleshootingritishsharma
ParticipantUsers/participants are unable to Edit their post after posting, Even though I already enabled ‘can edit the post in 30 minutes after posting’.
But they are unable to Edit, it shows the message that they have no permission to edit this.Does anybody know how can I troubleshoot this?
March 21, 2021 at 9:09 am #219383In reply to: Automatic subscribtion
Julia
ParticipantYou can customze two file form-reply.php and form-topic.php .
bbress> templates > default > form-topic.php at line 170
<input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox" value="bbp_subscribe" <?php bbp_form_topic_subscribed(); ?> /> ↓ <input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox"checked value="bbp_subscribe" <?php bbp_form_topic_subscribed(); ?> />bbress> templates > default > form-reply.php at line 104
<input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox" value="bbp_subscribe"<?php bbp_form_topic_subscribed(); ?> /> ↓ <input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox"checked value="bbp_subscribe"<?php bbp_form_topic_subscribed(); ?> />Then the topic and reply are automatically subscribed simply.
But the participant can uncheck the checkbox about subscription by himself.
If you do not want participant uncheck the checkbox, you can delete checkbox by CSS.Put these customized files in your child theme’s folder-bbpress.
March 21, 2021 at 4:34 am #219365In reply to: Forum Not showing
Robin W
Moderatorjust given screenshots, impossible to help
it 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
March 20, 2021 at 1:31 pm #219361In reply to: Stop redirect after submitting reply
Robin W
Moderatoryou’ll find the filter in
bbpress 2.6.6\includes\replies\functions.php
lines 473 and 768
March 19, 2021 at 5:27 pm #219351In reply to: Fix for PHPBB3 to BBPress conversion script
davidmanch
ParticipantHi Guys, If someone is still having problems importing data due to looped ‘Converting anonymous topic authors’ AND if you don’t need anonymous topic authors at all then I found a solution (in my case: bbPress 2.6.6 importing from PHPbb)
1) find this file: /wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter.php
2) TAKE A BACKUP
3) Replace the content of the file with this: https://pastebin.com/cRGQiLWs
4) Save and enjoy.Please remember, this will ignore anonymous topic authors so only use this solution if you don’t need them.
I hope I could help. David
March 19, 2021 at 11:14 am #219343In reply to: User Photo Gallery
Julia
ParticipantHow about the GD bbPress Attachments plugin?
March 19, 2021 at 11:07 am #219342In reply to: Automatic subscribtion
Julia
ParticipantHow about this code?
type="checkbox" ⇒ type="checkbox"checkedYou can customize the form-reply.php and form-topic.php .
<input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox"checked value="bbp_subscribe"<?php bbp_form_topic_subscribed(); ?> />You can change the code simply and put both files in your child theme’s bbpress folder.
March 19, 2021 at 7:15 am #219333In reply to: Developer Documentation
arryson
ParticipantThank you for your reply.
Maybe it might be interesting to add this info and a link to the buddyboss on the bbPress documentation tab ?
Thanks again.
March 19, 2021 at 6:54 am #219330In reply to: How to enable Unsubscription link only to Topic ?
Julia
Participant‘reply page’ means content-single-topic.php .
<?php bbp_topic_subscription_link(); ?>includes> topics > template.php
function bbp_topic_subscription_link( $args = array() ) { echo bbp_get_topic_subscription_link( $args ); } /** * Get the topic subscription link * * A custom wrapper for bbp_get_user_subscribe_link() * * @since 2.5.0 bbPress (r5156) * @since 2.6.0 bbPress (r6308) Add 'redirect_to' support */ function bbp_get_topic_subscription_link( $args = array() ) { // Defaults $retval = false; $user_id = bbp_get_current_user_id(); $redirect_to = bbp_is_subscriptions() ? bbp_get_subscriptions_permalink( $user_id ) : ''; // Parse the arguments $r = bbp_parse_args( $args, array( 'user_id' => $user_id, 'object_id' => bbp_get_topic_id(), 'object_type' => 'post', 'before' => ' | ', 'after' => '', 'subscribe' => esc_html__( 'Subscribe', 'bbpress' ), 'unsubscribe' => esc_html__( 'Unsubscribe', 'bbpress' ), 'redirect_to' => $redirect_to ), 'get_topic_subscribe_link' ); // Get the link $retval = bbp_get_user_subscribe_link( $r ); // Filter & return return apply_filters( 'bbp_get_topic_subscribe_link', $retval, $r, $args ); }March 18, 2021 at 5:06 pm #219316In reply to: Developer Documentation
Robin W
Moderatoronly stuff is in the documentation tab.
buddyboss basically uses bbpress and buddypress so all the bbpress hooks are the same
March 18, 2021 at 4:08 pm #219314Topic: Developer Documentation
in forum Requests & Feedbackarryson
ParticipantI have looked- searched the forum and the web…
Is there any Developer Documentation for bbPress ?
What I have in mind is like what exists for buddyboss:
Thanks
March 18, 2021 at 2:57 pm #219309In reply to: Do I have to stay in version 2.5 for life?
Robin W
Moderator@supermagicien – thanks so much for posting back, it is always good to get feedback and updates !
Really glad you are now working on the latest bbpress 🙂
March 18, 2021 at 2:48 pm #219307In reply to: Do I have to stay in version 2.5 for life?
supermagicien
ParticipantGood evening Robin,
I come to give some (good) news.
I recently cleaned up and removed a plugin that was out of date, so I was able to upgrade to the latest version of BBPRESS without any problems this time.
One problem that was persisting was posts and new topics disappearing, then thanks to you I understood that they were awaiting moderation, but I was not satisfied, I did not want to do moderation and let people post, I followed the advice of this topic: https://bbpress.org/forums/topic/random-replies-being-marked-pending/
and now everything seems to work. 👍
March 18, 2021 at 1:09 pm #219302In reply to: search returning 404 with Sydney theme
Robin W
Moderatorjust found 5 mins to look at this
so installed free sydney theme from wordpress
downloaded and installed child theme from here
https://athemes.com/download/sydney-child-theme/creates bbpress folder in child theme
copied \bbpress 2.6.6\templates\default\bbpress\content-search.php to child theme bbpress folder
all works fine.
I can only suggest you try
dashboard>settings>permalinks and just click ‘save’ – this resets the permalinks and often fixes 404 errors
-
AuthorSearch Results