<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : usvisitors plugin not displaying online picture</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 13 Apr 2026 18:42:33 -0000</pubDate>

		<item>
			<title>foxhound</title>
			<description><![CDATA[I am using the usvisitors plugin on my profile page of my users:<br />
<a href="http://www.cotonti.com/forums.php?m=posts&amp;id=14217">http://www.cotonti.com/forums.php?m=posts&amp;id=14217</a><br />
<br />
<br />
However, I am not sure what the php is doing as it outputs the link for the online/offline picture completely wrong.<br />
This is the php for the online pic to show (or offline of course): <div class="highlight"><pre class="php">$usrv_id = $usrv&#091;&quot;usrv_id&quot;&#093;;
$usrv_vid = sed_build_user($usrv&#091;&quot;usrv_vid&quot;&#093;,$usrv&#091;&quot;usrv_vname&quot;&#093;);
$usrv_seen = date($sed_dateformat,$usrv&#091;&quot;usrv_seen&quot;&#093;+$stimezone*3600).&quot; &quot;.$stimetext;

$visitor_online = (sed_userisonline($usrv&#091;&quot;usrv_vid&quot;&#093;)) ? &quot;1&quot; : &quot;0&quot;;
$visitor_on = &quot;&lt;img src=https://www.cotonti.com/\&quot;skins/$skin/img/online&quot;.$visitor_online.&quot;.gif\&quot; border=\&quot;0\&quot;&gt;&quot;;

$user_visitors .= &quot;&lt;table&gt;&lt;tr&gt;&lt;td style=\&quot;width:75%;vertical-align:bottom;\&quot;&gt;&quot;.$visitor_on.&quot; &quot;.$usrv_vid.&quot;&lt;/td&gt;&lt;td style=\&quot;width:25%;text-align:right;vertical-align:bottom;\&quot;&gt;&quot;.$usrv_seen.&quot;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;;</pre></div>
<br />
But the link it outputs in the page looks like this:<br />
<a href="http://www.armaholic.com/testers/armaholictest/skins/skins/Blaster07/plugins/userpages.tpl/img/online0.gif" rel="nofollow">http://www.armaholic.com/testers/armaholictest/skins/skins/Blaster07/plugins/userpages.tpl/img/online0.gif</a><br />
<br />
It should read:<br />
<a href="http://www.armaholic.com/testers/armaholictest/skins/Blaster07/img/online0.gif" rel="nofollow">http://www.armaholic.com/testers/armaholictest/skins/Blaster07/img/online0.gif</a><br />
<br />
Anyone has any idea whats going on? I have been looking at the php code for all refenrence to &quot;online&quot; but I really have no idea why its changing the url to &quot;plugins/userpages.tpl&quot; as well as the double &quot;skins&quot; references.<br />
Removing &quot;skins&quot; from the php code does fix that issue but I am still left with the &quot;plugins/userpages.tpl&quot; part in the url.<br />
<br />
<br />
[edit]<br />
Bug or feature? The different colored background in my code part of this post?<br /><br /><b>Added 2 days later:</b><br /><br />Ok, it seems this plugin does not work due to the fact I also use the &quot;userlatestposts&quot; and &quot;userpages&quot; plugins.<br />
If I pause those the online/offline pic shows just fine (last seen date does not though).<br />
<br />
<br />
So, I know I ask in vain, but just to annoy myself a little more............anyone can tell me where plugins do conflict? Is it the variables ($) or with other things?]]></description>
			<pubDate>Sun, 25 Apr 2010 00:34:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5561&d=0#post24307]]></link>
		</item>
	</channel>
</rss>