Print Page | Close Window

Gender MOD problem

Printed From: S2H.co.uk
Category: Web Wiz Forums
Forum Name: Modifications Support
Forum Description: Support for modifications and add-ons for Web Wiz Forums from S2H.
URL: http://www.s2h.co.uk/forum/forum_posts.asp?TID=5
Printed Date: 27 Mar 2026 at 2:04am


Topic: Gender MOD problem
Posted By: petepolecat
Subject: Gender MOD problem
Date Posted: 07 Dec 2006 at 6:36am
Found a small prob with gender mod
 
register.asp needs this
 
'Display the current server time
 Response.Write(stdDateFormat2(dtmServerTime, True) & " " & strTxtAt & " " & TimeFormat(dtmServerTime))
 
and take out the 2
 
'Display the current server time
 Response.Write(stdDateFormat(dtmServerTime, True) & " " & strTxtAt & " " & TimeFormat(dtmServerTime))
 
Regards
 
Pete



Replies:
Posted By: Matt
Date Posted: 07 Dec 2006 at 7:08am
Hi,

the part your pasting isnt part of the mod and is part of the register page.

are you using the most uptodate version?

if not, that might be the problem, if you are then I must of missed part of the update.

thanks for letting me know - i'll have a look at this tonight and and update the mod.



Print Page | Close Window