Menu

#19 Up image not working in Guestbook

v3.0.4
open
nobody
Guestbook (3)
5
2008-04-03
2008-04-03
Loren
No

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>

Discussion

  • Loren

    Loren - 2008-04-03

    Logged In: YES
    user_id=1810455
    Originator: YES

    Oops... Line 21

     
  • Loren

    Loren - 2008-04-03

    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>

     

Log in to post a comment.