Search Results for 'bbpress'
-
Search Results
-
Topic: locating forum once created
I am using WP 3.4.2 & bbPress 2.1.2 at http://oldfiredog.com/
I am new to WP & bbPress but am learning. I have created the above site and have created some forums but can not seem to get to them while on my site. In edit mode I can choose view though and see the forum on my site. I do have the theme desk mess mirrored in use 2.0.4 I just need to know how to access my forums on my site as I have been able to create them and view them in in dashboard > edit mode > view mode but not on my site. I have changed themes to twenty ten but it does not seem to make a difference.
Hi, first of all thank you for this awsome plugin,
So i installed bbpress 2.1.2 and i try to have this structure :
TOP CATEGORY
|_first forum
|_second forum
it’s ok but if i change any of the parameter after forum are created all the structure craches only the top category is displayed.
can some one help me ?
THANKS
Hi,
I’m trying to import an existing vBulletin 4.2 based forum. The IP is correct, so are database name, user name and password. However all the importer says is “No users to import”, “No threads to import” etc.
I’m running latest stable versions of WordPress and bbPress.
Any clues? Thanks!
Topic: Newbie question
I am using WP 3.4.2 & bbPress 2.1.2 at http://oldfiredog.com/
I am new to WP & bbPress but am learning. I have created the above site and have created some forums but can not seem to get to them while on my site. In edit mode I can choose view though and see the forum on my site. I do have the theme desk mess mirrored in use 2.0.4 I just need to know how to access my forums on my site as I have been able to create them and view them in in dashboard > edit mode > view mode but not on my site. I have changed themes to twenty ten but it does not seem to make a difference.
Thanks Rich Thanks RichHi, I’m struggling a bit to get started with bbpress plugin dev, I’ve managed to write plugins for WP in the past thanks to the WP codex. Looking at other threads I see the advice is to look at the WP documentation or look at examples – I’ve tried both and getting a bit stuck. If anyone has some time to help me get hooked into the API it would be much appreciated – after that I should be able to start creating some cool stuff!
So my first experiment is to try and update a post within a topic. Looking at the append signature plugin I can see they use the bbp_get_topic_content filter. If I were updating “the_content” in WP I would do something like this:
function bbp_topic_content_append_text( $content = '') { $content = $content . 'SOME_TEST_TEXT'; return $content; } add_filter( 'bbp_get_topic_content', 'bbp_topic_content_append_text');But this doesn’t do anything when I load a topic? Can anyone point me in the right direction? Thanks 🙂
I’m trying to change the pagination to Next and Prev
In plugins -> bbpress -> bbp-includes.php -> bbp-reply-template.php
I have found that you can replace
‘prev_text’ => ‘←’,
‘next_text’ => ‘→’,
with
‘prev_text’ => ‘Prev;’,
‘next_text’ => ‘Next’,I know you’re not meant to hack the core, so how do I do this in my own theme?
Using WordPress 3.4.1, bbPress 2.1.2 and my forums are a current work-in-progress at http://netballscoop.com/forums/
Topic: bbPress on another Subdomain
Hi everyone,
I’ve been trying to install bbPress on another subdomain:
1. WordPress domain: blog.xxx.com
2. bbPress domain: forum.xxx.com
Wordpress should be able to manage the bbPress installation.I’ve been searching around for a while, found a few threads, started a few years ago and wondering if there is now a new way to integrate that feature?
Thanks for help.
Hi, thanks a lot for your great effort on this project!
I got some problem after a new installation via /wp-admin/
Version: bbpress WP plugin 2.1.2
MySQL version: 5.1.63-cll
Apache version: 2.2.22
PHP version: 5.3.15when I open bbp forum it shows:
Warning: sprintf() [function.sprintf]: Too few arguments in/ABC.com/public_html/wp-content/plugins/bbpress/bbp-includes/Warning: sprintf() [function.sprintf]: Too few arguments in/*******.com/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php on line 1868 on line 1868I searched but can’t get a solution, would you kindly help to fix please?
Thanks in advance!
I already searched this forum and quite a few people had a similar problem about 6 months ago. My case is a bit different though.
I’m running the latest version of bbPress on the latest version of WordPress.
The created forums are all open and public.
When I as an admin user create new topics in any forum, I get the following result on any of these forum pages:
> This forum contains X topics, and was last updated by Admin Y hour,
> Z minutes ago.
>
> Oh bother! No topics were found here!The topics list simply does not show up for me as a creator of these topics. When logged in as a subscriber, everything shows fine though.
My list of plugins is:
bbPress, Black Studio TinyMCE Widget, Manage Upload Types, Polylang, User Access Manager, WordPress HTTPS, wp-jquery-lightbox, wpsc Support Tickets, WP SlimStat
The used theme is:
EvoLve by Theme4Press
Hi everybody,
I would like to transfer my forum (http://mesaboogie-forum.de) to bbPress. The problem is: I have no idea, how I should do this. The unb forum has no export plugin/function. The only thing I can do, is a db dump.
So, does anybody has an idea, how I can do this?
Thanx for any hint!
Achim