Print Page | Close Window

Post count in signature

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=18211
Printed Date: 13 April 2026 at 12:02pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Post count in signature
Posted By: acechan
Subject: Post count in signature
Date Posted: 31 January 2006 at 1:29pm
Hi all!
I would like to add my current number of posts within my signature. I guess it may be possible to do so using codes (I dunno if there is a variable I could use), but as I'm a dumb in coding, I don't even know where to begin from.
 
Can anybody help me please? Thanks in advance.



Replies:
Posted By: JohnKn
Date Posted: 31 January 2006 at 5:26pm
It could be done, why would you want to do that when your post count is already displayed right next to your post on the left? If you wanted to do it only for

You would need to modify this line in forum_posts.asp:
If rsPost("Show_signature") AND strAuthorSignature <> "" Then strMessage = strMessage & "<!-- Signature --><br /><br />__________________<br />" & strAuthorSignature & "<!-- Signature -->"

Adding lngAuthorNumOfPosts wherever you wanted the count to appear, but that would show everyones post count in their signature, you'd have to add an additional IF clause to do it just for your account.

Way more trouble than it's worth since the post count already displayed.




Posted By: acechan
Date Posted: 01 February 2006 at 9:12am
Yeah... just wanted to have something cool in my signature, something like "The guy with xxxxx posts"...
 
Thanks for your answer, I thought there would be a more simple way  (using [code] thingie for example)  Smile



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