MyBB Community Forums

Full Version: [How To?] Add a "Return to Top" arrow icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I add a "Return to Top" arrow icon in the highlighted area?

I have the code I just need to know what template do I edit this in and how do I add an arrow icon instead of the text?

[attachment=29102]

Come on fellas.
showthread template
add your code after below code between <li> and </li> elements
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>

instead of the link text put your image code like this
<img src="path to image" />
Thank you m, I'll give that a try.

Rep point for you.

Hey m, what am I doing wrong?

<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a> </li>
                     <li <img src="images/audentio/unova/Return%20to%20top.gif" /> <a href="#top" class="toTop">{$lang->bottomlinks_returntop}</a></li>

[Image: this_zpsd15b075d.jpg]

Does anyone know what I am doing wrong?
replace with
<li><a href="#top" class="toTop"><img src="images/audentio/unova/Return%20to%20top.gif" alt="to top" /></a></li>