Thank you very much,
I'm using Elgg 1.8 and the plugin you proposed seems don't work fine with this version...
Do you think is better to do an Elgg downgrade??
That choice is up to you. Downgrading will most likely only require upgrading later. There are other ways of doing what you want (with the basic profile plugin instead of profile manager) that would not require you to downgrade.
You need to be able to code php and have a good knowledge of elgg's structure to make this happen. If you aren't comfortable with that, I recommend going to the Professional Services group and asking a developer to do the work for you. You will 99.9% have to pay for it.
Hello All,
I would like to make multiple alias of any user. Like User A have 2 alias in the system like A and B.
When user wants to post anything then he/she has to select alias for display, if he selects A then displayed as A posted something, else if he selects B then displayed as B posted something.
But internally it goes to same user. So user can edit/delete that post.
Is this possible with any plugin?
Thanks!
Thanks Trajan,
that's right! but what about the profile icon? is there a profile field? I can't find it in the mod/profile/start.php
How can I get the icon or the url?
I've solved with a simple:
elgg_view('profile/icon', array('entity' => $entity,'size' => tiny,'override' => true));
;)
yep that's the correct method for getting icons, well done. If you need more help don't hesitate to ask mate. ;)
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.