MyBB Community Forums

Full Version: Member Online Template Conditional
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know of how to create a template conditional that will show a link or a variable if a specific member, i.e. staff is online?
can you elaborate your requirement - if a specific member is online then display link to whom ?
for MyBB 1.8.x , at present there are at least two plugins to display Staff online
Looking to display certain the link to all members for MyBB 1.8 showing only certain chosen members not ALL staff. Example show only to try to explain, obviously not the real string

iIf memberid(1)=online then show <a href="link":> else <a href="nolink":>

or create a new group call online members

iIf memberigroup1)=online then show <a href="link":> else <a href="nolink":>

Hope that makes sense
You can't do that with Template Conditionals. Another plugin is needed.