Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
RedBar Style Details »»
RedBar Style
Version: 1.01, by markbolyard markbolyard is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.7.0 Rating:
Released: 04-26-2008 Last Update: 04-29-2008 Installs: 67
Auto-Templates
Additional Files  
No support by the author.

This is a old style, but by request, I've updated it to vBulletin 3.7 RC4. Enjoy!

RedBar Style

4/30/08 - Upgraded to 3.7.0 Gold.

Removed until further notice.

Show Your Support

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

Comments
  #42  
Old 05-12-2008, 03:18 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would be in your footer template. look for this code:

Code:
	<td class="tfoot" align="$stylevar[right]" width="100%">
		<div class="smallfont">
			<strong>
				<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
				<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
				<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
				<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
				<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
				<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
				<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
			</strong>
		</div>
	</td>
Reply With Quote
  #43  
Old 05-14-2008, 07:05 PM
hitmann's Avatar
hitmann hitmann is offline
 
Join Date: Aug 2007
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by markbolyard View Post
Code:
	<td class="tfoot" align="$stylevar[right]" width="100%">
That's 100% of which table?

How do I setup the space between the forum and the wrapper?
Reply With Quote
  #44  
Old 05-15-2008, 01:41 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is 100% of the table that contains those lengths. Since that table is contained in the main page table, depending on what you set your forum width at, this table will expand to 100% of the page table. If you want to manually adjust the width of just the links section in the footer, then change the 100% value to either a new % or a fixed pixel width.
Reply With Quote
  #45  
Old 05-16-2008, 12:26 PM
mknapik mknapik is offline
 
Join Date: Dec 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Thanks.

Are there plans for a BlueBar sister style?
Reply With Quote
  #46  
Old 05-16-2008, 12:33 PM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not at this time. Honestly this was one of the first styles I released and I wasn't that impressed with it. Alot of people here seem to like it, but I don't have plans to make any additional color selections of this style, sorry.
Reply With Quote
  #47  
Old 05-24-2008, 08:07 AM
UK-Biker UK-Biker is offline
 
Join Date: Aug 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Mark

Another great style.

How do I add links to Navbar template.

I normally look for

Code:
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
	<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
	<tr align="center">
And add after

Code:
<td class="vbmenu_control"><a href="link.php">Link1</a></td>
<td class="vbmenu_control"><a href="link.php">Link2</a></td>
<td class="vbmenu_control"><a href="link.php">Link3</a></td>
<td class="vbmenu_control"><a href="link.php">Link4</a></td>
etc etc

But your navbar template is different, which has thrown me.

Also, I have done the 100% width for fluid pages, but the navbar needs to be 100% aswell. So I need to alter the code that calls redbar/elements/catsub.jpg etc. to stretch navbar across the page.

Any help appreciated.

Reply With Quote
  #48  
Old 05-24-2008, 08:48 AM
UK-Biker UK-Biker is offline
 
Join Date: Aug 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right. So far managed to set navbar 100% width.
Reply With Quote
  #49  
Old 05-24-2008, 09:01 AM
UK-Biker UK-Biker is offline
 
Join Date: Aug 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Links I normally use just won't work, so I need to know how to add a link to navbar preferrably using usergroup permissions.
(unlike the way I normally do it)

I need to add links for photoplog, all-albums and some custom html pages.

Obviously I know all the links I need, just not how to code them in ie; all-albums.php, /Photoplog, mypage.html etc etc
Reply With Quote
  #50  
Old 05-25-2008, 06:11 AM
UK-Biker UK-Biker is offline
 
Join Date: Aug 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK. All sorted I think.

Modified the header template and added this for each new link


Code:
<if condition="$bbuserinfo['usergroupid'] == '2' OR $bbuserinfo['usergroupid'] == '6' OR $bbuserinfo['usergroupid'] == '7'"><a href="mylinkcode.php">My Link</a>&nbsp;&nbsp;
</if>

Seems to be working ok
Reply With Quote
  #51  
Old 05-28-2008, 08:27 AM
metin metin is offline
 
Join Date: Jan 2008
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice skin thanx...
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 09:20 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.04655 seconds
  • Memory Usage 2,296KB
  • Queries Executed 27 (?)
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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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_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
  • 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