I want to edit how the forums on the forum INDEX is displayed, but NOT the other forum archive pages… the other forum archive pages must remain as is.
Which file must I edit to change the display of the forum index ONLY?
Thanks so much!
I want to edit how the forums on the forum INDEX is displayed, but NOT the other forum archive pages… the other forum archive pages must remain as is.
Which file must I edit to change the display of the forum index ONLY?
Thanks so much!
I can destroy the spam hot tags individually but how do I prevent them? They have recently been getting worse. Is there a plug-in that I can install that will help?
Hi there!
Just yesterday I went ahead and updated our bbPress to 2.4 and missed out on validating the search functionality – which actually broke!
Right now I get a 404 when using the search functionality. It somehow cannot handle the new pretty URLs introduced with 2.4.
Instead of
https://bbpress.org/forums/search/my-query/
I get
http://mydomain.info/searchmy-query
I already tried:
– Disabling affiliated bbPress-plugins (got one German string replacement active)
– Saving the Permalinks again
– Checking .htaccess for any possible Rewrite-Rules which might conflict
None of those worked.
Any hints on how to tackle the error? It obviously was introduced with 2.4 and I couldn’t even say where to look first after checking up upon the obvious…
I got a bbpress.php in place at /wp-content/themes/my-theme/ in order to wrap bbPress in style but even there I double checked the code and essentially there is nothing possibly conflicting (at least from what I see).
Looking forward to you guys helping out.
Thanks & Regards!
Hello Everyone,
Hope this is ok to create this topic as I couldn’t find the solution.
The response of my topic doesn’t appear. It says that there is a response but when I clic on the link only the first message shows up.
What can I do to have the full thread?
Thank you.
Hi,
I’m new to bbpress, and am in the process of moving my old small forum (85 posts) to bbpress.
My old forum was developed 3 years ago by a custom web developer who is no longer doing any web work.
I’ve manually copied over the 85 posts but I need to change the author and date to match the original author and date.
I did a search on bbpress.org and found a link to an old plugin “edit-post-attributes” located here:
Is it safe to use this really old plugin? Is there a newer plugin that will do the trick?
Do I need a plugin at all? Is there a way to make these changes from the dashboard somewhere?
thanks,
Kanwal
When someone uses the quote option, it’s adding div tags in the code, so that when they submit, they show in the forum.
<div class=”d4p-bbp-quote-title”>The WarBlogler wrote:</div>Example? Was it just the quote HTML text?
Example:
http://www.warblogle.com/forums/topic/feedback-issues-suggestions-etc/#post-43162
Any ideas?
Has anyone added a dropdown box to modify the topic title.
On my site: http://www.kidzlaunch.com/ ‘‘
WP version 3.6, and bbpress plugin 2.4
I want to have different types of topics within each forum. For example, I would like to have a topic title start with [Lesson] or [Question].
For example
[Question] How to add a topic title prefix
Any help would be greatly appreciated.
Thank you
Barry
Can anybody explain to me the order of these replies? Check the times, there is one stuck at the bottom that was the 2nd or 3rd post on the topic, as well as others that just seem out of place. I’m sure there is some pattern but I am not seeing it.
I have threaded replies turned on to go to the 3 levels deep.
http://www.warblogle.com/forums/topic/miss-state/
I am modifying a site to enable this simple snippet of code to the bbPress login Widget. Once a user is logged in, I would like to check the user’s role (WordPress Role: admin, editor, author) and allow only those three access to the site’s dashboard by simply displaying the link there. I do not know how to translate the bbPress roles to the WordPress roles.
Any insight would be most appreciated.
Thank you in advance.
Hi all,
here is a problem that one of my members ran into whilst testing out the different tags available in the text editor. As he was unfamiliar with html tags he didn’t realise that a list tag would need to be nested within a ul/ol. Anyway, the problem occurs whenever someone posts a reply which contains an unnested list item (<li>list item</li>). Once the post is published the list tag is rendered underneath the unordered list class=”forums bbp-replies”. This causes styling issues for anything being displayed underneath the post.
I thought this may of just been my forum, but i briefly tested it on this forum and it also causes styling issues.
You can find a screenshot comparison of how my forum looks normally and how it looks with the tag breaking the style.
The image doesn’t show the severity of the issue, but you can see how a simple tag that any user can post can effect styles which are outside of the text editor.
I tried searching but couldn’t find anyone else reporting a similar issue. Has anyone else run into this before? are the bbpress developers aware?