i make a theme, completly redesign the profile page. I need 2 helps.
1.how to add admin to user profile page.
2.how to remove hover menu in entire site.
1 Problem:-
i add message board in profile page. But when post in message board. i got an error, the header is already redirected.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Not exactly understood #1.
- For #2, add the following to the user icon call function 'use_hover'=>false. If you want to remove the hover menu from entire site, just override the icon/user/default view with your own view in which the hover menu is removed.
- ihayredinov@ihayredinov

ihayredinov - 0 likes
- Matt Beckett@Beck24

Matt Beckett - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Dataport@Dataport

Dataport - 0 likes
You must log in to post replies.headers_sent() error usually comes up when you have return prior to <?php tags
If you're using 1.8 the hover menu is controlled through plugin hooks.
Ah, yes you can create the plugin_hook for the hover menu as matt mentioned. Forgot about the new navigation system in 1.8. ;)
sorry there is one mistake in #1.
It is:- i cant see the admin menu under the profile menu of each user after editing the theme.How can add it.
Thanks for ur reply.