Search Results for '+.+default+.+'
-
AuthorSearch Results
-
December 29, 2021 at 2:19 pm #226414
Robin W
Moderatorok, so using this process for each of the following files in place of xxfilexx.php below
find
wp-content/plugins/bbpress/templates/default/bbpress/xxfilexx.phptransfer this to your pc and edit
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/xxfilexx.phpbbPress will now use this template instead of the original
so template 1.
\templates\default\bbpress\user-profile.php
to remove lines 42 & 43 to tale out the counts if you wish.
then template 2
templates\default\bbpress\user-details.php
take out lines 34-60
then templates
\templates\default\bbpress\user-topics-created.php
\templates\default\bbpress\user-replies-created.phptake out all the code between the 2 ‘do_action’ lines
That should get you there
December 22, 2021 at 3:39 am #226275Topic: PLease help me full width problem
in forum Troubleshootingstayfitlonger333
ParticipantWhen I set up bbpress first locally on my computer, I managed to get all pages for bbpress full width with no sidebars. I simply went to Theme options and set all pages and posts to default full page width tempates.
Now I am setting up bbpress on a live site. bbpress forum pages display correctly in full width, but to my unpleasant surprise the user profile page displays with a sidebar. I simply can’t get rid of the sidebar and make the page full width. This is very disappointing for me – can someone help,
thank youDecember 21, 2021 at 2:16 pm #226271In reply to: Need help with slow MYSQL query & high CPU usage
Robin W
Moderatorhmmm…agree it is very hard from this snippet to know where it is coming from.
Presuming you can repeat this timing, I’d suggest that you do the standard fault finding ie swicth to a default theme and just have bbpress as the only plugin. If the query still shows, then it is a bboress one, and you can work through individual bbpress displays to see if you can work out where it is called.
If it doesn’t show, then I’d suspect a bbpress add-n and you can add back plugins to try and find the culprit
December 17, 2021 at 4:00 pm #226241Robin W
Moderatorok, best advice I can give is the standard fault finding :
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 14, 2021 at 3:03 pm #226180In reply to: wordpress user role reduced to only 2
susanhsun
ParticipantHi Robin,
Thank you for comment.
I did exactly what you said.
Now the theme is twentytwenty.
Disabling all plugins other than bbpress doesn’t bring the default site user roles.
Disabling bbpress, the default site user roles are back.To me, it seems that bbpress removed or hided the default roles.
Is it related to configuration somewhere?Really appreciate more help!
Best regards,
SusanDecember 14, 2021 at 2:31 pm #226175In reply to: BBp style pack
Robin W
ModeratorSorry, that file is back and corrupted I cannot say why.
I can only suggest 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
December 14, 2021 at 2:05 pm #226173In reply to: Custom Forum Pagination
alastair123
ParticipantIt looks like the default pagination details are being generated like this:
plugins -> bbpress -> templates -> default -> bbpress -> pagination-topics.php
Inside this module are these calls which go into the plugin:
bbp_forum_pagination_count()
bbp_forum_pagination_links()These are both defined in:
plugins -> bbpress -> includes -> topics -> template.php
December 14, 2021 at 1:56 pm #226172In reply to: Issue with Polylang
ecollart
ParticipantHello Robin,
I raised the issue with Polylang today as well but no answer yet from there.
I am not using the PRO version.The http://domain.com/forums/topic/admin-gui/edit/ doesn’t work at all for me but I didn’t try hiding URL language information for the default language.
The problem looks consistent.
Eric Collart
December 14, 2021 at 1:04 pm #226171In reply to: Issue with Polylang
xxreef
ParticipantHi robin,
in my situation for the default language
http://domain.com/forums/topic/admin-gui/edit/
work with flag “Hide URL language information for default language”,but for the others language the rewrite rule is triggered for edit, and add /it/, and 404 is raised.
Bye Renzo
December 14, 2021 at 9:37 am #226162In reply to: Issue with Polylang
xxreef
ParticipantHi,
in polylang settings the url is set to change with language, bbpress work for all situation (topic post reply) but the edit and other link in the upper bar not work.this is the default configuration for polylang.
With the flag “Hide URL language information for default language” allow to work for the default language (not use /en/).
I try to add a rewrite rule to htaccess without success.
https://stackoverflow.com/questions/70142230/why-my-additional-rewrite-rule-is-ignoredBye Renzo
December 13, 2021 at 5:37 pm #226144In reply to: wordpress user role reduced to only 2
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 13, 2021 at 4:59 pm #226143Topic: 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
-
AuthorSearch Results