You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 37 guest(s) and 2 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Joined date and user_level bugs. [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
anor
Private
Private


Joined: Feb 26, 2003
Posts: 48


PostPosted: Wed Feb 26, 2003 9:59 am Reply with quoteBack to top

Hello ,I have phpnuke 6.5 rc2 installed on my testsite (http://test.anorscorner.com) and having problems with the user joined date that is displayed next to the user post in the forum. It is working in the memberslist tho, the problem is it when you go the the members profile it will display 1 jan 1970 instead of the correct date example 25 feb 2003. Also i got a problem with the user level that is set, when i created i super user for myself and somebody else on the site it will not show the correct user color (on the bottom of the page), this is due a user_level bug, because when i enter my mysql table i saw that my user_level was 1 instead of 3, although i can login as superuser and login too the forum admin.
The 2 problems above i didn't investigated in the code so maybe i could find a fix for these.
Also on this site if you want to select a avatar using the gallery (DIDN'T TESTED IT WITH UPLOAD OR LINK TOO) you get a Invalid_session when you have selected a avatar.
Find all posts by anorView user's profileSend private messageSend e-mailVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Wed Feb 26, 2003 10:37 am Reply with quoteBack to top

when you create the superuser, it doesn't create an admin level user for the forums. You have to set urself as administrator from the administration panel forums section. THIS ISN'T A BUG.

As for the joined date, there's no reason why it doesn't work cause it works fine on my nuke with both the older port and the new port of phpBB

ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Wed Feb 26, 2003 10:40 am Reply with quoteBack to top

And if i recall correctly the forum admin level is 2 not 3, isn't 3 a moderator level?

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Wed Feb 26, 2003 10:42 am Reply with quoteBack to top

chatserv wrote:
And if i recall correctly the forum admin level is 2 not 3, isn't 3 a moderator level?


true

ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
anor
Private
Private


Joined: Feb 26, 2003
Posts: 48


PostPosted: Wed Feb 26, 2003 10:57 am Reply with quoteBack to top

Oops sorry my mistake then, sorry for the bug report, but i still got the problem with the joined date, my phpbb 2.0.6 modules is working great no problems at all, but at the testsite i got that "problem" i looked in the code (looked right to me) and also checked my mysql table which also stated the right date, weird stuff i let you know how it goes.
Also sorry for the user_level you are right admin is 2 and mod is 3.
Find all posts by anorView user's profileSend private messageSend e-mailVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Wed Feb 26, 2003 12:17 pm Reply with quoteBack to top

try implementing the latest version of the port we've just released.

ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
empty_clips
Nuke Soldier
Nuke Soldier


Joined: Feb 19, 2003
Posts: 34


PostPosted: Wed Feb 26, 2003 3:38 pm Reply with quoteBack to top

I have 6.5RC2 and your pack in also, which I already fixed the lanuage file. I have same problem with the join date. Its showing up as the correct date when you go to the main member list. But when you click on a members name for all there info. Then there join date is posted wrong. Its posted as Joined: 01 Jan 1970

Thanks in advance...... Smile
Find all posts by empty_clipsView user's profileSend private message
anor
Private
Private


Joined: Feb 26, 2003
Posts: 48


PostPosted: Thu Feb 27, 2003 9:37 am Reply with quoteBack to top

OKe i got the fix for this "joined date trouble" , i got this "fix" from my fellow admin of my site.

Search
Code:
'JOINED' => create_date($lang['DATE_FORMAT'], $profiledata['user_regdate'], $board_config['board_timezone']),
and replace it with
Code:
'JOINED' =>  $profiledata['user_regdate'],


This fixed it on my test site. http://test.anorscorner.com
Find all posts by anorView user's profileSend private messageSend e-mailVisit poster's website
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Thu Feb 27, 2003 9:51 am Reply with quoteBack to top

anor wrote:
OKe i got the fix for this "joined date trouble" , i got this "fix" from my fellow admin of my site.


Yeah he got it from me Very Happy

Bye,
Mighty_Y
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Thu Feb 27, 2003 9:56 am Reply with quoteBack to top

Welcome aboard guys, and thanks for sharing.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Thu Feb 27, 2003 9:59 am Reply with quoteBack to top

That would be in includes/usercp_viewprofile.php line 224 or so if anyones wondering!

Good catch fella's!

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Thu Feb 27, 2003 10:23 am Reply with quoteBack to top

Ok I like it here so I want to remember you that there is still a bug in anor's first post, about the gallery, and I'm having the same problem at this site too
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Thu Feb 27, 2003 10:36 am Reply with quoteBack to top

One of the other posters is also having trouble with the gallery table pushing out. I've 2 installs with Gallery v1.3.4-cvs-b10 one on windows Apache/MySQL 3.23.55/PHP4.3.1 and one on FBSD Apache/MySQL 3.23.something/PHP4.3 neither has this trouble.
Public one here:
http://nukedwebtree.com/gallery.html
I'm at a complete loss on this one.

_________________
www.netflake.com
www.glowoptics.com
Find all posts by sixonetonoffunView user's profileSend private message
anor
Private
Private


Joined: Feb 26, 2003
Posts: 48


PostPosted: Thu Feb 27, 2003 12:01 pm Reply with quoteBack to top

Quote:
Welcome aboard guys, and thanks for sharing.


Hehehe always nice to help out others, i wish everybody with problems would would post the fix when they fixed it so this helps others out.


Btw sorry for being off topic here but don't wanna spam the board but i am currently working on a new and improved Forum News Module (from http://www.anorscorner.com which is my and mighty_y's site). To view the current result goto http://portedmods.sourceforge.net . The reason why i post this because i want some feedback of you guys. It is way of from perfect but it does the primary job (need to fix links etc).
Please remove the above if you don't want this to be posted.
Find all posts by anorView user's profileSend private messageSend e-mailVisit poster's website
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Thu Feb 27, 2003 12:48 pm Reply with quoteBack to top

sixonetonoffun wrote:
One of the other posters is also having trouble with the gallery table pushing out. I've 2 installs with Gallery v1.3.4-cvs-b10 one on windows Apache/MySQL 3.23.55/PHP4.3.1 and one on FBSD Apache/MySQL 3.23.something/PHP4.3 neither has this trouble.
Public one here:
http://nukedwebtree.com/gallery.html
I'm at a complete loss on this one.


It's great you have that one working but we mean the avatargallery, try and check that out

Bye,
Mighty_Y
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.231 Seconds - 262 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::