By Ahmet t.a. on Wednesday, 13 May 2015
Posted in General Issues
Replies 1
Likes 0
Views 494
Votes 0
Hello

In user profile I want to remove some of the menu items i.e. Applications, events. How I can remove these.

Also, in the profile there is access these on left hand-side I want to remove these also.

Thanks
Hello Ahmet t.a.

Try to remove these codes in your JoomlaFolder\components\com_easysocial\themes\wireframe\profile\default.php
For Apps:
<div class="pull-left widget-title">
<?php echo JText::_('COM_EASYSOCIAL_PROFILE_APPS_HEADING');?>
</div>
at Line 63-65 , to remove the widget at Line 61-133 start with <div class="es-widget">

Menu Application:
JoomlaFolder\components\com_easysocial\themes\wireframe\toolbar\default.profile.php
Fix:
<li style="display:none";>
<a href="<?php echo FRoute::apps();?>">
<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_APPS');?>
</a>
</li> at Line 116-119

Menu Events:
Do you want the users to not to create Events?
If No
BackEnd -> EasySocial -> Settings -> Events -> Enable Events: No
If Yes but not to be in the Menu Item:
I suggest to fix some code in CSS:
<li style="display:none">
<a href="/index.php/community/events">
Events </a>
</li>

http://screen.stackideas.com/menu_applications.png

Is there anything else that I can help you with?
·
Wednesday, 13 May 2015 13:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post