Search Results for '+.+default+.+'
-
Search Results
-
Using bbconvertor, from bbpress 1.1 to WordPress 3.4.2. Starting with a default WordPress, fresh startup. Started bbconvertor after filling in the settings on wp. During conversion, said I had no forums, but I have five forums. See below. Said conversion complete. Told me to do a recount, click here, which I did. Then it said “You do not have sufficient permissions to access this page.” So I recounted on the bbpress dashboard. But that didn’t change things. Would it be better to use import forums? Please don’t forget to update your counters HERE Conversion Complete Convert posts (400 – 499) Convert posts (300 – 399) Convert posts (200 – 299) Convert posts (100 – 199) Convert posts (0 – 99) Convert tags (200 – 299) Convert tags (100 – 199) Convert tags (0 – 99) Convert topics (200 – 299) Convert topics (100 – 199) Convert topics (0 – 99) No forums to convert parents Convert forums (0 – 99) Delete users wordpress default passwords (0 – 99) Convert users (0 – 99) Not Cleaning Data Starting Conversion…
Topic: bbPress layout
Hello!
How to make bbPress look from default layout (just after installation) to
like this:

Thanks for help, im newbie.
Greetings!
I love the layout: http://bbpress.org/forums/ The forums on the left, and a big Latest Topics are on the right. Tags and such in the left too. I keep reinstalling my bbPress but no matter what I do, I cannot get my forums to show up like this. See here:
http://covenantvoice.com/forums/
I just want to fix the layout. Any idea on what I’m doing wrong? I’m using the very latest bbPress, 2.1.2.
What can i do to overwrite a bbPress Core function and develop my own function..
Let say i want to overwrite the default bbPress breadcrumb tag.
I found the Core code inside a Core-template and i pasted this code inside a new PHP document changed all the bbp_ names of all functions to bbp_shmoo_ > Saved it.
Loaded this new file from the inc. folder into my themes functions.php with the require_once tag..
Change the PHP code inside my forum template from bbp_breadcrumb(); to bbp_shmoo_breadcrumb(); but this doesn’t work, why does it break my theme ?
I need a before_link and after_link array.
This is what a breadcrumb looks like, by default made with a List because it’s a navigation.
http://twitter.github.com/bootstrap/components.htmlHi everyone.
I’m developing a web site with multilingual support, using WordPress 3.4.2 and the Polylang plugin 0.9.4 . I’d love to add a forum to the site, so I downloaded, installed and activated bbPress 2.1.2 .
The first problem was that bbPress didn’t switch from one language to another, always keeping the default WordPress language. I solved this calling again bbpress()->load_textdomain() before loading the header template:
function cbp_bbPressTranslate(){ bpress()->load_textdomain(); } add_action('get_header','cbp_bbPressTranslate');This worked great, but soon other problem appeared. If topics and replies doesn’t have translations, they doesn’t show up. I can add translation posts for they from the admin panel, but of course my users can’t. I’ve isolated the problem to the Polylang plugin: switching back to Twenty Eleven theme and deactivating all plugins but Polylang didn’t do anything. Deactivating Polylang showed the topics again.
I’ve tried other multilingual plugins like xili-language, which works great with bbPress, but lacks of customizing menus panel, wich I need on my site.
Anyone can help me? Encouraging words will be welcomed too! 😀