Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
how i can show thumb of photo user on Who's Online??
i want to show photo thumb user on who's online, that's default script for who's online :
and only show text of name and timestamp,
please help me how i can change that script to show photo thumb user like who's online on vanillaforums.org, thx for u're response...
<strong <?php echo ($User->Invisible == 1 ? 'class="Invisible"' : '')?>>
<?php echo UserAnchor($User); ?>
</strong>
<?php echo Gdn_Format::Date($User->Timestamp); ?>
and only show text of name and timestamp,
please help me how i can change that script to show photo thumb user like who's online on vanillaforums.org, thx for u're response...
2
Best Answer
-
Aolee ✭✭im afraid im using the 0.8 version of whosonline, maybe you have the 1.3 version, you can just compare the 1.3 version with mine and copy the necessary changes.
here's the link to my whosonline avatar verion
http://pinoyau.info/plugins/WhosOnline-aolee.zip
@platon : lol where did you get that info :P
2
Answers
here's the link to my whosonline avatar verion
http://pinoyau.info/plugins/WhosOnline-aolee.zip
@platon : lol where did you get that info :P
mine (http://pinoyau.info/) works
->Select('u.UserID, u.Photo, u.Name, w.Timestamp, w.Invisible') ->From('Whosonline w')
Thx for u're response...
See http://www.dougsoutdoors.net/discussions
did i forget something?
a. doesn't match your theme => play with the css inside the class.whosonlinemodule.php
b. didn't worked at all? => what version do you have? haven't tested on vanilla older than 2.0.18 . sorry dont have time to check on lower version.
It DID work and worked well, but it didnt match the theme.
My theme has green boxes, but the WHos Online module came up as a light grey box with a black border.
Im going to look at the class file you suggest, but to be honest, i dont understand what im looking at that well.
I had to remove this from the code:
style="background:none repeat scroll 0 0 #F5F5F5;"
Now it matches. Thank You very much for your help!
Any body who wants it can PM me. Thanks
There was an error rendering this rich post.
is you hack compatible with the latest versions?
Cheers
i run it with vanilla 2.0.18.1
There was an error rendering this rich post.
Cheers
i am not sure whats different in whosonline pro version. i never used that
There was an error rendering this rich post.
So playing with this, got it working with images. So thats cool.
But wanted to add tipsy or similar to the title tag so on hover we get tooltip. Any suggestions guys
There was an error rendering this rich post.