Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Social buttons in profile (Facebook , PS3 , X360 , etc) example inside (4 posts)

Started 11 months, 2 weeks ago by: ScrouZ

  • Profile picture of ScrouZ ScrouZ said 11 months, 2 weeks ago:

    Hello ,

    I want to make the profiles like this http://i1196.photobucket.com/albums/aa415/ScrouZ/bdbuttons.jpg (http://ssgamer.net/members/mish7al/)

    anyone have an idea to show these buttons (facebook , twitter , ps3 , x360 , etc) on the profiles maybe a plugin?

  • Profile picture of Alicethai Watt said 11 months, 2 weeks ago:

    You’ll have to create custom field, if I’m not wrong, for the Facebook, Twitter etc member’s links, then modify the member’s header template and embed there the php code that will show only that particular field (dunno the code, either, is here somewhere). Actually, I’ll try to do it myself, seems like a good idea what you’re trying to do :) – I’ll write a step-by-step here if I’ll be successful.

  • Profile picture of Alicethai Watt said 11 months, 2 weeks ago:

    Yap, done it easily. So, create the custom field for the members to enter only the link to their other social sites and then use this to show that in your member-header.php , where link1 is the name of the field – use this code as the href to the link you want to insert: <a href="”>Facebook, for example, or replace Facebook with an image:
    That’s it! If member didn’t enter something in that field, the link will lead to the same (profile) page, so there’s no 404.

  • Profile picture of ScrouZ ScrouZ said 11 months, 1 week ago:

    Thanks a lot Alice i really appreciate it and its worked :) .