> Forums > Active Social > Themes and Templates > Social Network Links
Last Post 03 May 2010 02:11 PM by Ben - DotNetNuke. 1 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
grasset jean-francois
Customers
grasset jean-francois
Post Count:20

--
27 Apr 2010 10:02 AM
    How to add other social neworks links to the profile and get the icon like Ning and viadeo
    thanks
    Ben - DotNetNuke
    DotNetNuke Staff
    Ben - DotNetNuke
    Post Count:1645

    --
    03 May 2010 02:11 PM
    1. Create a custom theme, with a copy of the ProfileView.ascx template.
    2. Open the template and find the id="sociallinks" section.
    3. Here you will see five active:link tags. These are the icons at the top of the profile.
    4. Add another link using the same syntax. Here is an example:

    <active:link id="ctlAwesome" imageurl="~/DesktopModules/ActiveSocial/images/awesome.png" Target="_blank" url="[DNN:PROFILE:ProfileProperty]" runat="server" />


    - Replace "ProfileProperty" with the actual name of the property that will contain the URL.

    6. Add the icon to the /DesktopModules/ActiveSocial/images/ directory. The default icons are 32x32 pixels.
    7. Clear cache / refresh page.
    8. The icon will not display if the ProfileProperty is empty.
    You are not authorized to post a reply.
    > Forums > Active Social > Themes and Templates > Social Network Links
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy