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, 36 guest(s) and 1 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
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Thu Feb 27, 2003 1:43 pm Reply with quoteBack to top

Ok I see where in some themes that could be an issue the simplest fix would be to change the columns from 5 to 3.
In the file usercp_avatar.php
line 309 change
if( $avatar_col_count == 5 )
if( $avatar_col_count == 3 )

I don't think thats an unreasonable answer but if you have a better idea or suggestion lets hear it?

_________________
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: Sun Mar 16, 2003 11:03 am Reply with quoteBack to top

Oke i have updated my site to phpnuke 6.5 rc3 and reuploaded this module in it and made a few mods in it (attachment mod, approve mod, quick reply with quote), after fixing some bugs (stupid errors i did myself) i am unable to select a avatar from our gallery, when you want to choose one from te gallery and have specified the folder and click on go it will redirect you to the index of the forum which isn't correct because it doesn't save it in any way, this same problem exists when you select a avatar which IS viewable. I know you guys are working on this but i wanted to ask you if you know which file is responcible for the redirects, because i uploaded the file usercp_register, usercp_avatar, profile, usercp_viewprofile from the 2.0.6b version but didn't got any result (changed the uid's to user_id's ect). So maybe if you guys know what file is responcible for this i can find a solution. Thanks in advance if you can not help me i will try and to dig further in the code Smile
Find all posts by anorView user's profileSend private messageSend e-mailVisit poster's website
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Sun Mar 16, 2003 11:23 am Reply with quoteBack to top

It works on my site though I see I have to edit the profile link in the forum because it goes to
modules.php?name=Your_Account&op=edituser
instead of
modules.php?name=Forums&file=profile&mode=editprofile



But sadly hehe my avatars will change fine from either link Very Happy

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


Joined: Jan 13, 2003
Posts: 892


PostPosted: Sun Mar 16, 2003 11:30 am Reply with quoteBack to top

Anor
I can change avatars at your site from
?name=Your_Account&op=edituser

_________________
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: Sun Mar 16, 2003 12:00 pm Reply with quoteBack to top

you running rc2 or rc3 ? Because with rc2 and the port of phpbbv 2.1 of this site i got it working also.
Find all posts by anorView user's profileSend private messageSend e-mailVisit poster's website
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Sun Mar 16, 2003 12:37 pm Reply with quoteBack to top

RC3 but imagine you figured that out already. Very Happy

I've been to lazy to seperate the avatars into cats though so its not a fair comparision really.

_________________
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: Sun Mar 16, 2003 2:10 pm Reply with quoteBack to top

ReUploaded the ported version of phpbb v 2.1 over the rc3 and everything works great now.
Find all posts by anorView user's profileSend private messageSend e-mailVisit poster's website
sixonetonoffun
Major
Major


Joined: Jan 13, 2003
Posts: 892


PostPosted: Sun Mar 16, 2003 3:30 pm Reply with quoteBack to top

Ok now how come when I change page_header.php
Line 393 - '<U_PROFILE>' => append_sid('modules.php?name=Your_Account&op=edituser'),
to
Line 393 - '<U_PROFILE>' => append_sid('modules.php?name=Forums&file=profile&mode=editprofile '),

and
page_header_review.php
Line 364 - '<U_PROFILE>' => append_sid('modules.php?name=Your_Account&op=edituser'),
to
Line 364 - '<U_PROFILE>' => append_sid('modules.php?name=Forums&file=profile&mode=editprofile '),

The ? is changed to a & in the url? Grr none of the other urls in the forums navbar do that?

_________________
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: Sun Mar 16, 2003 3:38 pm Reply with quoteBack to top

Quote:
Ok now how come when I change page_header.php
Line 393 - '<U_PROFILE>' => append_sid('modules.php?name=Your_Account&op=edituser'),
to
Line 393 - '<U_PROFILE>' => append_sid('modules.php?name=Forums&file=profile&mode=editprofile '),

and
page_header_review.php
Line 364 - '<U_PROFILE>' => append_sid('modules.php?name=Your_Account&op=edituser'),
to
Line 364 - '<U_PROFILE>' => append_sid('modules.php?name=Forums&file=profile&mode=editprofile '),

The ? is changed to a & in the url? Grr none of the other urls in the forums navbar do that?


Razz have had the same problem that is why i did it the lazy way:) I openend the overall_header.tpl of the themes i have and replace this {U_PROFILE} to modules.php?name=Forums&file=profile&mode=editprofile
I know it doesn't win a beauty contest but it does the Job. Although i have seen a post some where (sorry don't recall where) that deals with this problem.
To quote a member on my site :
Quote:
Isn't upgrading just so much fun?
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: Sun Mar 23, 2003 3:28 am Reply with quoteBack to top

If you want to do it the nice way change it to this
Code:
'U_PROFILE' => append_sid('profile.'.$phpEx.'?mode=editprofile'),

I know what you all are going to say but it does change the link to this format
Code:
modules.php?name=Forums&file=profile&mode=editprofile
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
anor
Private
Private


Joined: Feb 26, 2003
Posts: 48


PostPosted: Sun Mar 23, 2003 3:34 am Reply with quoteBack to top

Sorry Mighty_y but i have to disagree with you on this but i did that and it changed to Your_Account&mode=edituser, so i did the quick and nasty line i posted above , I know i saw a thread on this but for some reason i cannot find it. It has something to do with something in either common.php or constants.php.
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: Sun Mar 23, 2003 4:55 am Reply with quoteBack to top

I'm sorry it doesn't work for you but that's exactly the line that's in my page_header.php and it does work (for me). I'm using the port from here and I know you do to so I really don't know what'sthe differance but as long as it works it is good
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
NovemberRain
Sergeant
Sergeant


Joined: Jan 30, 2003
Posts: 96

Location: Istanbul

PostPosted: Fri Apr 04, 2003 9:34 pm Reply with quoteBack to top

i have fixed the 1 jan 1970 problem but there is another
when a user registers from the forum ( modules.php?name=Forums&file=profile&mode=register )
it shows a number like 1049494781 near the register date
if you register from ( modules.php?name=Your_Account&op=new_user )
there's no problem..
Find all posts by NovemberRainView user's profileSend private messageICQ Number
Mighty_Y
Sergeant
Sergeant


Joined: Feb 27, 2003
Posts: 94


PostPosted: Sat Apr 05, 2003 12:08 am Reply with quoteBack to top

To use the Forums Registration you have to make one change (for the registrationdate) Download here http://portedmods.com/download/nuke65/ForumRegistration6.5.zip
Find all posts by Mighty_YView user's profileSend private messageVisit poster's website
NovemberRain
Sergeant
Sergeant


Joined: Jan 30, 2003
Posts: 96

Location: Istanbul

PostPosted: Sat Apr 05, 2003 12:20 am Reply with quoteBack to top

thanks.
i wonder why 6.5 is one of the buggiest versions of nuke although it has the longest beta and RC stage
it's ok with little unimportant bugs but there are important bugs which were obvious. what does F.B do?
Find all posts by NovemberRainView user's profileSend private messageICQ Number
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.336 Seconds - 316 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::