Fork me on GitHub

members online list  Bottom

  • Is there a PN variable I can use to display this? I just want a list of members like such;

    members online: Paul, Skilly, MadChik04, Mush-head, beetle_wang

    the closest thing I have found is dp-StaffStatus from http://www.dev-postnuke.com/

    I'm looking to integrate it into my theme as opposed to a seperate block.

    If all else fails I will start pulling apart dp-StaffStatus when i get time and re-configuring it for my purposes.

    On the topic of PN variables and parameters, is there a list of these somewhere?

    It would be great to have something like in Autothemes where you can just go and it displays the list..
  • thanks, could be helpful.... will have a dig through.

    why do all the good PN mod sites have to be in non-english :(
  • this is interesting, dp-StaffStatus can be configured to include/exclude SubBlocks

    Code

    dp-StaffStatus v1.1 or later can use permission system to hide blocks from users.

    By default every SubBlock is shown.

    Permissions used to hide SubBlocks:

    * Hide SubBlock Login / User Account:

        Group | dpBlock_StaffStatus:: | Title of Block::Login | None
    ---------------------------------------------------------------------------------------
    * Hide SubBlock Admins

        Group | dpBlock_StaffStatus:: | Title of Block::Admins | None
    ---------------------------------------------------------------------------------------
    * Hide SubBlock/s CoAdmins - Colaborators

        Group | dpBlock_StaffStatus:: | Title of Block::CoAdmins | None
    ---------------------------------------------------------------------------------------
    * Hide SubBlock Members / Last Registered Users

        Group | dpBlock_StaffStatus:: | Title of Block::LastMember | None
    ---------------------------------------------------------------------------------------
    * Hide SubBlock Connected

        Group | dpBlock_StaffStatus:: | Title of Block::Connected | None
    ---------------------------------------------------------------------------------------
    * Hide SubBlock Members OnLine

        Group | dpBlock_StaffStatus:: | Title of Block::MembersOnline | None


    ( thx el_cuervo :D)
  • i-lastseen from portalzine.de is IMHO a great block too. See it working in my website.
    Cheers
    Marco
  • cool, is there a way to stop Guest's from showing up in that block?
  • Michael.Watt

    cool, is there a way to stop Guest's from showing up in that block?

    sure! (by admin panel) 8)

This list is based on users active over the last 60 minutes.