PDA


View Full Version : vboptions


n1ckn4me
03-13-2005, 06:13 PM
I've added the following code to my "adv_portal_onlineusers"...

<tr>
<td class="$getbgrow"><span class="smallfont"><phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase>
</span>
</td>
</tr>

...witch originaly comes from "adv_portal_stats".

The code is: will grab info from vboptions
The problem is: if I use the same code in the "adv_portal_onlineusers" it somehow won't grab the info from vboption

- any change of solutions ? thanks in advanced!

Brian
03-13-2005, 07:42 PM
You would have to move the PHP code from your stats.php file to your onlineusers.php file as well.

n1ckn4me
03-15-2005, 11:33 AM
oooh yes of course! thanks Brain!