Search Results for 'bbpress'
-
Search Results
-
Topic: Newbie Questions
Hello there,
I am new to bbpress and have some questions I would like to ask.
A little about the website I will be creating:
I am wanting to build a local forum for my town in which users can discuss anything related to the town, post jobs, events and advertise their businesses.The community will mainly be free, but wondered if there are any plugins that allow me to charge users to post a thread in specific forums? I’m guessing there might be some sort of membership level plugin? If so, would the membership work on a per month basis, or per post basis?
Another idea I have is to create some sort of points system in which users gain.lose points on new threads, posts etc and then redeem these points or credits for physical goodies?
Also, in terms of themes, are there themes available for bbpress or would I need to design on top of the core installation?
I am very new, so will probably be needing a lot of help, but excited about building my community website 🙂
Thanks!
This topic is an extension of this. When threaded topics are enabled in 2.6.x versions, we are unable to reply threaded like before.
And also, the oldest issue is still unresolved – It has been years and no paginations for threaded replies yet.
Can we expect a patch for the former issue in the next release?
Good day!
I have updated the bbpress plugin on the site and the automatic marking of notifications as read, once the link is clicked, seems gone. I have reverted back to the previous version to make this work.
Can you kindly advise for a solution to make it work for the new version of the plugin? I would be a hassle to click on the read link to clear up notifications. By the way, it only happens when logged in to Safari.
Please advise. Thank you!
Topic: Is it possbile to do this?
Hi there,
i am quite new to wordpress\bbpress but i already looked at https://bbpress.org/forums/topic/how-do-i-extract-a-topicreply-excerpt/
What i want to create is this.
We have a fairly sizable install of bbpress at backpackinglight.com/forums.
We upgraded to the newest version of 2.6.x last week, and are noticing two very significant negative impacts:
The time between hitting the “post” button on a new post, and waiting for the post query to finish, has tripled. When the site is busy, it now takes more than 30 seconds.
As such, users are hitting the button twice which results in double posting.
Is there anything we can do to optimize these queries to improve performance?
I am using bbpress and buddypress.
I created a group and created a forum with buddypress.
Creating a topic in a forum looks like this:
https://demo.com/groups/demogroup/forum/topic/〇〇〇
I want this part to be an arbitrary number or “id”.
Example:
https://demo.com/groups/demogroup/forum/topic/12345How do I fix it?
Thank you in advance.
The current support bbPress has a neat theme. It will be helpful if we can refer it for the best practices and customization. I searched and could not find the source code for the forum’s theme or WordPress’s support theme. Where to find it? Is it open source?
My bbPress installation is customized a little and has subscribe and favourite buttons in a different place. Since 2.6 extra favourite and subscribe links are appearing in the lead topic header. Is there a way to remove the default ones and keep the ones generated by
<?php bbp_topic_favorite_link();?>
and<?php bbp_topic_subscription_link(); ?>
?I have inherited a bbPress installation that has an issue, which I am not sure is to do with how bbPress works out of the box, is a configuration setting, or is as a result of customisation.
When an email is sent notifying of a reply to a topic, the reply link in the email takes the user through to a page that only shows the reply with no link through to the topic that has been replied to.
The URL is of the form: https://mywebsite.com/forums/reply/46572/
and the template looks like this:
Is it possible to either:
- Include a link in the template to go back to the topic, or,
- Have the link that is sent out in the email go to the topic, but with an ID ref to the reply, in this example:
https://mywebsite.com/forums/discussion/my-topic-slug/#post-46572
Are either of those possible, and if so how might I go about configuring bbPress appropriately?
TIA!
Hi @gingerngo, I don’t have Press Permit plugin but still have this isue. So it must be the bbpress itself.
Wonder if anybody here have found a solution?
I saw this discussion:
It implied it was fixed in bbpress 2.1:
https://bbpress.trac.wordpress.org/ticket/1803
But I don’t get it.
This is a sub forum with child forums:
<a class="bbp-forum-title" href="https://www.publictalksoftware.co.uk/support-forums/forum/meeting-schedule-assistant/midweek-editor/">Midweek Editor</a>
This is a forum with no child forums:
<a class="bbp-forum-title" href="https://www.publictalksoftware.co.uk/support-forums/forum/meeting-schedule-assistant/assignments-editor/">Assignments Editor</a>
As you can see, the code is exactly the same. I understood from the associated discussion that the forum with child forums would have a additional class specified so that we could use pseudo before / after to add a symbol to indicate it is a forum with sub forums.
Or do I have to go about this differently?
I am using bbp style pack.
Thanks for shedding any light on this.
Hey Guys,
Since bbPress v2.6.4 undefined variable message appears in both admin and frontend pagesNotice: Undefined variable: topic_id in [PATH]\wp-content\plugins\bbpress\includes\replies\template.php on line 456 Notice: Undefined variable: topic_id in [PATH]\wp-content\plugins\bbpress\includes\replies\template.php on line 461 Notice: Undefined variable: topic_id in [PATH]\wp-content\plugins\bbpress\includes\replies\template.php on line 467
I found variable [topic_id] inside two if statements in function [bbp_get_reply_url] so I think that you should move the variable definition in the function scope not inside the if.
If you google that [undefined variable: topic_id replies\template.php] you will find that a lot of online forums using bbPress generate that error in the front-end pages.
P.S. some people taking about BuddyPress but I think it should be fixed in the bbPress functions.
Thanks