After turning on the automatic upgrade for my plugins, one day I walk in the forum page of my website and I get this
http://qassoom.me/techie/forum/the-assembly/
I am using PHP Ease theme
http://www.php-ease.com/wordpress/themes/framework.html
Wordpress Version 3.5.2
bbPress Version 2.3.2
Your help will be more than appreciated!!!
I use
WordPress plugin: bbPress WP Tweaks
to have a separate forum sidebar – works really well.
@Rasheed you are great man, its working 🙂
i was following the below links and i was just stuck ( it was not working)
https://codex.bbpress.org/bbpress-in-your-language/
http://www.anttivaihia.com/blog/2012/06/how-change-language-bbpress-20
I think they should update the above contents to save others time as your solution works like charm 🙂
Once again thanks you very much
is this bbpress-ar.mo or bbpress-ar_AR.mo ??
i am confused now 🙁
Add the file “bbpress-ar.mo” to the path:
/public_html/wp-content/languages/bbpress/
@Rasheed
Can you please share Arabic Language files for bbPress 2.2.3
I didn’t find it for latest version of bbPress
Thanks in advance
If there is anybody interested, i had the same problem with Origin. To solve, i edited the file breadcrumb-trail.php (bad idea, but i’m not using a child theme but a completely modified version of Origin). So, on line 450, we had before:
/* Get the queried forum ID and its parent forum ID. */
$forum_id = get_queried_object_id();
$forum_parent_id = bbp_get_forum_parent( $forum_id );
And now, working fine (exactly as John said here):
/* Get the queried forum ID and its parent forum ID. */
$forum_id = get_queried_object_id();
$forum_parent_id = bbp_get_forum_parent_id( $forum_id );
Hope it helps.
I’m also interested in this, especially with allowing my forum members to use some BBcodes, like spoiler, b, i, and others. (I transitioned from a phpBB board, so I want to make a smooth transition for my users.)
I’ve been looking for a plugin to do this, but haven’t found anything. I’m thinking of making a simple plugin to do this by popping up a window (via jQuery) that will take the content of their post editor and display it with my CSS and processing the shortcodes. It sounds easy to me, but I could be really wrong.
The widget called bbpress topics views list has some links broken and I have no idea how to fix it. Some links work others are returning no results when they should be
the links that are working and not working are as follows
Most popular topics – Working – http://dubtopian-review.eu/view/popular/
Topics with no replies – Working – http://dubtopian-review.eu/view/no-replies/
Topics with most replies – Working – http://dubtopian-review.eu/view/most-replies/
Latest topics – Working – http://dubtopian-review.eu/view/latest-topics/
Search Results – Not Working (not sure what this anyway) – http://dubtopian-review.eu/view/search/
New posts since last visit – Not Working – http://dubtopian-review.eu/view/new-posts-last-visits/
New posts: Last day – Not Working – http://dubtopian-review.eu/view/new-posts-last-day/
New posts: Last week – Not Working – http://dubtopian-review.eu/view/new-posts-last-week/
New posts: Last month – Not Working – http://dubtopian-review.eu/view/new-posts-last-month/
As you know these links are integral to communication so having them returning no results when there are plenty of replies on my site is infuriating.
Does anyone know what might be going wrong?
Hello,
Just installed bbpress for the first time. I am unable to find the ‘forums list’ page. Nothing shows up in menus, page templates, or accessing the root url directly (domain.com/forum/).
Do we need to create a custom page and loop through the custom post type ourselves? I assumed this would come out of the box :/
Thanks!
– Travis
I would like to know the same…
So is this a problem I am having or an actual bug?
Hi all,
I installed the latest version of wordpress and then bbpress on top of it.
How do I install themes, like the ones that can be found here: http://bbshowcase.org/forums/view/available-themes/page/2? I searched through the web, but I couldn’t figure out how.
If yes, could you please kinldy provide some information to us?? Thx
So, I am just noticing that when you post to a forum on another site on your activity isn’t updated. Also, your topics aren’t shown on your profile if you made them on a different site on the same network.
My problems:
- Activity isn’t updated for new topics and replies made on other networked sites.
- On your BuddyPress profile under forums, it does not show topics you have made on other networked sites.
Any way to fix these? Or should I submit a bug report. I just want to make sure it is a bug.
I figured this out. I had to add this in my bbpress_functions:
function my_topic_class($classes) {
$classes[] = 'test-class';
return $classes;
}
add_filter( 'bbp_get_topic_class','my_topic_class' );
This was never quite answered. How is bbpress.org running a page that lists all the threads in order of freshness?
Hi;
I have a theme WP 3.51 which uses bbpress 2.3.2 for the group forums and I would like to modify the GUI for the forums : how change and customize the look for the group forums in my theme (modify the css, javascript of bbprees).
Regards;
Hi bbPress people,
I’m currently working on a designers portal. I’ve installed buddypress and bbPress and made a forum. But when I click on the Forum tab in a group I only see “This forum contains 2 topics, and was last updated by”. How can I make it look normal (like here; a list)?
http://cl.ly/image/3q2C0Y0e2v2l
Thanks for your help!