No User CP tab - V2.7.5 [message #32249] |
Sat, 17 June 2006 00:25 |
|
Astoria
Messages: 227 Registered: April 2004
Karma: 0
|
Senior Member |
|
|
This is regarding the change from "User CP" to "Settings".
When I click on the new "Settings" in the top row links, it brings up what used to be my "User CP" but there is no longer a "User CP" tab displayed. The "Settings" tab does not go to the same "Settings" as the top row links, it goes to the profile (registration) settings.
So you have two links that both say "Settings", one in top row and one in user cp, that go to different places. Also, there is no link that corresponds with what used to be "User CP" in the tabs.
I noticed this code in tabs.inc:
if (_uid) {
$tablist = array(
'Settings'=>'uc',
'Settings'=>'register',
'Subscriptions'=>'subscribed',
'Referrals'=>'referals',
'Buddy List'=>'buddy_list',
'Ignore List'=>'ignore_list',
'Show Own Posts'=>'showposts&id='._uid
);
Looks like you are overwriting "Settings" and so it creates only the "register" link.
|
|
|
Re: No User CP tab - V2.7.5 [message #32265 is a reply to message #32249] |
Sun, 18 June 2006 16:50 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The only thing that happened is that the title of the User CP link had changed. Settings in the settings tab takes you to the profile settings, the settings in the user menu takes to the list of settings control panels.
FUDforum Core Developer
|
|
|
|
|