Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Images as quick links to forums Details »»
Images as quick links to forums
Version: 1.00, by Spangle Spangle is offline
Developer Last Online: Mar 2015 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.2.1 Rating:
Released: 05-13-2013 Last Update: Never Installs: 4
Template Edits
 
No support by the author.

I wanted to put show some images to act as quick links to forums, to save users scrolling down, I also wanted to show American guests in a friendly way that we are a soccer forum, we Brits hate that word and use football, which can cause confusion.

There is a MOD that does something similar, but it was far too complicated for such a simple exercise.
What I did was create a one row table to display the images, within the Navbar template.

You can see the result here : http//www.talkoftheterrace.net

Here is how to do it :

ACP>Style Manager>Your Style>Edit Template>Navbar & Breadcrumbs>Navbar

Find :
Code:
{vb:rawphrase advanced_search}</a></li>
				{vb:raw template_hook.navbar_advanced_search}
			</ul>
		</div>
	</vb:if>
</div>
Add below :
Code:
<table>

<tr>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?104-English-Premier-League"?><img src="images/navicons/epl.png"> </a></p></td>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?105-Scottish-Football"><img src="images/navicons/spfl.png"> </a></p></td>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?106-Npower-Championship"><img src="images/navicons/npwr.png"> </a></p></td>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?107-Npower-Leagues-1-amp-2"><img src="images/navicons/npwr.png"> </a></p></td>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?109-Champions-League"><img src="images/navicons/ecl.png"> </a></p></td>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?110-Europa-League"><img src="images/navicons/uropa.png"></a></p></td>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?108-Cup-Competitions"><img src="images/navicons/cups.png"></a></p></td>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?111-European-Club-Football"><img src="images/navicons/uefa.png"></a></p></td>
<td align="center"><p><a href="http://www.talkoftheterrace.net/forumdisplay.php?112-Internationals"><img src="images/navicons/fifa.png"></a></p></td>
</tr>
</table>
All you need do is replace those parts in red with the links to your forums, and your images.
My images are 48 x 48 px, I still think they look a little big, resize yours to whatever you want.

Hope this works for you

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-14-2013, 06:07 PM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looking superb that mate Will install Shortly on our Forums!!! Many thanks Sir
Reply With Quote
  #3  
Old 05-14-2013, 06:19 PM
Spangle Spangle is offline
 
Join Date: Jun 2011
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ProFifaLeagues View Post
Looking superb that mate Will install Shortly on our Forums!!! Many thanks Sir
Glad you like it :up:
Reply With Quote
  #4  
Old 05-15-2013, 04:33 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spangle View Post
Glad you like it :up:
I have a Custom Theme installed and Within the Navbar the Code I need to Find and Add the new below is not in My template.Is there anywhere else I can add this in my Navbar Template?
Reply With Quote
  #5  
Old 05-15-2013, 07:42 AM
Spangle Spangle is offline
 
Join Date: Jun 2011
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ProFifaLeagues View Post
I have a Custom Theme installed and Within the Navbar the Code I need to Find and Add the new below is not in My template.Is there anywhere else I can add this in my Navbar Template?
I've had a look at your front page, and I see the problem !!
Try placing it below this :

Code:
<div id="breadcrumb" class="breadcrumb">
Save and refresh
Reply With Quote
  #6  
Old 05-15-2013, 02:16 PM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spangle View Post
I've had a look at your front page, and I see the problem !!
Try placing it below this :

Code:
<div id="breadcrumb" class="breadcrumb">
Save and refresh
Thanks Sir will try that this evening once home!!
Reply With Quote
  #7  
Old 05-15-2013, 09:45 PM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spangle View Post
I've had a look at your front page, and I see the problem !!
Try placing it below this :

Code:
<div id="breadcrumb" class="breadcrumb">
Save and refresh


Works Superb Sir thank you
Reply With Quote
  #8  
Old 05-16-2013, 01:35 PM
marccap's Avatar
marccap marccap is offline
 
Join Date: Feb 2012
Location: uk
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks good - tagged for later
Reply With Quote
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 02:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12285 seconds
  • Memory Usage 2,294KB
  • Queries Executed 22 (?)
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
  • (5)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete