ultimatearco
07-10-2009, 10:00 PM
Hi all,
Here I explain how to remove things you dont need/want anymore, like the archive, the meet the staff etc..
When installed, klick INSTALLED!!!!
I do not give support to people who didn't install!!
I'm not responsible for if you screw up, if you do, il try to help tough.
Remove Archive
1) Go to the template footer
2) Search:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> |</if>
3) Remove.
Go back to Top
1) Again, the header template.
2) Look for
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
3) Remove.
Remove contact us
1) Again in the footer template
2) Find:
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> |</if>
3) Remove.
Remove View Forum Leaders
1) Go to FORUMHOME template
2) Look for
<if condition="$vboptions['forumleaders']">
<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
3) Remove.
Remove last visited I need help with this, this is broken!
1) Go to the HEADER template
2) Look for:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
3) Remove.
Thanks for using
Arco
Enjoy!
Here I explain how to remove things you dont need/want anymore, like the archive, the meet the staff etc..
When installed, klick INSTALLED!!!!
I do not give support to people who didn't install!!
I'm not responsible for if you screw up, if you do, il try to help tough.
Remove Archive
1) Go to the template footer
2) Search:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> |</if>
3) Remove.
Go back to Top
1) Again, the header template.
2) Look for
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
3) Remove.
Remove contact us
1) Again in the footer template
2) Find:
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> |</if>
3) Remove.
Remove View Forum Leaders
1) Go to FORUMHOME template
2) Look for
<if condition="$vboptions['forumleaders']">
<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
3) Remove.
Remove last visited I need help with this, this is broken!
1) Go to the HEADER template
2) Look for:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
3) Remove.
Thanks for using
Arco
Enjoy!