PDA

View Full Version : Need to remove some code off my Index page


hazyeyes
11-16-2010, 11:10 AM
Hey all,

I hope I have got the right area of the forum, it has changed since I last visited.

I need abit of help, and shouldn't be too hard either, just need to be pointed in the right direction.

I'm wanting to remove some tables off the Login (Index.php) the first page that you get to on a forum to sign in/Register. Although I'm hoping its within a different section to that of the main forum display (Index.php) and its not linked up in any way or form.

Here is the link to my forum
http://www.fightstar.org/onandoff/index.php

What I want is to keep the links in the top left corner, the welcome message and the login form.
The rest of the tables, such as the new members, currently active members, the official links table and the actual hidden forum gone, as I would like it to look clean and to the point. I'm hoping I can do this without messing these tables up in the actual forum when logged in.

If anyone can help this would be fantastic. : )

Thanks in advance.

hazyeyes
11-17-2010, 08:05 PM
Hey guys, I'm still looking for abit of help if someone could just point me in the right directions I can figure the rest out myself.

Thanks

Lynne
11-17-2010, 09:04 PM
That page is already heavily modified. I'd *guess* it is the FORUMHOME template. You can find out by doing this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code you want to remove and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

hazyeyes
11-17-2010, 10:35 PM
That page is already heavily modified. I'd *guess* it is the FORUMHOME template. You can find out by doing this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code you want to remove and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

It is. :)

Thanks for your help Lynne, never thought to look in the source. :D.

Thanks Again