OMG! :-(( You still can not see the right code.:-( This bbpress is filtering some strings… I will spell the strings in “”, you should write the code without spaces.
$content = str_replace(“& l t ;”,”<“,$content);
$content = str_replace(“& g t ;”,”>”,$content);
Hopefully I will succeed this (and last) time.:-)
This is a known issue for phpBB & Invision forums and the way it looks at the BBCode as its being imported, we are hoping to get this fixed for bbPress 2.2.
You can see more details on the problems here https://bbpress.trac.wordpress.org/ticket/1884
What the hell! This row is still being removed by the local bbpress… grrrr.
$content = str_replace(“>”,”>”,$content);
Add it in front of the “return” row.
Sorry, for some reason, one row was removed from the code. Here is the complete code. Additionally, the characters which were replaced by bbconvertor were replaced by the bbpress.org/forums reply content as well…:-) But you can see from the code what was replaced with what.:-)
add_filter("bbp_get_reply_content", "ps_bbp_get_reply_content");
function ps_bbp_get_reply_content ($content) {
$content = str_replace("<","",$content);
return $content;
}
Another observation + summary to the topic “bbpress is ignoring my customized index page file page-front-forums.php in my template directory”…
Default setup for forum base slug is “forums”. With this setup page-front-forums.php is being ignored. After change to “discussions”, the /discussion/ URL still ignores the template file BUT /forums/ URL is still working and it is working fine! (no shortcode usage).
BUT only for logged in users.:-)) Other users are redirected to web index page.
Anyway, I am happy to have at least some progress here.:-))
I have found the problem. bbConverter has imported all the first topic posts from my old forum to bbpress 2 with small modification: all “” characters were replaced with “<” and “>” (probably to remove HTML tags). I have resolved the issue by following code in my bbpress-functions.php file:
add_filter("bbp_get_reply_content", "ps_bbp_get_reply_content");
function ps_bbp_get_reply_content ($content) {
$content = str_replace("<","",$content);
return $content;
}
2.12 did not resolve this issue??
but i resolved it by changing the name of the file phpBB.php to Phpbb.php in wp-content/plugins/bbpress/bbp-admin/converters
Hello, I just installed bbPress a couple of hours ago, but I’ve been reading and struggling to make it work!
I changed the Theme Packages from bbPress Default to TwentyTen but it looked horrible.
Why is the bbPress Default not working? Nothing is showing up…
Here is the direct link to the forums, http://techandmake.com/forums/ and here is a topic example http://techandmake.com/forums/topic/envios-en-monterrey/
Please help!
I created a fresh forum and selected it as the “Parent Forum” of group forums through bbpress settings panel
Hi everybody,
After a long “war” with spams in lost in end. I cant prevent them with plugins or even ban IP on .htaccess.
Now, I’m planing to close new registration, and to leave forum like it is, no new posts.
I have deleted code from register.php but again bot get registered on forum, I dont really know how they do it, since humans sent me emails why cant register on forum.
Anyway, I need help to stop them!!!!
if is needed here is forum im talking about
http://www.deluxetemplates.net/forums/
I have the bbpress plugin installed in my custom theme and everything works great, except that I can’t get users to post topics and replies without me approving it all the time. I need some kind of control where if approved once there’s no need for approving every time. For some reason, I’m not getting that, i read a in a few places and seen that it could be done, but its not working for me. Everytime it says it’s pending and the admin needs to approve it. I changed the role to a user and tried even forum moderator and I’m able to moderate but when i create a new topic or reply using that role it’s still needs to be approved. I even used a plugin called bbPress Moderation and it still doesn’t do what it says. How can I change this?
Someone gave me this snippet:
http://pastebin.com/EnPCaDdF
But all that does is display the user’s role.
The codex is currently setup with a ‘context’ category that lets us split the docs between developer and user.
https://codex.bbpress.org/context/developer/ & https://codex.bbpress.org/context/user/
Building on that already existing theory as we reply to questions in the forum we should start tagging them appropriately ‘user’ or ‘developer’ and thus being able to follow each tag.
https://bbpress.org/forums/topic-tag/user/ & https://bbpress.org/forums/topic-tag/developer/
Should we also add other tags like ‘faq’ or ‘addtofaq’ or something along those lines so we can add tags to be able to follow topics we think need docs/updated docs/better docs and priority of that need etc etc… Suggestions?
Is ‘User” to dis-ambiguous in the ‘docs’ vs ‘end user username’ context for bbPress though?
(If we were able to edit the current topic tags we could quickly tag the past couple of weeks topics, als that will have to wait a little while longer)
Tried this:
http://pastebin.com/UetpUXeN
And it didn’t work. Wouldn’t display text, or an image. Thank you for trying, but no luck.
Any other ideas?
Thank you, I just remove the line where sidebar on all files, but the right column still appears: (
Hi All,
The strategy that’s outlined here seems at odds with the method of integrating bbP into an existing WP theme described here: https://codex.bbpress.org/theme-compatibility/. In that recent post, it describes how I’m to copy files from the bbp-theme-compat folder into a subdirectory in my theme. That includes content-archive-forum.php but not archive-forum.php. I can also achieve customization by, as mentioned above, copying archive-forum.php directly into my theme.
Which is better and why?
Also, I’d like to add a list of the ten most viewed topics above the forum list on the main forums page. I can’t figure out how to limit the output of the topics list or sort by most views (don’t even know if that information is stored). Any help there would be appreciated.
Thanks!
Okay,stupid question, but I don’t want to risk making a major mistake. Do I use BBpress as a plugin on an existing site (acts like a category or page), or do I need a separate WordPress site?
Hi there,
I just installed bbPress, and I’m logged in as an Administrator.
When I clicked the “Edit > Forums” menu link, I get the error “Cheatin’ uh?”
What does this mean, and how do I fix it?
Cheers,
Hello,
A few weeks ago, after I updated WP and bbpress, I noticed that I couldn’t see post content in the forums any more, nor could I see and information in the columns labeled “freshness” “voices”, etc.
I’ve finally realized that it is visible in IE, but not in Safari, Firefox or Chrome.
Does anyone know why this would be?
A quick follow-up question. I’ve already found that the clear: both; rule in the bbpress.css file conflicts with my theme. I’ll need to override that. If I make changes in that file, will they be overwritten in an update? Is there a place to override styles elsewhere from within my theme?
It’s a good idea to split docs out into Developer Docs and User Docs – the user docs could then be split into installation, troubleshooting, and using.
@lynq – can you drop links to some of the commonly asked questions in here?
Thanks, natweb. This already looks a lot better, though I’ll be styling for a bit. At least now it’s coming up only as one list of forums instead of over 200! Hopefully this will make things less painful!
hi there,
I just installed bbPress and was exploring the options for themes. On the website, the button for “Themes” redirects to “http://bbpress.org/forums/topic/themes/” which contains a 3 year old thread to a third party website. Why make visitors go through that? Why not just link to the external website directly if thats the only repository? It just makes it more confusing for newcomers…plus as a newcomer if I see a three year old thread my confidence goes way down about the plugin.
I went to http://bbshowcase.org/forums/view/available-themes to download some of those additional themes for bbPress.
- Only some of the themes had a “Download” link. How do I access those themes without the download link?
For example, I want to download Hellish Simplicity. When I click the “Website” link, I’m taken to a WordPress theme, not a bbPress theme.
- Do I install the Hellish Simplicity WordPress theme in the bbPress/my-templates/ folder or my themes folder? The instructions at http://codex.bbpress.org/legacy/themes-and-templating/ suggest that i put in the bbPress folder. But this is confusing…
I’m looking forward to using bbPress and hope that these questions are easily answered!
thanks everyone,
Hey guys,
I know this has been asked quite a few times as I have come across a few posts. The problem I have is this:
I am using the Fancy Editor on the front end to edit bbPress replies and topics.
If as a forum user I edit my post using the visual tab then nofollow is applied to the link as required. If as a forum admin I edit my post using visual or html tab then nofollow is applied aswell.
The issue comes when I go to save my post as a forum user using the html tab and type out my link tag. This will not apply a nofollow to the reply/topic.
I have this inside a custom plugin already:
add_filter('post_author_link', 'bb_rel_nofollow');
add_filter('post_text', 'bb_rel_nofollow');
Thanks for any help.
-
This topic was modified 14 years, 1 month ago by
Lynq.
bbPress 2.1 now has built-in theme support, try using the steps outlined here:
https://codex.bbpress.org/theme-compatibility/