Author |
Topic |
|
ederon
Starting Member
8 Posts |
|
Helterskelter
Junior Member
United Kingdom
331 Posts |
|
ederon
Starting Member
8 Posts |
Posted - 16 February 2006 : 21:11:26
|
Humm those icons don't bug me that much. There are a couple things that actually bug me thou: - When u click on a Group of forums besides "All Forums" on the root links above, it dosent show the link to "All Forums". U have to click on the logo in order to come back. - You can't NOT add a logo. Either u fake it by putting a blank gif or u make some logo just to show that the user is inside the forum (like I did)
And a couple questions: - Is there a way to remove that last line that show blank when the user is not logged in? - In order to put my forum on 800X600, I had to manually add a HTML table at the beggining of the config.asp code, but because I didn find a footer include file, I couldn't close it. It looks ok on Firefox and IE, but it kinda bugs me to see the code like that. Is there a way I can either change the resolution OR add a footer in some include file |
Edited by - ederon on 16 February 2006 21:19:42 |
|
|
Ranko
Junior Member
400 Posts |
Posted - 17 February 2006 : 02:27:40
|
quote: Originally posted by ederon
- You can't NOT add a logo. Either u fake it by putting a blank gif or u make some logo just to show that the user is inside the forum (like I did)
It is easy to remove it from the inc_header.asp file. Find getCurrentIcon(strTitleImage and remove the image tag.
quote: - Is there a way to remove that last line that show blank when the user is not logged in?
Which one?
quote: - In order to put my forum on 800X600, I had to manually add a HTML table at the beggining of the config.asp code, but because I didn find a footer include file, I couldn't close it. It looks ok on Firefox and IE, but it kinda bugs me to see the code like that. Is there a way I can either change the resolution OR add a footer in some include file
Footer is in inc_footer & inc_footer short
But what you wanted to do was open inc_header, find <!--#INCLUDE FILE="inc_groupjump_to.asp" -->, right abowe that there is this line of code: "<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""95%"">" & vbNewLine
Change the width there.
|
|
|
|
Topic |
|