Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problem with page Navigation….

Published on September 22nd, 2008 by

Hello,

help on 1.0 Alpha

http://forum.tnalist.com/forum/welcome

here i created some topics to test paging… Paging nav appears fine. But, when i click on next or any page number, it return back to Home page?

Any idea? btw, Permalink is enabled..

Individual post’s comments / reply paging nav appears to be working just fine!

http://forum.tnalist.com/topic/your-first-topic

Any idea?

Thanks

jeevan

Theme -> How to Loop Forums Twise

Published on September 22nd, 2008 by

Hello Everyone..

I’m editing current Theme for the bbPress Alpha 1.0 Release… I have created a Side bar that appears on almost all the pages with forums listed. Just like WP category. (site: http://forum.tnalist.com). Now, I’m facing some problem with Looping through the Forums (bb_forums()). My side bar executed before main contents. so when main contents require to loop the forums again, like Category listing page / Forum on posting (selecting dropdown box). its returning NULL / empty.

I wanted to find-out is there any way that i can Reset the bb_forums( ) loop and make it available again for next time?

I know there is a way to get the forums by using get_forums(). But i wanted to use the bb_forums() to loop than using foreach..

Hope you understand my problem

Thanks

Jeevan

bb-smilies doesn’t appears on edit-post pages

Published on September 22nd, 2008 by

Hi,

i have a problem with this plugin: https://bbpress.org/plugins/topic/bb-smilies/

i don’t see the smilies’s toolbar on edit-post pages :( (but it’s works great with a new topic or new post for example)

why?

byeee.

Testing to see if there is a preview page for posting

Published on September 21st, 2008 by

Testing to see if there is a preview page for posting

replacing page title

Published on September 21st, 2008 by Olaf Lederer

Hi,

I’m busy with some plugin that will do some SEO tasks for bbpress.

On thing seem to be harder than I thought. I would like to write new page titles in some circumstances. The next “filter” code doesn’t work:

remove_filter('bb_get_header', 'bb_get_title');
apply_filters('bb_get_title', 'PHP Scripts Development Forum');

which function is called before I need to use the remove filter funtion? (the guy from the WP SEO plugin is using some str_replace function, very strange)

Thanks

Downgrade to 2.5.1 or use BB 1.0?

Published on September 21st, 2008 by gimperdaniel

I just read about the compatibility issues…. I am running wp 2.6 and bbpress 0.9… no wonder i couldn’t get cookies working…

what’s easier?

to downgrade wp? or to upgrade 1bb .0?

Anyone use GoDaddy host?

Published on September 20th, 2008 by

Anyone use Godaddy webhost? I just use the service and moved my old site to .

WordPress http://xxx.com (URL Rewrite is fine)

bbPress http://xxx.com/forum/

but the default (rewrite-rules.php) permalinks is not work. Anyone know how to use bbPress URL Rewrite with GoDaddy?

Login using Facebook Connect

Published on September 20th, 2008 by inztinkt

The facebook connect system will be launched shortly, could we use this to login to bbpress and thus integrate with an already ‘connected’ wordpress site?

Comments showing up in BB, but not WP

Published on September 20th, 2008 by

Hi there!

We just installed bbPress onto our WordPress install. We love it. ONly problem I have right now is with integration. We’re using bbSync to integrate comments and posts.

I’m able to get WP to post to the BBPress install, no problem. Comments come over, etc. When new comments are made on the WP side, they are adding just fine to the BB side.

However, the comments are not showing up on the WP side. All the posts that have been published after bbSync are showing this behavior.

Any thoughts? This might be a bbSync issue, but thought I’d post here, too.

Looks like this guy: https://bbpress.org/forums/topic/bbsync/page/8#post-15078 is having the same issue.

Extending BB_Locale

Published on September 19th, 2008 by andersson

Is there a way to extend BB_Locale?

Today, BB_Locale calls init and that’s that. No hooks/event handling at all, as far as I can tell.

In method init, among other things, the following loads:

$this->datetime_formatstring['datetime'] = __('F j, Y - h:i A');

$this->datetime_formatstring['date'] = __('F j, Y');

$this->datetime_formatstring['time'] = __('h:i A');

The Question

What if anything can I do if I want to have a datetime_formatstring['special-date'] = __('Y F j - h'); added to BB_Locale. I’m using the three existing formats as listed above already and I want to add a fourth alternative without adding a row in core BB-files.

Just to be clear, I want to be able to do this:

_e("Today's date, formatted in a special way is:") . bb_datetime_format_i18n( bb_current_time(), 'special-date' );

Am I missing something obvious here or is the only solution right now to modify the locale.php file?

Appreciate the help.

Skip to toolbar