By Alex on Thursday, 06 November 2014
Posted in Technical Issues
Likes 0
Views 1K
Votes 0
Hi there,

With the newly added events tab added the menu no longer fits correctly, do we have the option to add and remove nav items?

See my attached screen shot.

Regards
Alex
hello Alex ,

Sorry for late reply to this,
Yes, some of the nav menu can disable it, but once you disable it then your site will not have this function anymore.

What my suggestion is you can modify on this file -> JoomlaFolder\components\com_easysocial\themes\frosty\toolbar\default.php
Example : If i want remove the profile menu

//LINE 112
<li class="<?php echo $view == 'profile' && !$userId ? 'active' : '';?>">
//replace with
<li style="display:none" class="<?php echo $view == 'profile' && !$userId ? 'active' : '';?>">

So that it will hide it. Hope this help.
·
Friday, 07 November 2014 00:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Good Morning Arlex Wong,

Thank you for your reply, that edit was perfect. I take it you guys plan to allow for easy removal of nav items soon?

Kind Regards
Alex
·
Friday, 07 November 2014 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alex,

Good Morning
You're welcome, we will see if we can implement this in the future or not.
by the way, Thanks for your suggestion.
·
Friday, 07 November 2014 17:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

What is the module you have on right top with avatar & notifications? ( Hello, The Bot)

regards
Sunny
·
Saturday, 08 November 2014 18:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Sunny wrote:

Hi Alex,

What is the module you have on right top with avatar & notifications? ( Hello, The Bot)

regards
Sunny

He has used the EasySocial Dropdown menu module "mod_easysocial_dropdown_menu".
·
Saturday, 08 November 2014 20:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Sunny wrote:

Hi Alex,

What is the module you have on right top with avatar & notifications? ( Hello, The Bot)

regards
Sunny


Hi there,

EasySocial Dropdown Menu then EasySocial Notifications with a bit of custom styling
·
Saturday, 08 November 2014 20:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Seen in my attached image
·
Saturday, 08 November 2014 20:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Neat!
So there are two modules, i thought it was just one module. I'm trying to achieve the same with just one module an the template is having space for one module only.

Almost achieved the same but some styling issues remain : http://stackideas.com/forums/adding-avatar-logout-to-notifications-module

have a nice weekend
·
Saturday, 08 November 2014 21:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sunny,

Thanks for heading up on this, we will reply on your post thread as soon as possible.
http://stackideas.com/forums/adding-avatar-logout-to-notifications-module

I will mark this thread as resolved and lock it to avoid any confusions in the future, but if you need any help please feel free to start a new thread in our forums.
·
Monday, 10 November 2014 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post