HI,
Can anybody suggest me how to add a owner block to my custom plugin page. Actually i need to display User image and sidebar with all the links.
Thanks in Advance
Faruq Shaik.
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.
- ihayredinov@ihayredinov

ihayredinov - 0 likes
- Faruq@faruq1256

Faruq - 0 likes
You must log in to post replies.add elgg_set_page_owner_guid($user_guid); to your page_handler function
Thanks soo much..