Up image not working in Guestbook
Brought to you by:
copland007
Line 1 of skin_registry_guestbook -- bit entry.
It has old IPB code (for a variable call).
Old:
<a href='javascript:scroll(0,0);'><img src='{ipb.vars['img_url']}/p_up.gif' alt='Top' border='0' /></a>
It should be:
<a href='java script:scroll(0,0);'><img src='{$this->ipsclass->vars['img_url']}/p_up.gif' alt='Top' border='0' /></a>
Logged In: YES
user_id=1810455
Originator: YES
Oops... Line 21
Logged In: YES
user_id=1810455
Originator: YES
also line 12
Old:
<td class='post2'><img src='{ipb.vars['img_url']}/spacer.gif' alt='' width='160' height='1' /></td>
New:
<td class='post2'><img src='{$this->ipsclass->vars['img_url']}/spacer.gif' alt='' width='160' height='1' /></td>