-
AuthorPosts
-
wolfemann Friend
wolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 5, 2010 at 7:23 am #157068Greetings,
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,
MicahSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 6, 2010 at 9:42 am #365413Dear wolfemann,
I am not sure which sections you want to remove as well as alter, can you post here screenshot with your ideas?
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 6, 2010 at 9:50 pm #365476Hi 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-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 7, 2010 at 2:27 am #365497Dear wolfemann,
You can try as following
1) Copy the file of pluginssystemjat3base-themesdefaultblocksusertoolscpanel.php to the folder
templatesja_raveblocksusertools2) 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 !
1 user says Thank You to Sherlock for this useful post
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 11, 2010 at 12:48 am #366228That worked perfectly!.
Thank you very much.
Best,
Micahwolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 12, 2010 at 1:10 am #366375Oops!
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,
Micahkorb Friendkorb
- Join date:
- March 2008
- Posts:
- 315
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 40
- Thanked:
- 48 times in 39 posts
December 15, 2010 at 2:47 am #366825Hi 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,
Danny1 user says Thank You to korb for this useful post
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 16, 2010 at 10:50 pm #367208Thanks 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 -
AuthorPosts
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
Jump to forum