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, 56 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Profiles in Nuke 6.5 beta 6 - FIXED - Really this time [ ]
 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
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Thu Jan 23, 2003 7:48 pm Reply with quoteBack to top

When you select a member's profile from the members list (or the user list on the user block) it takes you to your own profile editing screen, not their profile.

Artificialintel


Last edited by ArtificialIntel on Sun Jan 26, 2003 7:19 pm; edited 2 times in total
Find all posts by ArtificialIntelView user's profileSend private message
plm
Nuke Cadet
Nuke Cadet


Joined: Jan 25, 2003
Posts: 1

Location: USA

PostPosted: Sat Jan 25, 2003 7:55 am Reply with quoteBack to top

I've got exactly the same problem.

Please Help with this.

(At first i thought all users could see my profile, but that wasn't, Pfuuuw)
Find all posts by plmView user's profileSend private message
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sat Jan 25, 2003 7:57 am Reply with quoteBack to top

I'm working on it. It's on the top of my priorities list at the moment.

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



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sat Jan 25, 2003 10:06 am Reply with quoteBack to top

OK. Zhen-Xjell came up with teh fix a short while ago.

In /includes/sessions.php on line 420 change:
Code:
$url = str_replace("profile.php", "modules.php?name=Your_Account&op=editprofile", $url); //  and put it back for the modules.php
to
Code:
$url = str_replace("profile.php", "modules.php?name=Forums&file=profile", $url); //  and put it back for the modules.php


ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
mark2002
Guest






PostPosted: Sun Jan 26, 2003 4:37 pm Reply with quoteBack to top

Greetings,
I did this fix as you've stated; however, when I log as a user and click on my Profile the page loops again and displays the existing contents of the page (e.g. if I was in XXXX Forum and click on Profile, I get the same page XXXX Forum)?

Thank you
Mark
Find all posts by Anonymous
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sun Jan 26, 2003 4:38 pm Reply with quoteBack to top

is this from the profile button on the forum navbar?

if so, I'm already working on it.

ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sun Jan 26, 2003 5:54 pm Reply with quoteBack to top

My fix didn't work for the navbar? The profile is defined there as U_PROFILE.

_________________
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
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sun Jan 26, 2003 6:05 pm Reply with quoteBack to top

it's a different profile function on the navbar (the one in the forums module I mean, not the Your_account module)

ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sun Jan 26, 2003 6:09 pm Reply with quoteBack to top

Yeah, the actualy link gets created in the subSilver template and is defined as the bold item I listed above. But the only reference to Your_Account I could find that is relevant is my fix above. Shoot, this is a good one then.

_________________
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
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sun Jan 26, 2003 6:16 pm Reply with quoteBack to top

if the link gets created in the subsilver template, then wouldnt it make sence that u can change it there too?

ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Sun Jan 26, 2003 6:28 pm Reply with quoteBack to top

Here is the code at line 240 in modules/Forums/templates/subSilver/overall_header.tpl:
Code:
&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="modules/Forums/templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="modules/Forums/templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</center></span></td>

Notice the U_PROFILE. Its a concatenation obviously so you can get rid of it there and hard code the link there. But then that wouldn't be a general fix.

_________________
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
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sun Jan 26, 2003 6:57 pm Reply with quoteBack to top

I'll track it down. If I can find where {U_PROFILE} pulls it's value from, then I can fix it.

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



Joined: Jan 31, 2004
Posts: -88


PostPosted: Sun Jan 26, 2003 7:23 pm Reply with quoteBack to top

ok, here's the fix for this part:

open page_header.php (Line 392) and page_header_review.php (line 364) in a text editor (both of these are found in the includes directory). Change this line:
Code:
   'U_PROFILE' => append_sid('profile.'.$phpEx.'?mode=editprofile'),
to this:
Code:
'U_PROFILE' => append_sid('modules.php?name=Your_Account&op=edituser'),
in both files.

ArtificialIntel
Find all posts by ArtificialIntelView user's profileSend private message
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.649 Seconds - 290 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::