REQ:Return to Top in postbit ( & legacy)

How to install:

In postbit template find:

Code:
Code:
<!-- edit note -->
			<div class="smallfont">			<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
				<em>
				<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
				<if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
				</em>
			</div>
		<!-- / edit note -->
		</if>
	
		<div style="margin-top: 10px" align="$stylevar[align=right]">
Below add:

Code:
Code:
<!-- goup -->
<a href="#"><img src="/images/buttons/goup.gif" border="0"/></a><!-- / goup -->

In postbit legacy find:

Code:
Code:
<if condition="$show['moderated']">
	<td class="alt2" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
	<else />
	<td class="alt1" align="$stylevar[align=right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
	</if>
Below add:

Code:
Code:
<!-- goup -->
<a href="#"><img src="/images/buttons/goup.gif" border="0"/></a><!-- / goup -->


Bellow you can find a sceenshot and the image you will need to paste at your "forum/images/buttons/" folder!
 
Back
Top