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: Post Stamping
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 3

dayve
Forum Moderator

USA
5820 Posts

Posted - 18 August 2001 :  14:05:42  Show Profile  Visit dayve's Homepage
yeah, that won't work for rick, he's loaded up his first cell with flags, avatars, stats, the works... so it draws the height of the cell way down...

Dayve
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 28 August 2001 :  10:44:52  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
can anyone get this to work with v3.3.03? i've gotten the changes to post_info (i hope) but i can't seem to find the spots in topic.asp to change it.

dayve, would it be too much trouble to edit the default post_info.asp and topic.asp from the v3.3.03 archive and post them here.

thanks.

RDoGG™
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 28 August 2001 :  15:35:08  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
never mind. i got it working.

RDoGG™
Go to Top of Page

MDGamezz
Junior Member

USA
100 Posts

Posted - 28 August 2001 :  22:05:06  Show Profile  Send MDGamezz an AOL message  Send MDGamezz an ICQ Message
Rdogg
Would you mind posting your modified files here for 3.3.03?
It would be much appreciated.
Or if you prefer you could email them.
mdgamezz@charter.net

Thank You...


MDGamezz
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 29 August 2001 :  10:23:33  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
i heavily edited my topic.asp (so i can't give u that) but here's a link to my post_info.asp: http://user.7host.com/rdogg2k1/post_info.txt

download it and save it as post_info.asp






topic.asp. here are the additions:

around lines 113-117:


strMemberTablePrefix & "MEMBERS.M_POSTS, " & _
strMemberTablePrefix & "MEMBERS.M_COUNTRY, " & _
strActivePrefix & "TOPICS.T_POSTS, " &_
strActivePrefix & "TOPICS.T_DATE, " & _
strActivePrefix & "TOPICS.T_SUBJECT, " & _



around lines 219-223:


strMemberTablePrefix & "MEMBERS.M_POSTS, " & _
strMemberTablePrefix & "MEMBERS.M_COUNTRY, " & _
strActivePrefix & "REPLY.R_POSTS, " &_
strActivePrefix & "REPLY.REPLY_ID, " & _
strActivePrefix & "REPLY.FORUM_ID, " & _


then, look for (in my topic.asp, around lines 381-384)



<% if strShowRank = 2 or strShowRank = 3 then %>
<br><% = getStar_Level(rsReplies("M_LEVEL"), rsReplies("M_POSTS")) %>
<% end if %>



right underneath that (or underneath your avatar code), type in:


<br><font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">Post # <%=rsReplies("R_POSTS") %> of <% =rsReplies("M_POSTS") %></font>




then, in the subroutine GetFirst() (around line 558+ in my topic.asp):

look for similar code (change rsReplies to rsTopic) to the red code in this post above and underneath that (or under your avatar code), type this:



<br><font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">Post # <%=rsTopic("T_POSTS") %> of <% =rsTopic("M_POSTS") %></font>




that's all the changes needed.

again, post_info.asp is located here: http://user.7host.com/rdogg2k1/post_info.txt


i hope this helps you.

RDoGG™

Edited by - RDoGG™ on 29 August 2001 10:25:21
Go to Top of Page

MDGamezz
Junior Member

USA
100 Posts

Posted - 30 August 2001 :  14:31:17  Show Profile  Send MDGamezz an AOL message  Send MDGamezz an ICQ Message
Thanks Rdogg.
I'm sure the info will help in my battles with learning the new version of the forum.

MDGamezz
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 30 August 2001 :  19:48:53  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
you're welcome

i hope the topic.asp corrections were easy for you to understand.

RDoGG™
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous 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.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07