i need these hacks please

Hoxxy

New Member
Redirect Loading Image

Installation:
- Import XML via Products
- Goto vBulletion Options and set the plugin active and Choose Redirect Image URl
 

cor3y

New Member
Archive Links with Forum Names in Footer

Add this code in footer template:

Code:
$archivelinks


Top ibp Champs on Forum Home 3.7

1.
Import Product: ibp-champs-forum-home.xml

Plugins & Products >> Manage Products >> [Add/Import Product]:
Upload the ibp-champs-forum-home.xml file from your computer.


2.
Edit 1 template

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

$navbar


Below add:
Code:
<!-- ibp top three champs on forumhome 3.7-->

<table cellpadding="1" cellspacing="1" border="0" style="width:100%" class="tborder">
<tbody>
 <tr class="thead">
  <td width="100%" align="left"><a style="float:$stylevar[align=right]" href="#top" onclick="return toggle_collapse('ibpchamp')"><img id="collapseimg_ibpchamp" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_ibpchamp].gif" alt="" border="0" /></a>
   <span class="normalfont">&nbsp;<b>Top ibProArcade Champs</b></span>
  </td>
 </tr>
</tbody>

<tbody id="collapseobj_ibpchamp" style="$vbcollapse[collapseobj_ibpchamp]">
	<tr>
		
		<td class="alt1" width="100%">
		<div class="smallfont">
<center>			
$top_three
</center>
	</div>
		</td>
	</tr>
</tbody>
</table>

<br />
<!-- /ibp top three champs on forumhome 3.7-->
 
Top