Search Results for 'bbpress'
-
Search Results
-
Currently, I am using Yoast breadcrumbs with my setup (bbPress 2.2 with WP 3.4). Everything is super sweet except when I go to a topic, the “forums” link disappears and replaces it with a “topics” link.
Here’s what I want:
Home>>Forums>>Example Forum>>Example TopicHere’s what I get:
Home>>Topics>>Example Forum>>Example TopicMy current workaround has been to make a custom topics page and then have it redirect to “Forums” — but of course it still says “Topics” in the breadcrumb.
I do understand this may just be a plugin issue and not for this board, but if anyone has any ideas…
I successfully upgraded to bbPress v2.2 (and then 2.2.1), but for some reason I can no longer see my forums. Since I am still in the process of setting up my site, I have tried everything I could think of, including deleting all forums and topics…then I deleted the BuddyPress and bbPress plugins and reinstalled and reactivated them. When I create a new forum, I still can’t see the forum layout for my forum page(s). What I see instead is a blank page (plus the description text for the forum), but none of the blank fields for creating a topic associated with the forum or for entering content into the topic/forum. When I create create a topic and associate it with the forum, it still does the same thing.
A URL where this can be seen is: http://www.cbblogers.com/forums/comunidade/sorteio/
Thanks
I am currently using Graphene Theme which apparently should be compatible with bbPress
Curently my index page looks like this
http://hosting0948899.az.pl/wp/forums/The index displays as if I get search results for all my pages with forums instered inside.
The same with user profile page…What can I do? What causes the problem?
As a YouTube partner I started to look for a fresh approach to involving my subscribers. I’ve been both an illustrator and web developer in the past, so it made sense to play to my strengths and use these as key factors. 8 months later of working solo on this project and RatsClan.com is now a fully featured community site with a built in unique Playing Card system. Members can unlock achievements, go up ranks, grow their card collection, battle against one another, earn medals and much more.
The site is built upon the latest WordPress, with the bbPress forum plugin installed. The simple and tactile user interface is consistent throughout each aspect, with large (seasonal changing) illustrations when playing cards. This is all brought to life with animated elements and sound effects.
Games are created as custom posts, and become published when another user has accepting to challenge them. This allows users to share their experiences or look for opponents through social networks. Experience points and currency is also stored as custom meta, which is all cached to help load time.
The feedback from our members has been phenomenal, and I’m excited to see how far I can push the boundaries of browser based gaming.
Please feel free to browse the site: http://www.ratsclan.com/
Also, here’s a replay of one of my recent games: http://www.ratsclan.com/game/ba6b6a4e/
This is also my first ever work on a WordPress or bbPress site, so any feedback is much appreciated!
Topic: Add widget_title Filter
Hello,
Is there any way to keep the bbpress-ar.mo file safe ?
Is it possible to keep the language file inside wp-content/languages ?
Thanks
Hi All
After installing and activating the plugin I have the following message, any ideas on how to get rid of this?Fatal error: Call to undefined function user_can() in /homepages/**/*****/htdocs/**/wp-content/plugins/bbpress/includes/topics/capabilities.php on line 226
I do not know the wordpress version as I cannot access the information, the bb plugin was downloaded today. I believe the theme installed was Atahulpa
I’m trying to create a custom forum index page which should look exactly like the default forum index page with forum names, number of topics, number of posts, last active topic etc. but sorted alphabetically based on forum names.
I’m looking at at bbp_has_forums, bbp_forums and bbp_list_forums inside /wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php.
However, I’m puzzled which function to use and
What arguments/ parameters I should pass?
the comments in bbp-forum-template.php itself says the same parameters as WP_Query() but would it make sense at all to have something like “post_type” => “forum”
I’m sure one can be clearer/ more explicit about the parameters here in some form of documentationI gave it wild tries as follows
1) The following gives me fatal error:
$args = array('orderby' => 'title',
'order' => 'ASC',);
while (bbp_forums($args)){
bbp_the_forum();echo bbp_get_template_part( 'content', 'archive-forum' );
}
The error:
Fatal error: Call to undefined method stdClass::have_posts() in C:\www\forums.local\wp-content\plugins\bbpress\bbp-includes\bbp-forum-template.php on line 109 Call Stack: 0.0004 333592 1. {main}() C:\www\forums.local\index.php:0 0.0006 337280 2. require(‘C:\www\forums.local\wp-blog-header.php’) C:\www\forums.local\index.php:17 0.3864 38499368 3. require_once(‘C:\www\forums.local\wp-includes\template-loader.php’) C:\www\forums.local\wp-blog-header.php:16 0.3920 38515824 4. include(‘C:\www\forums.local\wp-content\themes\bp-tap\custom-index.php’) C:\www\forums.local\wp-includes\template-loader.php:43 0.4732 38674368 5. bbp_forums() C:\www\forums.local\wp-content\themes\bp-tap\custom-index.php:422) While the following just takes forever to load:
$args = array('orderby' => 'title',
'order' => 'ASC',);
while (bbp_has_forums($args)){
bbp_the_forum();echo bbp_get_template_part( 'content', 'archive-forum' );
}
I’m using WordPress 3.4.2 and bbPress 2.1.2.
I’ve copied all files and directories from/wp-content/plugins/bbPress/bbp-themes/bbp-twentyten/to my theme directory.- This topic was modified 13 years, 5 months ago by .
- This topic was modified 13 years, 5 months ago by .
- This topic was modified 13 years, 5 months ago by .
- This topic was modified 13 years, 5 months ago by .
- This topic was modified 13 years, 5 months ago by .
- This topic was modified 13 years, 5 months ago by .
- This topic was modified 13 years, 5 months ago by .
- This topic was modified 13 years, 5 months ago by .