Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Styles

Reply
 
Thread Tools
Silver And Red Details »»
Silver And Red
Version: 1.10, by Hellcat Hellcat is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Version: 3.6.0 Beta 2 Rating:
Released: 06-09-2006 Last Update: 06-15-2006 Installs: 48
Template Edits
Additional Files  
No support by the author.

And another 3.6 port

3.5 version can be found here


This time it's a quite bright and light one.
And it should load pretty good even on slow connections since the complete images folder is only ~200kB


Have fun

Show Your Support

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

Comments
  #42  
Old 09-25-2006, 11:40 PM
shanemcse shanemcse is offline
 
Join Date: Feb 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I add a link to the link 1, link 2, link 3, link 4 on top left? Tried a few things but just hosed it up. What line do I edit.
Reply With Quote
  #43  
Old 09-26-2006, 06:35 PM
gtsch's Avatar
gtsch gtsch is offline
 
Join Date: Feb 2006
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shanemcse
How do I add a link to the link 1, link 2, link 3, link 4 on top left? Tried a few things but just hosed it up. What line do I edit.
It's in the header template
Reply With Quote
  #44  
Old 09-27-2006, 07:52 PM
shanemcse shanemcse is offline
 
Join Date: Feb 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gtsch
It's in the header template
I still don't know what line to edit. Say I wanted link 1 to go to www.yahoo.com. What code do I edit?

<!-- TOPMENU -->
<!-- edit your additional nav links here -->

<table border="0" align="left" cellpadding="0" cellspacing="0">
<tr>

<!-- menu item -->
<td><img src="images/ahsite/header/topmenu_open.gif" /></td>
<td class="topmenubg"><a href="#">Link 1</a></td> <!-- edit the link in this line -->
<td><img src="images/ahsite/header/topmenu_close.gif" /></td>
<!-- /menu item -->

<td><img src="images/ahsite/header/topmenu_open.gif" /></td>
<td class="topmenubg"><a href="#">>Link 2</a></td>
<td><img src="images/ahsite/header/topmenu_close.gif" /></td>

<td><img src="images/ahsite/header/topmenu_open.gif" /></td>
<td class="topmenubg"><a href="#">Link 3</a> | <a href="#">Link 4</a></td>
<td><img src="images/ahsite/header/topmenu_close.gif" /></td>

</tr>
</table>
Reply With Quote
  #45  
Old 09-27-2006, 09:12 PM
shanemcse shanemcse is offline
 
Join Date: Feb 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got it. I am such a rookie. I didn't have the http:// in the beginning so it wasn't working.

Before:
<td class="topmenubg"><a href="#">Link 1</a></td>

After:
<td class="topmenubg"><a href="http://video.google.com/videoplay?docid=8968326093647118174&q=elmo+tmx&hl= en">Elmo TMX Video</a></td>
Reply With Quote
  #46  
Old 09-27-2006, 09:22 PM
shanemcse shanemcse is offline
 
Join Date: Feb 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright. How do I make a new window open then go to the link? Rather than using the current window to open the link.

Got it too.

Add target="_blank"

Before:
<td class="topmenubg"><a href="http://video.google.com/videoplay?docid=8968326093647118174&q=elmo+tmx&hl= en">Elmo TMX Video</a></td>

After:
<td class="topmenubg"><a href="http://video.google.com/videoplay?docid=8968326093647118174&q=elmo+tmx&hl= en"target="_blank">ELMO TMX VIDEO</a></td>
Reply With Quote
  #47  
Old 09-28-2006, 01:24 AM
Capper5016 Capper5016 is offline
 
Join Date: Sep 2006
Location: Las Vegas, NV
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I change the height so an image 982x120 will fit?

http://forums.hardwarelogic.com

If anyone can help me make this work, I'd be very appreciative.
Reply With Quote
  #48  
Old 10-14-2006, 11:55 AM
staff80 staff80 is offline
 
Join Date: Oct 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i installed this mod but changing Main Table Width does't work on Forum Home. It does nothing, but still i want to make whole site to fix in a certain width and want some spaces on each sides. My version is vB 3.6.2 and i am new on vB. Can someone help me about this? Thanks.
Reply With Quote
  #49  
Old 10-14-2006, 02:05 PM
Capper5016 Capper5016 is offline
 
Join Date: Sep 2006
Location: Las Vegas, NV
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been asking for help for three weeks without any response.....find another template
Reply With Quote
  #50  
Old 10-14-2006, 04:21 PM
staff80 staff80 is offline
 
Join Date: Oct 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yea, i found one another. Thanks anyway...
Reply With Quote
  #51  
Old 03-24-2007, 09:45 PM
jarcher's Avatar
jarcher jarcher is offline
 
Join Date: Mar 2005
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love the style. .
I have been editing the header
and then I noticed that half of the bottom was uneven. .
my logo moved to the left (wich is actually pretty cool)
but what do I do to keep it all the way it is
but fix whatever the bottom is called?
Reply With Quote
Reply

Thread Tools

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:15 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.04789 seconds
  • Memory Usage 2,293KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete