[Question] How do i change the links for the social icons ?

Status
Not open for further replies.

ZombieKilla

Customer
Hi,

I've just purchased the DBT MMO skin and i think it is a wonderful skin, however i can't figure out how to change the links for the social icons to point to our respective pages on Facebook, Twitter and Youtube. I can see what i think is the code that needs changing in the header template, but i have no experience with template edits and don't want to break the skin.

In the header teamplate i can see the following code:

<ul class="social_info">
<li> <a href="#"> <img src="images/dragonbyte_mmogaming/_custom/sn_icons/facebook-icon.png" alt="" /> </a> </li>
<li> <a href="#"> <img src="images/dragonbyte_mmogaming/_custom/sn_icons/twitter-icon.png" alt="" /> </a> </li>
<li> <a href="#"> <img src="images/dragonbyte_mmogaming/_custom/sn_icons/google-icon.png" alt="" /> </a> </li>
<li> <a href="#"> <img src="images/dragonbyte_mmogaming/_custom/sn_icons/youtube-icon.png" alt="" /> </a> </li>


Currently the icon's point to raidkraft.net/#, so i tried editing <a href="#"> to <a href="https://twitter.com/#!/RK_minecraft"> but this results in the icons pointing to http://www.raidkraft.net/https://twitter.com/#!/RK_minecraft. I have set the template back to default until i can get some help with this.

Can somebody point me in the right direction please ? :D
 
Hello,

You see before each image you have <a href="#"> all you need to do is replace the " # " with the link you want. For example:

Code:
<li> <a href="http://www.facebook.com"> <img src="http://www.dragonbyte-tech.com/images/dragonbyte_mmogaming/_custom/sn_icons/facebook-icon.png" alt="" /> </a> </li>
<li> <a href="http://www.twitter.com"> <img src="http://www.dragonbyte-tech.com/images/dragonbyte_mmogaming/_custom/sn_icons/twitter-icon.png" alt="" /> </a> </li>
<li> <a href="http://www.google.com"> <img src="http://www.dragonbyte-tech.com/images/dragonbyte_mmogaming/_custom/sn_icons/google-icon.png" alt="" /> </a> </li>
<li> <a href="http://www.youtube.com"> <img src="http://www.dragonbyte-tech.com/images/dragonbyte_mmogaming/_custom/sn_icons/youtube-icon.png" alt="" /> </a> </li>

But change the links to reflect your profiles :)

Regards,
Scott
 
Status
Not open for further replies.

Legacy DragonByte MMO

vBulletin 4.1.x vBulletin 4.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
151
Customer rating
0.00 star(s) 0 ratings
Back
Top