The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Where/How to add links?
On my skin i have buttons at the bottom but cannot figure out how to link them to my accounts? This is the code in my custom footer template
Code:
<a href="#"><img src="images/tf_ideal/social/facebook.png" alt="Facebook" /></a> <a href="#"><img src="images/tf_ideal/social/twitter.png" alt="Twitter" /></a> <a href="#"><img src="images/tf_ideal/social/youtube.png" alt="YouTube" /></a> |
#2
|
|||
|
|||
Change the # inside href="#" to your social media link or page.
So for facebook make it .... href="faceboom.com/YOURPAGENAMEHERE" instead of href="#" |
#3
|
|||
|
|||
Thanks but that gives me a "no directory" error
|
#4
|
|||
|
|||
On the Facebook page? Did you put your actual links in there ?
|
#5
|
|||
|
|||
Tried the youtube one. Yes took out the # and put in url to youtube page
|
#6
|
|||
|
|||
And no luck? The link you're posting starts with "http" correct ? You could try adding a target="_blank" <a href="xxxxx" target="_blank"> Opening in a new window may help.
|
Благодарность от: | ||
SPEEDKILLZ |
#7
|
|||
|
|||
hmmm I will try. Please explain
|
#8
|
||||
|
||||
I have the same skin.
You are editing these in footer_Column 4 right? Quote:
|
Благодарность от: | ||
SPEEDKILLZ |
#9
|
|||
|
|||
I would like it to open a separate window to keep members on forum
|
#10
|
||||
|
||||
Ok.
For example. Your facebook is not working correctly. I am going to assume this is your Facebook page. Code:
https://www.facebook.com/GlobalHax The template you are looking for footer_column_4 Scroll to the bottom. In your facebook link put this: Code:
<a href="https://www.facebook.com/GlobalHax"target="_blank"><img src="images/tf_ideal/social/facebook.png" alt="Our Fanpage" /></a> Code:
<a href="https://twitter.com/ChronicGamerz"target="_blank"><img src="images/tf_ideal/social/twitter.png" alt="GlobalHax Twitter" /></a> Code:
<a href="http://www.youtube.com/user/ChronicGamerz"target="_blank"><img src="images/tf_ideal/social/youtube.png" alt="GlobalHax Youtube Channel" /></a> While you are at it - fix the VSA top 10 stats by: Either trim down some of the titles or play with the options. You can also go to the Valter templates - and look for vsa_topstats_stats Find this line: (It is right near the top) Code:
<div class="blockhead" style="height:24px;padding-{vb:stylevar right}:{vb:math {vb:stylevar padding}/2-1};font-weight:bold"> You did a very nice job on your logo. I like it. Good luck. |
Благодарность от: | ||
SPEEDKILLZ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|