Author |
Message |
Fphilip84
Regular


Joined: Oct 27, 2003
Posts: 73
|
Posted:
Wed Oct 29, 2003 2:51 pm |
|
Hi, my site is Only registered users can see links on this board! Get registered or login!
For some reason, ever since I installed the autoActivationhack, I seem to get a wrong join date for users. Some users join date is "Non, 0, 0000" ....Please come to my site, and access my Member List and you will see what I am talking about.
Is there anyway way to fix this problem? I want all the users to be listed as Ascending from date of joining.
Thanks |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Wed Oct 29, 2003 3:16 pm |
|
I just tested the Auto Activation Download and it works perfectly. No scrambling of any dates. This is in use by hundreds of sites and if this were the cause of your problem I would have heard of it by now.
Since I don't know what all you have installed at your site, unless someone else has experienced this same problem, I would suggest replacing your modules/Your_Account/index.php file with your original and see if the problem clears up. |
|
|
|
 |
Fphilip84

|
Posted:
Wed Oct 29, 2003 5:23 pm |
|
Hey, I also realized that....some of my modules are set to be viewed only by Registered users....and even though Im logged on as a registered user, I still get the error "We are Sorry, but this section of our site is for Registered Users Only." .....Once I sign in as an admin I can access just fine.
I have feeling that the member list problem and this problem go hand in hand. I'm trying ro recall what updates I might have done. |
|
|
|
 |
Fphilip84

|
Posted:
Wed Oct 29, 2003 5:37 pm |
|
I fixed the problem!! I replaced Quote: | case 'joined':
$order_by = "user_regdate $sort_order LIMIT $start, " . $board_config['topics_per_page'];
break; |
with
Quote: | case 'joined':
$order_by = "user_id $sort_order LIMIT $start, " . $board_config['topics_per_page'];
break; |
in the Member_list (index.php)
Now I gotta fix my Registered Users problem. |
|
|
|
 |
Fphilip84

|
Posted:
Wed Oct 29, 2003 8:43 pm |
|
Hey Raven, no matter what I tried so far, I still get this problem! The problem is that ....Registered users can try to access certain modules, and they will get an error saying "Access Denied: must be a registered user"......Only when I make the module viewable by All Visitors can everyone see it. |
|
|
|
 |
Raven

|
Posted:
Wed Oct 29, 2003 8:51 pm |
|
Please put up a module that is for registered users only so I can see what happens.
Also, you really should be using my KISGB (guestbook). It is fully integrated into Nuke and uses the nuke theme and everything (shameless plug)  |
|
|
|
 |
Fphilip84

|
Posted:
Wed Oct 29, 2003 9:52 pm |
|
Hey, see I would use it, but we already have so many posts on the guestbook that I just got lazy!! I'll def consider though..U'mm i'll make Submit News for registered users.. |
|
|
|
 |
Raven

|
Posted:
Wed Oct 29, 2003 10:40 pm |
|
That is very strange. Try this. Rename your modules.php file and reload the virgin 6.9 modules.php (or whatever version you are using). Let me know. |
|
|
|
 |
|