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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Forum Announcements
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 23 January 2001 :  09:37:26  Show Profile
can you post a link to your site?
Go to Top of Page

max
Starting Member

6 Posts

Posted - 23 January 2001 :  09:44:39  Show Profile
my bad , i found out my mistake , i erased a line while copying/pasting the code :)
sory about that

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 23 January 2001 :  09:47:59  Show Profile
no problem.. glad you got it figured out.
Go to Top of Page

Therion93
Junior Member

USA
263 Posts

Posted - 23 January 2001 :  13:17:44  Show Profile  Send Therion93 an ICQ Message
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 23 January 2001 :  19:39:02  Show Profile
Yes, it works with SR4.
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 23 January 2001 :  23:02:07  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 23 January 2001 :  23:18:12  Show Profile
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.
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 23 January 2001 :  23:21:14  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
Richard,
I sent the inc_top to you... thank you.

Cheers,
Tim

http://www.free-guestbook.com
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 23 January 2001 :  23:26:48  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
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
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 24 January 2001 :  00:34:08  Show Profile
the urlEncode problem was probably because you were using the inc_functions.asp from v3.1 SR4 with v3.1 SR2.
Go to Top of Page

wedont
Junior Member

Canada
344 Posts

Posted - 27 January 2001 :  18:42:53  Show Profile
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.
Go to Top of Page

jobob
Starting Member

1 Posts

Posted - 30 January 2001 :  17:13:35  Show Profile
Yes, I would also like to know that

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 30 January 2001 :  20:36:21  Show Profile
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
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 30 January 2001 :  23:05:04  Show Profile  Visit rick7165's Homepage
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
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 01 February 2001 :  10:12:32  Show Profile  Visit HuwR's Homepage
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'
Go to Top of Page
Page: of 11 Previous Topic Topic Next Topic  
Previous Page | Next 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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07