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.