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: General / Classic ASP versions(v3.4.XX)
 Cancelling posts numbers?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

yigal7
Junior Member

297 Posts

Posted - 16 January 2005 :  16:23:38  Show Profile
Is there a way to cancel the posts number
of all the members on the forum?

ThanX
Yigal

muzishun
Senior Member

United States
1079 Posts

Posted - 16 January 2005 :  22:32:23  Show Profile  Visit muzishun's Homepage
Are you talking about setting everyone's post count to 0 or setting a forum up so that people's count doesn't increase when they post?

For the first option, you'd either have to edit each member individually, edit the database directly, or run a script to change the value for every post count. I'm not entirely sure how you would go about this specifically, but I'm sure someone else could give you some advice on it.

To stop increasing post count, just go edit the particular forum you want and there is an option in there to disable increased post counts.

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

yigal7
Junior Member

297 Posts

Posted - 17 January 2005 :  05:19:19  Show Profile
i want that the number of posts won't be at all.

for ex. you have in this forum 222 Posts
and i want that number to be at all.

Thanx
Yigal
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 17 January 2005 :  10:08:06  Show Profile
So you just want to hide member post counts on topic.asp? If you crack open that file and look for the following on line 586 and remove the code in green:
Response.Write	"                <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Reply_MemberPosts & " Posts</small></font></p></td>" & vbNewLine & _
		"                <td bgcolor=""" & CColor & """ height=""100%"" width=""" & strTopicWidthRight & """"
Further down, on line 791, find the following and remove the code in green again:
Response.Write	"                <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Member_Posts & " Posts</small></font></p></td>" & vbNewLine & _
		"                <td bgcolor=""" & strForumFirstCellColor & """ width=""" & strTopicWidthRight & """"

Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 17 January 2005 :  12:01:22  Show Profile  Visit muzishun's Homepage
Yeah, what Shaggy posted is the easiest way. If you were to actually remove the post count from the database, it would require changing a lot of code. There are a few references to post counts in pop_profile.asp, but people don't usually spend a lot of time there, so you shouldn't have to worry much.

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
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.46 seconds. Powered By: Snitz Forums 2000 Version 3.4.07