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 / Current Version (Old)
 Probably an easy question ?!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 14 April 2001 :  11:55:16  Show Profile
I would like to add a small link in the upper right corner of the forum. like this:



Where exactly do I insert the code, and how should it be, so that the font and color matches the rest (footer size)?!

thanks

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 15 April 2001 :  20:38:13  Show Profile
Please, anyone ?!

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 15 April 2001 :  21:07:14  Show Profile
in default.asp (v3.1 sr4 stock version) around line #107 is this code:


</td>
<td align=right><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">There are <% =Posts %> Posts in <% =Topics %> Topics and <% =Users %> Users&nbsp;&nbsp;</font></td>
</tr>
</table>
<%
else
Response.Write("&nbsp;&nbsp;")
end if
%>


you could replace Response.Write("&nbsp;&nbsp;")

with this:


Response.Write " <table width=""100%"" border=""0"">" & vbCrLf & _
" <tr>" & vbCrLf & _
" <td align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><a href=""faq.asp"">New to the forums?</a>&nbsp;</font></td>" & vbCrLf & _
" </tr>" & vbCrLf & _
" </table>" & vbCrLf
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 16 April 2001 :  14:40:06  Show Profile
thanks Richard.

I get an error though - something like "illegal caracter" !!

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 April 2001 :  17:19:47  Show Profile
what is the exact error?
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 16 April 2001 :  18:22:38  Show Profile
Richard, I´ve mailed you my default.asp - could you insert the code for me? I was never very good at manually changing the ASP files myself.

thanks

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 April 2001 :  18:45:10  Show Profile
I e-mailed it back to you.
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 16 April 2001 :  19:07:29  Show Profile
thanks - I got it.



Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 17 April 2001 :  05:03:35  Show Profile
I also want to add a link to the same place for "Topic Statistics" but get an error not on the place that I insert the code but on 800 something. Are there anyone knows exactly what I have to?

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 April 2001 :  05:09:49  Show Profile
What was the error?
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 17 April 2001 :  06:24:53  Show Profile
thnak you for your interest richard, after trying again, I could solve it myself.

Sorry for wasting your time

Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 12 May 2001 :  06:30:09  Show Profile
is it possible to add an image next to the link?

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 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07