Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • wolfemann Friend
    #157068

    Greetings,

    I need to remove the first row of the cpanel menu (T3about, Guides, and FAQs) as well as the YouTube link.

    I would also like to add the user login/logout module, as well as an edit user profile link to the cpanel.

    Where can I do this, and how do I need to alter the code?

    Best,
    Micah

    Sherlock Friend
    #365413

    Dear wolfemann,

    I am not sure which sections you want to remove as well as alter, can you post here screenshot with your ideas?

    wolfemann Friend
    #365476

    Hi dathq,

    Thanks for the reply!

    Here is the image of the old cpanel

    …and here’s what I’d like

    Can you help me?

    Many thanks,
    Micah


    1. cpanel-old
    2. cpanel-new
    Sherlock Friend
    #365497

    Dear wolfemann,

    You can try as following
    1) Copy the file of pluginssystemjat3base-themesdefaultblocksusertoolscpanel.php to the folder
    templatesja_raveblocksusertools

    2) Open the copyed file,you would see the HTML Codes

    <div class=”ja-cpanel-head clearfix”>
    <a href=”http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Overview” class=”first” title=”About T3″><span>About</span></a>
    <a href=”http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides” title=”Guides”><span>Guides</span></a>
    <a href=”http://wiki.joomlart.com/wiki/JA_T3_Framework_2/FAQs” title=”FAQs”><span>FAQs</span></a>
    </div>

    just remove it

    Then search for this
    [PHP] <?php if ($this->getParam (‘option_profile’)) : ?>
    <?php $this->showBlock(‘usertools/profiles’) ?>
    <?php endif;?>
    <?php if ($this->getParam (‘option_layouts’)) : ?>
    <?php $this->showBlock(‘usertools/layouts’) ?>
    <?php endif;?>
    <?php if ($this->getParam (‘option_direction’)) : ?>
    <?php $this->showBlock(‘usertools/direction’) ?>
    <?php endif;?>
    <?php if ($this->getParam (‘option_menu’)) : ?>
    <?php $this->showBlock(‘usertools/menu’) ?>
    <?php endif;?> [/PHP]

    And replace it by
    [PHP]<jdoc:include type=”module” name=”login” />[/PHP]

    I do hope these would help !

    wolfemann Friend
    #366228

    That worked perfectly!.

    Thank you very much.

    Best,
    Micah

    wolfemann Friend
    #366375

    Oops!

    I think I spoke too soon.

    How can I keep this visible (with the header “User Login”), without showing the login elsewhere?

    Thanks again.

    Best,
    Micah

    korb Friend
    #366825

    Hi Micah,

    You mean the module is still showing up in another position?
    If YES, please delete the


    <jdoc:include type="module" name="login" />

    from the block that uses this position, or rename one of these positions and make sure the module is assigned to the position you want.
    Rename example


    <jdoc:include type="module" name="cpanel-login" />

    Regards,
    Danny

    wolfemann Friend
    #367208

    Thanks Danny.

    I’ve got it working well enough. I also had to add some padding (the login was flush with the left side of the cpanel dropdown).

    The odd thing is that if I don’t publish the member login module in an additional location the header (user login) doesn’t show up in the cpanel. :confused:

    Best,
    Micah

    korb Friend
    #367316

    Check menu item assignments for modules. D

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  korb 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum