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)
 Customization...Quick Question (I HOPE)
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Brookie
Starting Member

7 Posts

Posted - 25 February 2004 :  18:11:58  Show Profile
Thankyou for the advice given. Apologies where they are due I felt the topic was relevant to my subject and attempted to avoid duplicating it. Next time maybe I'll just try a bit harder before I upset the more experienced users here?
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 25 February 2004 :  20:34:13  Show Profile  Send ruirib a Yahoo! Message
hyperhappy, I would simply change the ASP code that displays the link, to hardcode the color used for displaying the link.

Brookie, we usually prefer a new topic for each new problem, because that is easier to handle. So, even when you have a similar issue, since yours is a new problem, if you post a new topic it will be easier for most of us to handle it.
The issue has been dealt with, you just apologized, you're new around so you didn't even know our habits, I think we can move just move on and be over with it.


Snitz 3.4 Readme | Like the support? Support Snitz too

Edited by - ruirib on 25 February 2004 20:34:56
Go to Top of Page

hyperhappy
Starting Member

USA
28 Posts

Posted - 26 February 2004 :  10:44:54  Show Profile  Visit hyperhappy's Homepage
Hi Ruirib

Thanks for the advice but I did try that. I opened up the inc_footer.asp and put:

<font color=""#FFFFFF""><a href=""http://forum.snitz.com"" target=""_blank"" tabindex=""-1""><acronym title=""Powered By: " & strVersion & """>"
if strShowImagePoweredBy = "1" then
Response.Write getCurrentIcon("logo_powered_by.gif||","Powered By: " & strVersion,"")
else
Response.Write "Snitz Forums 2000"
end if
Response.Write "</font></acronym></a>   </font></td>"

And it did nothing...any other ideas?

Cheers,
Jag

Edited by - hyperhappy on 26 February 2004 10:48:27
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 26 February 2004 :  12:15:33  Show Profile  Send ruirib a Yahoo! Message
I'll have a look and will let ya know.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 26 February 2004 :  18:59:48  Show Profile  Send ruirib a Yahoo! Message
Ok, at lines 290,291, inc_header.asp, add the lines in red:

".spnMessageText a:active  {color:" & strForumActiveLinkColor & ";text-decoration:" & strForumActiveTextDecoration & "}" & vbNewLine & _
".spnRR a:link  {color:#ffffff;text-decoration:" & strForumVisitedTextDecoration & "}" & vbNewLine & _
".spnRR a:visited  {color:#ffffff;text-decoration:" & strForumVisitedTextDecoration & "}" & vbNewLine & _
".spnSearchHighlight {background-color:" & strSearchHiLiteColor & "}" & vbNewLine & _


Then at line 57, inc_footer.asp, add the part in red:

if strShowTimer = "1" then
	Response.Write	"    <td align=""left""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & chkString(replace(strTimerPhrase, "[TIMER]", abs(round(StopTimer(1), 2)), 1, -1, 1),"display") & "</font></td>" & vbNewLine
end if
Response.Write	"    <td class=""spnRR"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>"


This will show the link in white.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

hyperhappy
Starting Member

USA
28 Posts

Posted - 26 February 2004 :  20:13:36  Show Profile  Visit hyperhappy's Homepage
Thank you ruirib

You are my hero!!! Worked superbly! I added the text-decoration:none and it worked like a charm. Now back to my other problems....

Cheers!
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 26 February 2004 :  20:21:20  Show Profile  Send ruirib a Yahoo! Message
Lol. Glad I could help :).


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 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 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07