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: MOD Implementation
 announcement
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jalbani
Starting Member

14 Posts

Posted - 25 May 2001 :  11:32:05  Show Profile
I would like to eliminate the 'latest new member' announcment that fades onto the forum. How can I do that? I want to continue posting messages with the announcement mod.



RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 May 2001 :  12:14:49  Show Profile
you'll need to edit your inc_fader.asp file.

REMOVE this code:

<%            '## Forum_SQL - Get newest membername and id from DB
strSql = "SELECT M_NAME, MEMBER_ID FROM " & strMemberTablePrefix & "MEMBERS WHERE M_STATUS=1 AND MEMBER_ID > 1"
strSql = strSQL & " ORDER BY M_DATE desc;"
set rsNewMember = my_Conn.Execute(strSql)
if not rsNewMember.EOF then
ANewMember_Name = ChkString(rsNewMember("M_NAME"), "display")
else
ANewMember_Name = ""
end if %>
<param name="text2" value="Please Welcome our newest member: <% =ANewMember_Name %>">
<param name="url2" value="">
<param name="font2" value="Verdana,PLAIN,14">


Change the 3 in the code below to a 2

	      <param name="text3" value="Here are today's Announcements">
<param name="url3" value="">
<param name="font3" value="Verdana,PLAIN,14">


Then change the 4 in the code below to a 3

		intI = 4


That should be it.
Go to Top of Page

jalbani
Starting Member

14 Posts

Posted - 25 May 2001 :  16:45:25  Show Profile
Thanks!!

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 May 2001 :  19:40:25  Show Profile
you're welcome
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.45 seconds. Powered By: Snitz Forums 2000 Version 3.4.07