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!
<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!