Author |
Topic |
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 23 January 2001 : 09:37:26
|
can you post a link to your site? |
|
|
max
Starting Member
6 Posts |
Posted - 23 January 2001 : 09:44:39
|
my bad , i found out my mistake , i erased a line while copying/pasting the code :) sory about that
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 23 January 2001 : 09:47:59
|
no problem.. glad you got it figured out. |
|
|
Therion93
Junior Member
USA
263 Posts |
Posted - 23 January 2001 : 13:17:44
|
Perhaps I shouldn't , but I assume this works with SR4?
Therion93 "Stare Deep Into The Heart Of Darkness...There Is No Good, No Evil - Only Me" Because Legends Never Die! - Kiss-Forever Community Forum
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 23 January 2001 : 19:39:02
|
Yes, it works with SR4. |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 23 January 2001 : 23:02:07
|
Richard, I implemented this on my site and now I'm getting this error when trying to login:
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'DoCookies'
/forum/inc_top.asp, line 64
Any ideas why?
By the way, thank you for this mod.
Cheers, Tim
http://www.free-guestbook.com |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 23 January 2001 : 23:18:12
|
probably something to do with where you inserted the code in your inc_top.asp. If you want, you can e-mail it to me and I'll look at it. |
|
|
tteal
Junior Member
USA
438 Posts |
|
tteal
Junior Member
USA
438 Posts |
Posted - 23 January 2001 : 23:26:48
|
Also when trying to view/edit announcements, I get this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'Server.UrlEncode'
/forum/inc_functions.asp, line 375
Cheers, Tim
http://www.free-guestbook.com |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 24 January 2001 : 00:34:08
|
the urlEncode problem was probably because you were using the inc_functions.asp from v3.1 SR4 with v3.1 SR2. |
|
|
wedont
Junior Member
Canada
344 Posts |
Posted - 27 January 2001 : 18:42:53
|
Richard,
Looking for your great "Announcements Fader" on your site. 1-Is it available? 2-Is it compatible with both IE and Netscrap? 3-Is it "close" to compatible with 3.1sr2?
Thanks,
Wedont snitz ver3.1 sr2 access 2k. |
|
|
jobob
Starting Member
1 Posts |
Posted - 30 January 2001 : 17:13:35
|
Yes, I would also like to know that
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 30 January 2001 : 20:36:21
|
NOTE: This is an add-on to the Forum Announcements MOD You need to install the Forum Announcements MOD first before using the fader
Ok, since y'all are requesting it here it is:
download this file: http://www16.brinkster.com/richardk/files/fader.zip
unzip the 3 files and upload them to your /forum directory.
Open up your default.asp and look for this part of code: (On an unmodified version of default.asp it starts around line #122)
<td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b> </td> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Forum</font></b></td> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Topics</font></b></td> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Posts</font></b></td> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Last Post</font></b></td> <% if (strShowModerators = "1") or (mlev = 4 or mlev = 3) then %> <td align=center bgcolor="<% =strHeadCellColor %>" nowrap valign="top"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Moderator(s)</font></b></td> <% end if if (mlev = 4 or mlev = 3) or (lcase(strNoCookies) = "1") then %> <td align=center bgcolor="<% =strHeadCellColor %>"><% PostingOptions() %></td> <% end if %> </tr> <!--#INCLUDE FILE="inc_fader.asp" --> <% if rs.EOF or rs.BOF then %>
just insert the <!--#INCLUDE FILE="inc_fader.asp" --> as shown above.
If you have previously installed my Forum Announcements Mod, then you will need to remove the code that you added to inc_top.asp.
The colors that I am using work with my forum.
if you want to change the colors open inc_fader.asp and look for these 2 lines:
<param name="bgcolor" value="F8F8F8"> <param name="txtcolor" value="181870">
the colors in the code above will work with the default colors of Snitz Forums 2000.
The colors must be in RRBBGG format.
Edited by - Richard Kinser on 04 February 2001 20:25:17 |
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 30 January 2001 : 23:05:04
|
Thanks Richard! Works Great! Is there anyway to make the Announcements open in another window when you click on it?
Test Site www.eastpasco.com Running on HuwR's SR4 release |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 01 February 2001 : 10:12:32
|
Richard,
I have installed your fader, but when you click on an announcement, it goes to default.asp rather than view_announcements.
Any Ideas?
'Resistance is futile' |
|
|
Topic |
|