vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Where/How to add links? (https://vborg.vbsupport.ru/showthread.php?t=304242)

SPEEDKILLZ 11-06-2013 11:59 PM

Where/How to add links?
 
1 Attachment(s)
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?

JBc3 11-07-2013 12:00 AM

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

So for facebook make it .... href="faceboom.com/YOURPAGENAMEHERE" instead of href="#"

SPEEDKILLZ 11-07-2013 12:13 AM

Thanks but that gives me a "no directory" error

JBc3 11-07-2013 12:16 AM

On the Facebook page? Did you put your actual links in there ?

SPEEDKILLZ 11-07-2013 12:38 AM

Quote:

Originally Posted by JBc3 (Post 2458768)
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

JBc3 11-07-2013 01:00 AM

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 11-07-2013 01:14 AM

hmmm I will try. Please explain

Krusty1231 11-07-2013 01:16 AM

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.

SPEEDKILLZ 11-07-2013 01:31 AM

I would like it to open a separate window to keep members on forum

Krusty1231 11-07-2013 11:54 AM

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.


All times are GMT. The time now is 03:52 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.01136 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete