Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Remove Title Image Location
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

snowsurfer
New Member

64 Posts

Posted - 31 January 2005 :  22:31:46  Show Profile
Is there a way to safely remove the Title Image Logo. I have made a 1x1 pixel logo, but it is still throwing off my formatting a bit.

dgwyther
Starting Member

34 Posts

Posted - 12 February 2005 :  14:05:05  Show Profile  Visit dgwyther's Homepage
A answer to this question would be very useful to me also. IS there nobody that will help

Dave G
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 12 February 2005 :  14:19:07  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Find the following code in inc_header.asp (lines 280-283):
		"  <tr>" & vbNewLine & _
		"    <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
		"    <td align=""center"" valign=""top"" width=""50%"">" & vbNewLine & _
		"      <table border=""0"" cellPadding=""2"" cellSpacing=""0"">" & vbNewLine & _

The red code in the code above displays the image.
If want to remove the whole table cell the image is in, remove the red code I've marked in the following code:
		"  <tr>" & vbNewLine & _
		"    <td valign=""top"" width=""50%""><a href=""default.asp"" tabindex=""-1"">" & getCurrentIcon(strTitleImage & "||",strForumTitle,"") & "</a></td>" & vbNewLine & _
		"    <td align=""center"" valign=""top"" width=""50%"">" & vbNewLine & _
		"      <table border=""0"" cellPadding=""2"" cellSpacing=""0"">" & vbNewLine & _

That should do it.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

dgwyther
Starting Member

34 Posts

Posted - 12 February 2005 :  15:09:07  Show Profile  Visit dgwyther's Homepage
Many thanks for the swift reply.

Dave G
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 4.88 seconds. Powered By: Snitz Forums 2000 Version 3.4.07