PDA

View Full Version : How do I add a "Back to forum" button on the bottom of threads?


prophetmuhammad
09-27-2011, 10:34 AM
like this? (attached)

Liff
09-27-2011, 10:52 AM
Search in Templates for SHOWTHREAD..

Find this:

<div id="pagination_bottom" class="pagination_bottom">


Add Above:

<a href="{vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}" class="button" style="float:{vb:stylevar right}; font-size:11px; margin-bottom:5px; padding:3.33333px 6.66667px;"><b>{vb:rawphrase go}</b> to Forum</a>

My users also like to have a button above the bottom inforbar, in which case also add that code above:

<vb:if condition="$show['lightbox']">

prophetmuhammad
09-27-2011, 11:51 AM
thanks!

Habsy
09-27-2011, 02:07 PM
Not appearing above bottom infobar but is appearing above nav dropdown. Any thoughts?

Liff
09-27-2011, 02:16 PM
thanks!

No probs :up:

Not appearing above bottom infobar but is appearing above nav dropdown. Any thoughts?

Does it fit in like this?

</script>
</vb:if>

<a href="{vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}" class="button" style="float:{vb:stylevar right}; font-size:11px; margin-bottom:5px; padding:3.33333px 6.66667px;"><b>{vb:rawphrase go}</b> to '67</a>

<vb:if condition="$show['lightbox']">
<!-- lightbox scripts -->