Author |
Topic |
|
seboyd2000
Starting Member
9 Posts |
Posted - 10 May 2004 : 22:36:48
|
I'm changing the looks of my forum here:
http://www.pcstadt.com/forum/default.asp
But am having problems with the "inc_header.asp"
If you look at the above page u will see This header located between my New header and my Forum body.
I only want to remove my Name, then below it I want to remove: the next six items(home,profile register, ect..)
I still want the header to have the login boxes and all else that folllows. Anybody know what info I have to take out of "inc_header.asp" to do this, thanks
|
BIG BROTHER is spreading a NEW WORLD ORDER and taking all freedoms with it.... http://www.pcstadt.com |
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 11 May 2004 : 07:17:18
|
" <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
Find this line, and delete it. line number 281.
call sForumNavigation()
Find this line, and delete it. line number 289. |
De Priofundus Calmo Ad Te Damine |
|
|
seboyd2000
Starting Member
9 Posts |
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 11 May 2004 : 09:18:38
|
line 285, delete it.
" <td align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strForumTitle & "</b></font></td>" & vbNewLine & _
|
De Priofundus Calmo Ad Te Damine |
|
|
seboyd2000
Starting Member
9 Posts |
Posted - 11 May 2004 : 10:01:27
|
that didnt work I get no Forum page and this error...
Microsoft VBScript compilation error '800a0408'
Invalid character
/forum/inc_header.asp, line 318
" <tr>" & vbNewLine & __ ------------------------------^ |
BIG BROTHER is spreading a NEW WORLD ORDER and taking all freedoms with it.... http://www.pcstadt.com |
|
|
seboyd2000
Starting Member
9 Posts |
Posted - 11 May 2004 : 10:13:39
|
never mind, i think i have it... i just removed the line that followed, which was the error above |
BIG BROTHER is spreading a NEW WORLD ORDER and taking all freedoms with it.... http://www.pcstadt.com |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 11 May 2004 : 10:21:30
|
You may have broken the table structure by doing that though as you've removed a </TR> Tag, If you haven't already you probably need to delete the line above as well (line 284 the opening <TR> tag) |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
seboyd2000
Starting Member
9 Posts |
Posted - 11 May 2004 : 10:27:20
|
thanks |
BIG BROTHER is spreading a NEW WORLD ORDER and taking all freedoms with it.... http://www.pcstadt.com |
|
|
|
Topic |
|