Author |
Topic  |
|
MisterVB
Junior Member
 
274 Posts |
Posted - 16 April 2001 : 03:03:25
|
In your readme it states to change the chkDate(fDate) and chkTime(fDate) areas in the inc_functions, well in mine I do not have the chkTime(fDate)area... I have this instead: function ChkTime(fTime)
Does it make a difference if I just copy over that anyhow?
|
|
MisterVB
Junior Member
 
274 Posts |
Posted - 16 April 2001 : 03:16:15
|
Also this is the mod that was killing my profile from being updated. Maybe it is that part in the inc_function that was killing it, also in your instructions it states to change this line in the post_info.asp: txtMessage = txtMessage & ChkString(STRdbntUserName, "display") & " on " & chkDate(DateToStr(strForumTimeAdjust)) & " " & chkTime(DateToStr(strForumTimeAdjust)) and then change it to txtMessage = txtMessage & ChkString(STRdbntUserName, "display") & " on " & displayDate(DateToStr(strForumTimeAdjust)) & " " & displayTime(DateToStr(strForumTimeAdjust))
In my post_info.asp that line appears twice. Edit it twice or just the first or 2nd one?
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 April 2001 : 05:09:10
|
1) Yes, typo in the instructions, for chkTime replace date with Time.
2) If it appears twice, edit them both, this is where it appends the edited by at the end of the message, if you check the Mods forum, I also posted a last-edited by Mod, which removes this functionality, and uses a field for the last edited date so that it is also displayed in usertime instead of forumtime
|
 |
|
MisterVB
Junior Member
 
274 Posts |
Posted - 16 April 2001 : 05:35:56
|
I can't use this mod and I love it, it kills off my profile being updated.
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 April 2001 : 05:39:16
|
Ok, send me your inc_profile, pop_profile and register.asp I will find out what is wrong
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 April 2001 : 05:53:15
|
The files you sent me, do they have the mod installed ? and if not are they working OK ?
|
 |
|
MisterVB
Junior Member
 
274 Posts |
Posted - 16 April 2001 : 05:55:19
|
no i had deleted the files that had it in once i found out this mod was affecting my profile.
yes those files are my current files running in my forum.
Edited by - MisterVB on 16 April 2001 05:56:04 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 16 April 2001 : 06:07:53
|
Files are on there way back
|
 |
|
|
Topic  |
|