2010-11-27, 06:07 PM
Hi,
I'd love to use this plugin, but it's not working for me. I'm pretty certain it's because I also changed the "User CP" (text link) to "User Settings", and it was via hardcode method:
Admin CP > Templates & Styles > Templates > Expand Templates (DEFAULT) > Header > header_welcomeblock_member, found this line:
I know there's another way to have done it using Lang settings but I'm not expert enough to have played with that.
So, I'd like to make the plugin work, but with the "User CP" replaced with "User Settings".
How can I do that?
Thanks so much!!
I'd love to use this plugin, but it's not working for me. I'm pretty certain it's because I also changed the "User CP" (text link) to "User Settings", and it was via hardcode method:
Admin CP > Templates & Styles > Templates > Expand Templates (DEFAULT) > Header > header_welcomeblock_member, found this line:
<a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a>
and replaced it with this:<a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">User Settings</a>
I know there's another way to have done it using Lang settings but I'm not expert enough to have played with that.
So, I'd like to make the plugin work, but with the "User CP" replaced with "User Settings".
How can I do that?
Thanks so much!!