v3arcade Champs on Forum Home v2

Curve

New Member
This shows v3arcade Champs on Forum Home v2..

This modification may not be copied, reproduced or published elsewhere without my permission.

(New) This version shows username group color ..

1.
Import Product: v3arcade_champs_on_forum_home.xml

Plugins & Products >> Manage Products >> [Add/Import Product]:
Upload the v3arcade_champs_on_forum_home.xml file from your computer.

2.
Edit 1 template

Styles & Templates >> Style Manager >> forum home template >> FORUMHOME
Find:

$navbar

Below add:
Code:
<!-- v3arcade champ on forumhome v2-->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
		<td class="tcat" colspan="4">
			<a style="float:$stylevar[align=right]" href="#top" onclick="return toggle_collapse('forumhome_vchamp')"><img id="collapseimg_forumhome_vchamp" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_vchamp].gif" alt="" border="0" /></a><a href="$vboptions[bburl]/arcade.php?" rel="nofollow">v3arcade Champs</a>		</td>
	</tr>
</thead>

<tbody  id="collapseobj_forumhome_vchamp" style="$vbcollapse[collapseobj_forumhome_vchamp]">
         <tr>
                   <td class="alt1" align="center" "smallfont"> 
                     <div class="smallfont">
                         $v_top_three
                      </div>
                  </td>
        </tr> 
</tbody>
</table>
<br />

<!-- v3arcade champ on forumhome v2-->
 
Back
Top