Search Results for 'bbpress'
-
Search Results
-
Hi,
I installed 2.6.6 on a site running WP 5.7.2. The site is https://www.vsjf.org/.
After activation, I see nothing in the Dashboard, I also see nothing under Settings nor Tools. It’s as if I never installed it.
I’ve never really seen anything like this with a plugin.
I did check the front-end, and the stylesheet for bbpress is loading in my header.
Has anyone experience this before?
Hi,
I’m testing my new website and found a problem with user registration. When a new user registers (in this case myself using a different email address), the verification email isn’t being send to the user.
I, as an admin receive the email that the user x is registered.
Wondering what could cause this issue? and is there any known fix for this?
Hi,
I have restricted access to wp-login.php using IP address filtering from htaccess file. Is there a way to have two separate login URLs (php login files) one for admins and a custom URLs for non-admins? If not, I have to remove the IP filtering from my htaccess file.
I noticed that the custom login URL I created for bbPress still uses the wp-login.php.Hello,
sorry for my english, i’m french.
I have bbpress 5.1.2.
I need to disable the possibility to post a topic outside of a child forum.
How can I do that ?thanks
CarolineHey all,
Using bbPress version: 2.6.5
I have an odd issue where the audio drops out within the block after I upload.
It works initially, then often about 5-10 minutes after upload the audio shows up as 0.00 seconds on site.
To fix it, I have to keep the WordPress page open and update the story.
From there it locks in and doesn’t drop out.
It’s very frustrating as it happens every single time.
Help much appreciated! Thanks
After installing bbpress I have a set of forums.
Every forum is presented using a php template in my child theme.
The php template has the filename bbpress.php.I’d like to create a php template that applies *just* to the individual forum pages. Not the forum topics or singles. Or anything else.
I’ve been looking at this:
The heirarchy seems to suggest that you can use ‘single-[forum].php’, which suggests that ‘[forum]’ needs to be substituted with the name of the forum.
… which is great. But I want one template to be applied to all forum singles and nothing else.
Just to test, I copied my existing bbress.php to a file called ‘single-forum.php’.
bbpress did pick this up and use it for my forum singles.
But the page didn’t present the actual forum. Where the forum should have been, there was just empty space.So… how do I create a template that gets applied to all forums and nothing else?
Topic: error 401
I can not enter into the forum without log in. But i open topic to public view mode. I get error messages 401 in Google search console. Can anyone help me?. I am using bbPress 2.6.6.
Topic: The matter of backslashes
Hello,
Some mathematical objects written in mathjax/latex use backslash (\). For example, one use \sqrt{} for the square root function, \mathbb{} for the set of numbers. In bbpress forums, these objects work perfectly but when the forums are displayed in buddypress activities streams, the backslash disappears and therefore the mathematical symbols are not rendered and make the texts difficult to read. If the texts are typed directly in buddypress side, things are also alright. So, the problem seems to be in the transition from forum to the buddypress activities.
I tried some solutions but nothing work. For example, I tried this solution:
remove_filter( ‘bp_get_the_topic_post_content’, ‘stripslashes_deep’ );but it did not work.
So I am asking for help; how can I do to solve the problem?Thank you in advance
Wordpress 5.7.2
bbpress 2.6.6Regards
Nestor
I’ve installed bbpress and created a set of forums.
On the forums page of my website, a linked list of forums shows… which is great.
However, I now want to alter the order in which the forums are listed.
Usually for post types, the admin screen allows a re-ordering of posts via the ‘quick edit’ link.
However, in the bbpress forums admin screens, forums don’t have the ‘quick edit’ listing.I’ve installed and configured a couple of plugins that allow admins to re-order post types. These don’t seem to touch bbpress forums.
At a last resort I’m sure I could find a code snippet online. But I’d like to work within the CMS admin as much as I can.
Is there a way to alter the order of the bbpress forums list display without falling back to code?