Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin: Simple Onlinelist


thomasklaiber
Member

@thomasklaiber

Hehe … I think I found the bug. You’ve said, you’re using the latest Trac-Version of bbPress?

Then I think you have to change line 48 of my plugin from

add_action('init', 'online_update');

to

add_action('bb_init', 'online_update');

then … it should work! (for me it did)

Skip to toolbar