| Author |
Message |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Thu Feb 27, 2003 1:43 pm |
  |
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 |
|
   |
 |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Sun Mar 16, 2003 11:03 am |
  |
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  |
|
|
     |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sun Mar 16, 2003 11:23 am |
  |
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  |
_________________ www.netflake.com
www.glowoptics.com |
|
   |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sun Mar 16, 2003 11:30 am |
  |
|
   |
 |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Sun Mar 16, 2003 12:00 pm |
  |
you running rc2 or rc3 ? Because with rc2 and the port of phpbbv 2.1 of this site i got it working also. |
|
|
     |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sun Mar 16, 2003 12:37 pm |
  |
RC3 but imagine you figured that out already.
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 |
|
   |
 |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Sun Mar 16, 2003 2:10 pm |
  |
ReUploaded the ported version of phpbb v 2.1 over the rc3 and everything works great now. |
|
|
     |
 |
sixonetonoffun
Major


Joined: Jan 13, 2003
Posts: 892
|
Posted:
Sun Mar 16, 2003 3:30 pm |
  |
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 |
|
   |
 |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Sun Mar 16, 2003 3:38 pm |
  |
| 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? |
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? |
|
|
|
     |
 |
Mighty_Y
Sergeant


Joined: Feb 27, 2003
Posts: 94
|
Posted:
Sun Mar 23, 2003 3:28 am |
  |
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 |
|
|
|
    |
 |
anor
Private


Joined: Feb 26, 2003
Posts: 48
|
Posted:
Sun Mar 23, 2003 3:34 am |
  |
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. |
|
|
     |
 |
Mighty_Y
Sergeant


Joined: Feb 27, 2003
Posts: 94
|
Posted:
Sun Mar 23, 2003 4:55 am |
  |
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 |
|
|
    |
 |
NovemberRain
Sergeant


Joined: Jan 30, 2003
Posts: 96
Location: Istanbul
|
Posted:
Fri Apr 04, 2003 9:34 pm |
  |
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.. |
|
|
    |
 |
Mighty_Y
Sergeant


Joined: Feb 27, 2003
Posts: 94
|
Posted:
Sat Apr 05, 2003 12:08 am |
  |
|
    |
 |
NovemberRain
Sergeant


Joined: Jan 30, 2003
Posts: 96
Location: Istanbul
|
Posted:
Sat Apr 05, 2003 12:20 am |
  |
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? |
|
|
    |
 |
|
|