Log in

View Full Version : Remove things you don't need


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']">&nbsp; &nbsp;
<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!

ultimatearco
07-11-2009, 10:26 AM
Reserved

P?ŋĭsЋ?я
07-11-2009, 11:10 AM
what is this plugin?

ultimatearco
07-11-2009, 11:51 AM
I believe you are in the wrong section

elenh
07-11-2009, 06:23 PM
I think i need all of the adove..
Thanks.

RL714
07-11-2009, 07:33 PM
its a mods? i belive no one want to remove those above.

for an example who want to remove this line, the line below, just give this tag <!--hide what ever here--> , incase to use it later rather then remove it.
<!--<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>-->

Lynne
07-11-2009, 09:55 PM
Moved to Tips & Tricks since this isn't really a modification - it's just telling the users what code to remove.

cheat-master30
07-11-2009, 11:58 PM
It's interesting, although isn't it also possible to disable the Archive from the Admin CP itself, while this simply removes the link?