Search Results for '+.+default+.+'
-
AuthorSearch Results
-
December 13, 2021 at 4:59 pm #226143
Topic: wordpress user role reduced to only 2
in forum Troubleshootingsusanhsun
ParticipantHei
After activated bbpress, the default wordpress user role reduced to only reader and administrator.
Is there anyway to get the default roles back?Best regards,
SusanDecember 9, 2021 at 12:11 pm #226055In reply to: Forum topic and replies not showing in profile
Robin W
Moderatorit 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
December 8, 2021 at 1:16 pm #226037In reply to: Missing Forum Menu
Robin W
Moderatorit 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
December 7, 2021 at 10:48 am #226006In reply to: BBP Style Pack – Username and Avatar problems
nes421
ParticipantLooks like there is no problem with default theme.
Theme causing problems is Newspaper 11December 7, 2021 at 10:40 am #226003In reply to: BBP Style Pack – Username and Avatar problems
Robin W
Moderatorok, I’d suggest you next test with those deactivated and see if it an issue with one of them, and if not test with a default theme.
December 7, 2021 at 10:29 am #226000In reply to: New topic “No Forum” is gone !
ecollart
ParticipantIn the backend. No forum is assigned per default when you create a new topic.
I use the backend as admin to create (and preferably manage afterwards) a super sticky topic that is not related to a specific forum but I want to see it on top of each individual forums (this topic explains how to use the forums).I can create the topic as super sticky and it is visible on the frontend but you cannot find it anymore in the “All Topics” section if you ever want to modify it.
If you try to modify it from the frontend, you get an Error 404 (page not found)I can share a backend screenshot if you want
Eric Collart
December 3, 2021 at 2:42 pm #225946In reply to: Subscription Mails
Chris
ParticipantNo success Robin. I used troubleshooting mode. I switched to a default theme, enabled bbpress and style pack – notification was still the same. On my theme the same.
December 3, 2021 at 1:46 pm #225945In reply to: Subscription Mails
Robin W
Moderatorok, so I am wondering if something else is interfering.
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
December 3, 2021 at 1:31 pm #225942In reply to: Subscription Mails
Chris
ParticipantSure Robin. I’m not sure if it’s wordpress default template, but I’ll show you what I receive (as a test user, not admin) and what I set up.
Here’s what I receive:

Here’s my template:

I also noticed that “Don’t show this message” (Oh bother! No forums were found here!) doesn’t work for me. I ticked it, but the message is still there. Is there a php snippet I could add to my Woody snippet plugin? Thank you.
December 3, 2021 at 1:16 pm #225939Robin W
Moderatorfind
wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-access.phptransfer this to your pc and edit the text as desired
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/feedback-no-access.phpbbPress will now use this template instead of the original
untested, but of you add
<?php bbp_get_template_part( 'form', 'user-login' ); ?>to the end of that form, it should also show a login
December 2, 2021 at 4:27 pm #225935Topic: Subscription Mails
in forum TroubleshootingChris
ParticipantHI. I have bbp Style Pack. I set up nice templates in Subscription Emails tab, but users don’t receive those mails. They receive default WordPress notifications. How to force bbPress to send those nice looking templates I’ve created?
Thank you
ChrisNovember 30, 2021 at 1:59 pm #225897In reply to: Hide “New Topic” Form on Certain Pages
Robin W
ModeratorUntested, but find
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.phptransfer this to your pc and edit
change line 31
from
<?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>to
<?php if ( bbp_current_user_can_access_create_topic_form() && (bbp_get_forum_id() != '2927') ) : ?>and save
where 2927 is the forum you don’t want to show the form for
then create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-topic.phpbbPress will now use this template instead of the original
If you want multiple forums, you could create and array and test against that
November 30, 2021 at 1:15 pm #225892In reply to: HTML editor doesn’t appear on bbpress 2.6.7
Robin W
Moderator@oscowordpress1 – it does on my test site
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
November 26, 2021 at 1:09 pm #225808In reply to: Paste as plain text for the Teeny Editor?
Robin W
Moderatorit’s a wordpress rather than bbpress issue.
The documentation could be clearer, but that section refers to the tinymce not the text editor
I’ve not tried it, but this might help
November 23, 2021 at 1:51 pm #225727In reply to: HTML editor doesn’t appear on bbpress 2.6.7
Robin W
Moderatoras far as I understand, the issue is detailed in changeset 7190 – yes?
so it is basically to hide the ‘generate passwword’ in form-user-passwords.php if the user’s browser does not support js or it is disabled.
If so, at the moment all bbpress pages end up with a no-js class as bbpress sets ‘no-js’ as the default, which means that the quicktags do not display on the topic and reply forms as they need js but the css thinks it is no-js, and the visual editor does not work for the same reasons.
At the moment you only test for js using the script technique in form-user-passwords.php viz
<script type="text/javascript"> document.body.className = document.body.className.replace( 'no-js', 'js' ); </script>so I would suggest 1 of 2 approaches
1. putting this test in more generally so it runs on any bbpress page (as usefully suggested by @webcreations907) maybe by adding to the main function, or adding a filter in \includes\core\filters.php to run the script
so something like :
add_filter ('bbp_body_class' , bbp_test_js) ; function bbp_test_js ($classes) { ?> <script type="text/javascript"> document.body.className = document.body.className.replace( 'no-js', 'js' ); </script> <?php return $classes ; }so that others could disable it
2. changing the class to bbp-no-js should work, if you do this in the bbp_body_class function and the form-user-passwords.php and in css, then I can no reason why it would not work if that is the sole intention of this.
November 19, 2021 at 10:22 am #225417Topic: Page layout only applies on main page
in forum ThemesAi Roux
ParticipantHello there,
I’ve installed bbpress on my forum, my theme is Fashify and my forum theme is the default one, nothing has been changed.
I setted the page of the forum with “full width”, and my default setting for the site has a right sidebar.How can I do to keep the full width template when I navigate through the forum ? I can’t find any setting for that.
Thanks by advance
November 16, 2021 at 12:14 pm #224410In reply to: Automatic register to bbpress
Robin W
Moderatorit 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
November 15, 2021 at 1:56 pm #224391In reply to: Custom Registration Email
pluckvermont
ParticipantSo our site typically has minimal users, myself and a few admins. We login properly and make the edits to the site.
We have a forum set-up coming online. Our registrants to the forum will get an email when they register. They’ll register from the bbpress shortcode I included on a page.
Instead of saying “Welcome the forum”, the email they receive says New User Registration.
The URL it provides is the /wp-login, not the page with the bbpress login shortcode. It’s a default WP registration and login.I’d liked to customize emails going to forum registrants that are specific to the forum.
Does that make sense?
Thx–
November 11, 2021 at 9:57 pm #224332a7xfanben
ParticipantHow can I edit the background color of sticky threads in a forum? I cannot find the current/default color in my style.css file or anywhere else so far.
Thanks!
November 11, 2021 at 1:15 pm #224326Robin W
Moderatorok, I cannot replicate – might be a multisite issue, might not.
all I can suggest further is the standard advice :
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
November 9, 2021 at 3:15 pm #224292In reply to: Child theme/ php template files
Robin W
ModeratorFORUMS
\templates\default\bbpress\content-archive-forum.php
lists forumscalls
loop forums or feedback-no-forums\templates\default\bbpress\loop-forums.php
does forum list headerscalls
loop-single-forum\templates\default\bbpress\loop-single-forum.php
lists each forum, last post and freshness_____________________________________
SINGLE FORUM\templates\default\bbpress\content-single-forum.php
lists sub forums if needed using loop-forums
calls
loop-topics
calls
form topic\templates\default\bbpress\loop-topics.php
does topic list headerscalls loop-single-topic
\templates\default\bbpress\loop-single-topic.php
lists each topic in the forum, last post and freshnesslists topic content
___________________________________________
SINGLE TOPIC\templates\default\bbpress\content-single-topic.php
if show lead topic set, calls content-single-topic-leadcalls
loop-replies
form-reply\templates\default\bbpress\loop-replies.php
does reply list headerscalls loop-single-reply
\templates\default\bbpress\loop-single-reply.php
lists reply content
November 8, 2021 at 9:23 am #224268In reply to: WP-CLI commands for bbPress?
Ludovic S. Clain
ParticipantHi Robin,
thank you for your reply.For your reference, wp-cli commands often (if not all) have default outputs and they do not need to be explicitly declared unless particular outputs are expected.
Here is a list of all post types available on my WordPress installation:
https://markuphero.com/share/5dn5FOkMzGNpG9R6Unbx
As you can see, I have a custom post type named ‘sfwd-lessons’ so if I run the command
wp post list --post_type=sfwd-lessonsI have all these custom posts which are listed with the default outputs:https://markuphero.com/share/8Mbqbgujeaou2QH60l1k
But when i’m trying
wp post list --post_type=topicthe output is empty:https://markuphero.com/share/3APucSjLM0IHRgLHIuVb
https://markuphero.com/share/V3pihOOXPNQWUx3Knzqd
Have you really tried it on your end?
Warm regards,
LudovicNovember 2, 2021 at 8:53 pm #224183Topic: How to shorten default URL?
in forum TroubleshootingJohnnyScience
ParticipantSo I just got bbPress installed and working on getting it setup.
I noticed the URL being a bit long and redundant:
.com/forums/forum/ohio-medical/
Is it possible in setting to pull one of those “forums” out of the URL?
Thanks!
November 2, 2021 at 11:01 am #224174In reply to: Anonymous Subscribers does not work
Robin W
Moderatorit 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
November 1, 2021 at 12:25 pm #224159In reply to: Limit users from creating topics
Robin W
Moderatorspectators should not be able to create topics.
Participants by default can.you will either need to
change participant permissions -see this
or add
and set up topic permissions which will then let you set up a group with permission to reply only
-
AuthorSearch Results