bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Plugin: Simple Onlinelist

(52 posts)
  • Started 1 year ago by thomasklaiber
  • Latest reply from nolageek
  • This topic is not a support question
  1. Are you still getting that error, or did you just get it once while the plugin was creating the tables? The error suggests that the plugin table wasn't created.

    Trent

    Posted 1 year ago #
  2. citizenkeith
    Member

    I need something similar... at the bottom of each thread's page, a list of who is currently viewing that particular thread. Can this be added to this plugin, or does another one exist?

    Posted 1 year ago #
  3. Adding this feature to the plugin is currently not possible, I think this is something even more complex!

    Posted 1 year ago #
  4. citizenkeith
    Member

    I just tried the new version. Instead of listing who is online, it just lists all the currently registered members. When I edited the file to include add_action('bb_init', 'online_update'); , it lists every member minus me.

    Posted 1 year ago #
  5. citizenkeith
    Member

    I switched back to the first version, but the member list was still messed up. So I emptied the bb_online table, and now it doesn't work at all. :( Oops.

    Posted 1 year ago #
  6. citizenkeith
    Member

    bump

    Posted 1 year ago #
  7. Keith, try deleting the whole table (not empty it) and re-upload the plugin, perhaps that works...

    Also what is the template name from your template used on you website (wordpress site). Kinda like it's simplicity!

    Greetz

    Posted 1 year ago #
  8. citizenkeith
    Member

    Null,

    Thanks for the help! That did the trick. Doh!

    The theme I use on my WordPress site is called "Plain Vanilla," and can be downloaded here:
    http://ckunte.com/archives/plain-vanilla-1

    Posted 1 year ago #
  9. Hmm your is a bit differnt can you zip your version and mail it to me? Got it thx!!

    Posted 1 year ago #
  10. citizenkeith
    Member

    Well, I thought it worked. It shows that I'm the only member online, but there are others posting!

    Posted 1 year ago #
  11. Version of the plugin? bbpress version? Have you tried setting $mysql41 to false?

    Very strange ... can you provide an link to your forums? ...

    Posted 1 year ago #
  12. citizenkeith
    Member

    Version of the plugin?

    1.3-fix

    bbpress version?

    version 0.8.1 with Fix bbPress Plugin 0.8.1-1 installed

    Have you tried setting $mysql41 to false?

    Not yet.

    Very strange ... can you provide an link to your forums? ...

    http://www.citizenkeith.com/forums/

    Posted 1 year ago #
  13. citizenkeith
    Member

    Just tried changing $mysql41 to false. Didn't work. :(

    Posted 1 year ago #
  14. citizenkeith
    Member

    bump

    Posted 1 year ago #
  15. Very strange!

    Maybe do the following:

    Have you installed any other plugins?

    Posted 1 year ago #
  16. citizenkeith
    Member

    I just followed your directions. Every time I delete bb_online, it shows that I'm online but soon switches to "no users." It's still showing that I am online, but I'm waiting for other members to show up. :)

    In the meantime, here's my plugin list:
    Allow Images 0.7.1
    Avatar 0.73a
    bbEmoticons 0.72
    Show Post Count 0.73a
    BBPress Private Messaging 0.73
    BBCode for bbPress 0.1
    Comment Quicktags for bbPress 1.1
    Fix bbPress 0.8.1-1
    JS QuickTags for bbPress version 1.0
    Online List 1.4
    Quote 0.2

    Posted 1 year ago #
  17. citizenkeith
    Member

    Looks like I'm back in business. THANKS!

    Also, I was using Online List 1.3-fix before... I didn't realize there was a newer version available.

    Posted 1 year ago #
  18. I'm looking for a way to make it so only administrators can see who is online. Can that be done easily?

    Posted 1 year ago #
  19. Just include it on the admin page rather than on the front page of the forum. I have mine there. Then only administrators can see it.

    --Chris

    Posted 1 year ago #
  20. Or if you want it on front-page anyway, add something like <?php if ( bb_current_user_can( 'edit_users' ) ) : ?> around the code.

    Posted 1 year ago #
  21. Both very good ideas. Thanks guys. Appreciate it.

    Posted 1 year ago #
  22. nolageek
    Member

    um, nevermind.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.