i need that,i’m running a punbb1.2 forum.
punbb 1.2 –>> bbpress converter?
Published on July 5th, 2009 by fdsa4bbPress Codex
Published on July 5th, 2009 by GeezerjimI am a big fan of bbPress. One thing that has been missing has been in depth documentation. With that in mind, I have created an un-official bbPress Codex. You are welcome and encouraged to add to and help edit the information there.
It is currently rather raw and incomplete, but with help we can get going.
Getting Plugin URL
Published on July 5th, 2009 by GautamI am creating a bbPress Plugin (actually editing a wordpress plugin). I want to get the plugin url link. How to get that? I am stuck there…….
legacy plugin workarounds for 1.0
Published on July 5th, 2009 by _ck_I’ll post easy workarounds here for 1.0 as I figure them out.
Don’t assume a workaround makes a plugin compatible, it may only appear to be visible or work in general while it fails behind the scenes. Always backup first.
Installing New Forum Software on WordPress 2.8
Published on July 5th, 2009 by QuickDDo I use a WordPress Database so that BBpress shares with WordPress or do I create a new BBpress Database. If new BBpress Database what version of MSQL is it?
first post different from the other
Published on July 5th, 2009 by MarcomailI would have a different style for the first post, do you think is it possible ? Thanks
Problem with admin headers and footers when upgrading to 1.0
Published on July 4th, 2009 byWhen I upgraded to 1.0 from 9.0.2, I get the following errors when logging into the admin portion…
Warning: include(admin-header.php) [function.include]: failed to open stream: No such file or directory in /[My forum folder here]/bb-admin/includes/functions.bb-admin.php on line 6
Warning: include() [function.include]: Failed opening ‘admin-header.php’ for inclusion (include_path=’/usr/lib/php’) in /[My forum folder here]/bb-admin/includes/functions.bb-admin.php on line 6
Warning: include(admin-footer.php) [function.include]: failed to open stream: No such file or directory in /[My forum folder here]/bb-admin/includes/functions.bb-admin.php on line 13
Warning: include() [function.include]: Failed opening ‘admin-footer.php’ for inclusion (include_path=’/usr/lib/php’) in /[My forum folder here]/bb-admin/includes/functions.bb-admin.php on line 13
Can someone help me figure out how to remedy this? Thank you.
Showing page count per topic on the front page
Published on July 4th, 2009 by clarklabIs there a way to display a page navigation under each topic title on the front page? Like if a topic is 4 pages it’ll show 1, 2, 3, 4 all with links to said page. For example, the way yayhooray does it is very nice.
Any ideas?
Gravatar in the front-page loop
Published on July 4th, 2009 by MarcomailHow can i show gravatar in the front-page topic loop
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
Navigation error
Published on July 4th, 2009 by tabooNavigation on the front page is screwed (I use CSS modified kakumei): when I go to page 2 (/page/2) the link attached to text “page 1” is the very same page 2 (/page/2) and not “/” as it should be.
the code:
<?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>
Any clues please?`