Search Results for '+.+default+.+'
-
Search Results
-
I am trying to set up the bbforum in my theme.
I tried hard to go for the Step Three to adjust my theme to cope with the default BuddyPress templates, using this HTML structure:
[HEADER]
[PAGE CONTENT][SIDEBAR CONTENT]
[FOOTER]My current theme’s structure seems like follow..
By default BuddyPress templates use this HTML structure:
[HEADER]
[SIDEBAR CONTENT]
[PAGE CONTENT]
[FOOTER]Therefore, I’d like to use the alternative method to set up the theme, in adding following files, copied from header.php, footer.php, and sidebar.php from my purchased theme : header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php.
After this, it seems I need to modify the above x-buddypress.php files.. yet.. I have no idea of what to do here.. ’cause, these 3 files are parts of a page. Should I modified those index.php file in the forum folders?..
Could anyone help me to solve the problem? or.. any suggestion, please.
By default, bbPress will validate new topic fields and reload the page with errors, but all content is lost. This is pretty frustrating to a user that has entered a long post, but forgot to enter a topic title. Is there any easy workaround for this, whether it be PHP, jQuery, etc?
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.html