![]() |
Need help with useronline status, need just the number...
I am trying to make it so a background image in my postbit changes color depending on if a user is online, offline or invisible.
I am doing this by assigning a class which I need to change using conditionals, and I found this bit of code for a plugin: https://vborg.vbsupport.ru/showpost....06&postcount=8 However, it's not working, it's showing everyone as offline. What's the best way to go about doing this? I had my class change depending on the users status, ie "class="online1"... The "1" would be the part that changes to either 0, 1 or 2... any ideas how to get this working? |
What is the code you are currently using that isn't working? And have you tried printing out the variable it is getting so you can see what is going wrong?
|
I had it working a few days ago but changed something and it stopped working and I don't have the code I had used, all I have is the plugin code I linked to above, I don't know where to go from there or how to print anything out.
|
Look at the (default vBulletin skin) postbit template and see how they change the image depending on the users status. Then just use those conditions to set up what you want. vBulletin fetches the online status by default in the postbit, so there is no need to fetch it yourself with a plugin.
|
Quote:
--------------- Added [DATE]1202434932[/DATE] at [TIME]1202434932[/TIME] --------------- I made a custom template. Title: postbit_onlinestatus_two Inside that template: PHP Code:
I've made a plugin to cache the template. Hook Location: cache_templates Title: cache custom templates Code: PHP Code:
I've created a plugin to execute the template. Hook Location: postbit_display_complete Title: Postbit Online Status Code: PHP Code:
And the code in my postbit template: PHP Code:
Can someone please give me a little guidance to get this working? Thank you. :) --------------- Added [DATE]1202445242[/DATE] at [TIME]1202445242[/TIME] --------------- I came up with a solution but have one last issue, it's not parsing correctly when using quick reply, it loads in using the image code instead, but on refresh it's fine. I don't have to use plugins or anything, I just did this to my postbit_onlinestatus template: PHP Code:
Any ideas how to make this parse right away with quick reply? |
Have you tried not caching the template and then flushing your cache and seeing if it works?
|
I figured it out on my own, no plugins, just conditionals. Thanks. :)
|
All times are GMT. The time now is 08:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|