why do I need a plugin to add a custom menu?...this was the way I was told to create a custom menu previously.
I want to achieve a horizontal menu.
I know CB core menu plugin has one built in but since the horizontal menus uses mouse overs, it cant be used easy on mobile devices.
so I have to create one from scratch.
this code when entered into the cb menu tab's textbox area...
<div>[menu style="color:black; "caption="- Edit Your Profile - "img=""] _UE_MENU_EDIT : _UE_UPDATEPROFILE [/menu] [menu style="color:black;" caption="- View Your Profile - " img=""] _UE_MENU_VIEW : _UE_MENU_VIEWMYPROFILE [/menu] [menu style="color:black;" caption="Manage Favorites - " img=""] _UE_MENU_CONNECTIONS : _UE_MENU_MANAGEMYCONNECTIONS [/menu] [menu style="color:black;" caption="Add as Favorite -" img=""]_UE_MENU_CONNECTIONS : _UE_ADDCONNECTION [/menu] [menu style="color:black;" caption="Report as incorrect -" img=""] _UE_MENU_MODERATE : _UE_REPORTUSER [/menu] </div>
Produces this menu on the profile:
View Your Profile - Manage Favorites - Add as Favorite - Report as incorrect -
however....the cb core menu (when turned on), adds like you said, two custom menu entry options. One of those I am using is called Message Inbox (as described previously)
What would the correct code be to include that entry into the custom menu?
for example if I wanted to add a menu item to my custom menu that "added a friend".
I would use this:
[menu style="color:black;" caption="Add as Friend -" img=""]_UE_MENU_CONNECTIONS : _UE_ADDCONNECTION [/menu]
I need that ^ to produce the same thing as the First Sub-Menu does in the cb menu.
also, where the heck are the user reported profile messages being stored, how do I access them as administrator?
I got the email but where do I find the actual report? sorry, but I never use this function.
edit:
nevermind about the user reports...found this.
www.joomlapolis.com/forum/154-advanced-members-support/196827-solved-report-user-feature#196836