Quote:
Originally Posted by Simon Lloyd
For the second IF rahter than this
PHP Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(6))">
I used this
PHP Code:
<if condition="is_member_of($vbulletin->userinfo, array( 5,6))">
simply because i understand it better 
|
Quote:
Originally Posted by Simon Lloyd
You may also want to change this line
PHP Code:
<tr><td class="vbmenu_option"><strong>IP-Adress from $post[username]: $post[ip]</strong></td></tr>
for this one to give a pop up for searching IP's
PHP Code:
<tr><td class="vbmenu_option"><span onmouseover="this.style.cursor='hand';" onClick="window.open('modcp/user.php?do=doips&$post[userid]','edit','width=640,height=480,scrollbars=yes')">IP-Adress from $post[username]: $post[ip]</span></td></tr>
|
I changed both according to your codes and it saved the template with no errors, then i refreshed forum and still no show.....
is there anything else that needs changing? although my skin has been coded in a unique way, because my skin is the only one of it's kind in the world. i have had coders take a look and even they say it's been coded in a very complicated way, maybe that has something to do with it.