Print Page | Close Window

resync users own post count

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=4129
Printed Date: 02 April 2026 at 2:56am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: resync users own post count
Posted By: PrimeraRacer
Subject: resync users own post count
Date Posted: 08 July 2003 at 8:07am

appologies if I'm being thick or anything, I have looked for this but cant find anything out about it.

I've had a few moderators who have been bumping up their post counts by themselves by changing the number in their profiles.

I want to reset these back to what they should be but cant find out how to anywhere without guessing an approximate figure! I tried the resync post count option but that doesnt work.

is there any way to do this or a mod or anything to hand?

Thanks in advance

Kev




Replies:
Posted By: WebWiz-Bruce
Date Posted: 08 July 2003 at 1:20pm
The forum itself doesn't have this ability, you will have to write the code yourself, or hope that someone writes a mode for this.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: kbannon
Date Posted: 08 July 2003 at 2:15pm

Change the code for the field on line 1686 of register.asp to include the readonly attribute
<input type="text" name="posts" size="4" maxlength="7" value="<% = lngPosts %>" READONLY/>

or else change it from type="text" to type="hidden" and include <% = lngPosts %> at the end of the above code (less the readonly part) and this will keep the info within the form.

It can still however be modified by saving the page locally and modifying the file and then submitting the form but it should stop them.



-------------
I don't suffer from insanity, I enjoy every minute of it.


Posted By: dead_angel
Date Posted: 08 July 2003 at 5:00pm
there's a mod that displays user statistics in their profile... it shows how many *actual* posts they have in the database and displays the results... you could try that and then you'd get an accurate reading..



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net