| Author |
Message |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Wed Feb 26, 2003 9:59 am |
  |
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. |
|
|
     |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Wed Feb 26, 2003 10:37 am |
  |
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 |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Wed Feb 26, 2003 10:40 am |
  |
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 |
|
    |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Wed Feb 26, 2003 10:42 am |
  |
| chatserv wrote: |
| And if i recall correctly the forum admin level is 2 not 3, isn't 3 a moderator level? |
true
ArtificialIntel |
|
|
   |
 |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Wed Feb 26, 2003 10:57 am |
  |
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. |
|
|
     |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Wed Feb 26, 2003 12:17 pm |
  |
try implementing the latest version of the port we've just released.
ArtificialIntel |
|
|
   |
 |
empty_clips
Nuke Soldier


Joined: Feb 19, 2003
Posts: 34
|
Posted:
Wed Feb 26, 2003 3:38 pm |
  |
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......  |
|
|
   |
 |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Thu Feb 27, 2003 9:37 am |
  |
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 |
|
|
     |
 |
Mighty_Y
Sergeant


Joined: Feb 27, 2003
Posts: 94
|
Posted:
Thu Feb 27, 2003 9:51 am |
  |
| 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
Bye,
Mighty_Y |
|
|
    |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Thu Feb 27, 2003 9:56 am |
  |
Welcome aboard guys, and thanks for sharing. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Thu Feb 27, 2003 9:59 am |
  |
|
   |
 |
Mighty_Y
Sergeant


Joined: Feb 27, 2003
Posts: 94
|
Posted:
Thu Feb 27, 2003 10:23 am |
  |
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 |
|
|
    |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Thu Feb 27, 2003 10:36 am |
  |
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 |
|
   |
 |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Thu Feb 27, 2003 12:01 pm |
  |
| 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. |
|
|
     |
 |
Mighty_Y
Sergeant


Joined: Feb 27, 2003
Posts: 94
|
Posted:
Thu Feb 27, 2003 12:48 pm |
  |
| 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 |
|
|
    |
 |
|
|