MyBB Community Forums

Full Version: User CP Dropdown Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
The Dynamic to Top plugin/mod you have on there is using jQuery which is conflicting with the MyBB JavaScript, see this to fix it - http://api.jquery.com/jQuery.noConflict/
(2011-03-09, 09:06 PM)AJS Wrote: [ -> ]The Dynamic to Top plugin/mod you have on there is using jQuery which is conflicting with the MyBB JavaScript, see this to fix it - http://api.jquery.com/jQuery.noConflict/

First of all THANK YOU!!!Big Grin

Second, that fix is WAY over my head Confused!!

So I deactivated the Dynamic to Top plugin and it fixed my problem. Then I reactivated your user cp dropdown menu, and it works great!!

Sorry for mistaking your plug in as the problem, but thanks again for the quick help!!!
Nice plugin! Thanks!!
This can be done thru manual, just like this > http://community.mybb.com/thread-82696.html
I know it has to be done manually, where are the files to edit
header_welcomeblock_member template
(2011-03-10, 10:27 PM)nadlerz Wrote: [ -> ]This can be done thru manual, just like this > http://community.mybb.com/thread-82696.html

Yes, I obviously know that since that's my tutorial.
Is this theme compatible with "The Cure" theme?
(2010-11-27, 06:37 PM)AJS Wrote: [ -> ]
(2010-11-27, 06:07 PM)sharon123 Wrote: [ -> ]How can I do that?

If the following is in the header_welcomeblock_member template, it'll work:
<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>

You can then change the text to "User Settings" in ACP >> Configuration >> Languages >> English >> global.lang.php

I'll update this at some point so it's compatible with all themes.

I did everything mentioned and it works perfect but for some reason it looks distorted.

<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>


Not to mention the user icon is gone as well.
(2011-11-15, 04:03 AM)ALUXi33 Wrote: [ -> ]Is this theme compatible with "The Cure" theme?

What's your URL?

I'll give you a fix if I can see the source code. Smile
Here you go sir

<a href="{$mybb->settings['bburl']}/usercp.php" class="top_bar_ucp"><span>{$lang->welcome_usercp}</span>

forum url http://carfanaticsforum.com/
Pages: 1 2 3 4