Can't realy find this in docs and code
In my "user profile" when i click on "edit profile" there is menu under owner block
where does it come from ? i wan't to make this menu visible whyle in my own profile
Thankyou for any replies
p.s. sorry for my bad english (i'm from eu)
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.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- ezisLV@ezisLV
ezisLV - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- ezisLV@ezisLV
ezisLV - 0 likes
You must log in to post replies.If I understand you correctly...
Start your investigation from the core's files with these code snippets there:
So an answer is it comes from menu 'owner_block'
Now look at these files in Profile plugin:
Well, you found it in above file:
Now you can make you own views\default\profile\owner_block.php (just copy it from Profile plugin and paste to your own theme) and edit this section
Menu is "page" i partialy got it where i wan't it by editing plugins coresponding to it's content like private profiles with "contexts"
further on i added needed entries from my theme start but it creates duplicate enrty since edit profile is still in context of profile, still trying to figure this out
From my theme (in start.php):
user settings and user statistics still will not show up profile and will create duplicate if added with context
i think it might be better to just remove page menu and create new menu with needed items in context
depending on what else uses page menu
what i'm looking for is a reasonable way to pull this menu content inside of profile
seems to do that automatic for private profile plugin but not for block members plugin maybe key's somewhere there