Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-06-2013, 11:59 PM
SPEEDKILLZ SPEEDKILLZ is offline
 
Join Date: Feb 2011
Location: USA
Posts: 641
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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>
Where would i add the links?
Attached Images
File Type: png share.PNG (74.8 KB, 0 views)
Reply With Quote
  #2  
Old 11-07-2013, 12:00 AM
JBc3 JBc3 is offline
 
Join Date: Dec 2011
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change the # inside href="#" to your social media link or page.

So for facebook make it .... href="faceboom.com/YOURPAGENAMEHERE" instead of href="#"
Reply With Quote
  #3  
Old 11-07-2013, 12:13 AM
SPEEDKILLZ SPEEDKILLZ is offline
 
Join Date: Feb 2011
Location: USA
Posts: 641
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks but that gives me a "no directory" error
Reply With Quote
  #4  
Old 11-07-2013, 12:16 AM
JBc3 JBc3 is offline
 
Join Date: Dec 2011
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On the Facebook page? Did you put your actual links in there ?
Reply With Quote
  #5  
Old 11-07-2013, 12:38 AM
SPEEDKILLZ SPEEDKILLZ is offline
 
Join Date: Feb 2011
Location: USA
Posts: 641
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JBc3 View Post
On the Facebook page? Did you put your actual links in there ?
Tried the youtube one. Yes took out the # and put in url to youtube page
Reply With Quote
  #6  
Old 11-07-2013, 01:00 AM
JBc3 JBc3 is offline
 
Join Date: Dec 2011
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Благодарность от:
SPEEDKILLZ
  #7  
Old 11-07-2013, 01:14 AM
SPEEDKILLZ SPEEDKILLZ is offline
 
Join Date: Feb 2011
Location: USA
Posts: 641
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm I will try. Please explain
Reply With Quote
  #8  
Old 11-07-2013, 01:16 AM
Krusty1231's Avatar
Krusty1231 Krusty1231 is offline
 
Join Date: Jul 2010
Location: Canada
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the same skin.

You are editing these in footer_Column 4 right?

Quote:
<a href="https://www.facebook.com/YOURPAGE"target="_blank"><img src="images/tf_ideal/social/facebook.png" alt="Our Fanpage" /></a>
Go to your facebook or fanpage . and use it in place of YOURPAGE above.
Reply With Quote
Благодарность от:
SPEEDKILLZ
  #9  
Old 11-07-2013, 01:31 AM
SPEEDKILLZ SPEEDKILLZ is offline
 
Join Date: Feb 2011
Location: USA
Posts: 641
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like it to open a separate window to keep members on forum
Reply With Quote
  #10  
Old 11-07-2013, 11:54 AM
Krusty1231's Avatar
Krusty1231 Krusty1231 is offline
 
Join Date: Jul 2010
Location: Canada
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
So, open your style manager. Go to the ideal skin and select edit templates.

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>
For twitter - put this:

Code:
<a href="https://twitter.com/ChronicGamerz"target="_blank"><img src="images/tf_ideal/social/twitter.png" alt="GlobalHax Twitter" /></a>
And finally for youtube....

Code:
<a href="http://www.youtube.com/user/ChronicGamerz"target="_blank"><img src="images/tf_ideal/social/youtube.png" alt="GlobalHax Youtube Channel" /></a>
That will link your social stuff and open in a new window.

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">
change the 16 to 24 - that may help with the alignment issue you are having with the top 10 stats.

You did a very nice job on your logo. I like it.

Good luck.
Reply With Quote
Благодарность от:
SPEEDKILLZ
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07402 seconds
  • Memory Usage 2,284KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete