Search Results for 'bbpress'
-
Search Results
-
I’m just setting up bbPress on my site (WordPress 6.1.1, custom theme non-Block Editor/Gutenberg).
I found interior forum pages are working but the main landing page was not. I was able to work around that by setting up a regular page and using the
[bbp-forum-index]
shortcode, but I see the user profile pages are still not working (and they are doing exactly what the forum index page was doing before).Here’s an example:
https://icscalendar.com/forums-home/users/room34/It’s possible this is a problem with my theme, but I’m not immediately sure what might be wrong (and I’d like to fix this without having to test for plugin/theme conflicts because this is my live site and I don’t have a staging environment set up… yet).
I’m guessing it may be a routing issue… I do have some code in my theme that uses the
template_include
filter.I have to say that I’m pretty impressed by the fact that GD bbPress Tools Pro plugin has sent today news regarding the update to the next big version (7.0) and Milan will be upgrading the topic and replies system to a completely separate table.
He says that this will increase efficiency for an obvious reason (indexing of wp_postmeta for such large amount of data in many forums is obviously one of the Achilles talon of bbPress).
But to some extent I feel that this will be like a “fork” of the bbPress project.
I’m uncertain if Milan is a regular user of these forums, but I would like to see your opinions on this movement. I’ve been using GD bbPress Tools for ages because it really complements well all my devs for bbPress on my forums (and I don’t have to be duplicating the code to perform most of the features that he has already implemented), but I’m pretty skeptical that this could be a major caveat for future releases and too much attachment to Milan (in case something happens to him, and considering that this is not open sourced).
I’m not sure either if he will be implementing this for the free version in the WordPress repo.
Furthermore, I may also ask this in his private forum, but I was looking for more opinions in this official forum.
PS: Yes, Milan is around as expected @gdragon
I’m using shortcode bbp-topic-index as my forum frontpage. I would like to style my page similar to how it look like in bbpress support forum. My question is how do I highlight those forum names beside each topic created?
see screenshot: https://paste.pics/KPDVE
Bonjour, j’ai un souci à partir des liens crées dans le forum, ils affichent tous des pages blanche, et donc les sujets ne s’affichent pas, le forum est visible, mais pas opérationnel, j’utilise le thème wordpress twenty one amélioré </>, les permaliens créesdu forum ont l’air corrects, le plug-in wat the file indique le fichier template-canvas.php et donne désolé ce fichier ne peut être modifié, je ne trouve pas l’origine des liens crées dans le forum qui mènent vers des pages blanche dans le navigateur web, merci de votre aide.
Hi all,
I would be happy if someone from the development team would help me out.
We have been running the forum for five years. This is happening for the first time:
Suddenly a user’s thread appeared twice. After reading both threads, the dot for ‘new thread/response’ remaained for one.
Even when I deleted both threads, the point remained for the forum and its parent.
How to solve this directly in the database please? Which table and how to find this entry?
Thanks for your help
Martin(bbPress version 2.5.14 wp version 6.1.1)
New user, first post 🙂 I am using the Reign theme by WBCom, and I really like it, except for the layout of the BBPress forum index page, and the topic page. I’d really rather not have to switch to a new theme (already paid for Reign, don’t want to pay for another theme!) so I’d like to see if I can alter it myself to get what I want.
Some general info: I taught myself html back in the 90s, so I’m OK with html and css, but I never got as far as php. However I can probably grasp the basics.
I tried out the Youzify plugin and it does a lot of the layout styling that I want, but changes other things that I don’t want. Would it be possible to use the code from this to guide me to make the alterations I want?
I’m stuck at the start: which file/s would I find the layouts? (css is about styling, I’m looking for table structure, where information is displayed, that sort of thing).
Thanks!
Hi, good days!
I wish to hide the message “You must be logged in to create new topics” in ONE of my forum. But leaving other forums UNTOUCHED.
Reason is that this particular forum is set as a private forum. Participants are not allowed to create new topics (but only can view its content) even though they log in. So this message looks a bit misleading for them.
I already created a BBpress child theme. Pls show me how to do this. Thanks!
I’m here for looking 2 functionalities for bbpress. First of them is quote, it is quite common function I think, if you click the quote function under the reply, it will copy the whole thing of the reply and paste in your textarea, this make people easy to deal with complicated answer sometimes. Second is see only author function, my blog subscribers very like to create long story(novel) in the forum under a topic, but they will split those stories into many chapters as update, for example, one of them post one chapter once a week, when he posted a chapter, there are many comments. I would like a function that can filter specific user reply under a topic, so reader can see the full story more clearly. Is there anywhere to add these 2 functions to bbpress forum? Either Plugin or filter hook code or other codes, thx for helping.