I have Drupal 7 and want to get custom links to several social networks and other pages in the user profiles.
如何开展工作:
- User opens his account settings and sees, for example: Net 1 Nick, Net 2 Nick and other fields. He inputs and saves that info.
- Now his profile should have several links with title %Net 1 Nick% (or just "Net 1 Account" without any modifications in any user s profile) and URL "http://net1.com/user/%Net 1 Nick%".
因此,问题在于如何界定每种简介的序号(如“http://net1.com/user/”),使用户不能改变其方向,并且仅仅进入其镍就获得工作联系。 I ve Trial Link 模块,但如我能看到的那样,它确实拥有必要的功能。
What should I do? Try any other modules? Or can I change this behaviour with custom theme (I will create it by myself, but have never done it before)?