Log in

View Full Version : Moving the 'Welcome to our newest member' to the top


mrdino
12-21-2013, 05:59 PM
When ever I move this script to the top
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div


it doesn't show the newest member, its quite annoying.
Anyone have idea why this is happening.

Print screen of it: http://prntscr.com/2cwqpw

DivisionByZero
12-21-2013, 08:40 PM
because $newusername isn't called globally, only in forumhome.php

You'll have to write a quick plugin to achieve this.

mrdino
12-21-2013, 10:37 PM
because $newusername isn't called globally, only in forumhome.php

You'll have to write a quick plugin to achieve this.

Can you help :/ Im a real noob when it comes to that.