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..
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mazdev responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 05:25 PM
- nestormateo responded to »Fillters in Clip« 06:33 AM
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 03:19 AM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
members online list
-
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 171
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 63
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)
- Moderated by:
- Support
