solved Media Dark Pro

amwproductions
@amwproductions
9 years ago
185 posts
Template instructions, how i can insert on profiles social accounts/images to link on social profiles
updated by @amwproductions: 03/17/15 06:25:14PM
paul
@paul
9 years ago
4,326 posts
That can be done with the OneAll module - https://www.jamroom.net/the-jamroom-network/networkmarket/47/oneall-social-link
hth


--
Paul Asher - JR Developer and System Import Specialist

updated by @paul: 10/28/15 06:34:47AM
amwproductions
@amwproductions
9 years ago
185 posts
Yes you mean for login and registering

I mean so that every member can set on profilesettings the social fb,soundcloud etc

And on the profile under the influences sections comes one field with social icons from every members
brian
@brian
9 years ago
10,148 posts
amwproductions:
Yes you mean for login and registering

I mean so that every member can set on profilesettings the social fb,soundcloud etc

And on the profile under the influences sections comes one field with social icons from every members

If you mean linking networks, the One All module supports this - your users can click on "Networks" in their Account Settings and link their account up to multiple social networks.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
amwproductions
@amwproductions
9 years ago
185 posts
Hello i have found on the site punkbandpromotions.com if you look in a profile there has social icons, bandmembers etc.....
brian
@brian
9 years ago
10,148 posts
amwproductions:
Hello i have found on the site punkbandpromotions.com if you look in a profile there has social icons, bandmembers etc.....

These are just custom form fields that have been created in the Profile Settings section so the artist can enter the URL to their social sites. You can set this up if you want:

- as the master admin view the Profile Settings screen for a profile
- click on the "Form Designer" button
- create custom form text fields for like 'Facebook page', etc.
- in your skins/SkinName/profile_header.tpl just add the variables in where you want then to show - i.e.

{if strlen($profile_facebook_page) > 0}
   <a href="{$profile_facebook_page}"><img src="facebook.png"></a>
{/if}

And repeat for each field you want to support.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags