Skip to:
Content
Pages
Categories
Search
Top
Bottom

punbb 1.2 –>> bbpress converter?

Published on July 5th, 2009 by fdsa4

i need that,i’m running a punbb1.2 forum.

bbPress Codex

Published on July 5th, 2009 by Geezerjim

I 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 Gautam

I 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 QuickD

Do 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 Marcomail

I 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 by

When 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 clarklab

Is 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 Marcomail

How 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 taboo

Navigation 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?`

Skip to toolbar