Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Red 2 Black (v3.5 Gold) Details »»
Red 2 Black (v3.5 Gold)
Version: 2.00, by RMS-Chef RMS-Chef is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 08-13-2005 Last Update: 10-10-2005 Installs: 116
Template Edits
Re-useable Code Translations  
No support by the author.

Simple but clean style. Reds, grays, black & white.
Has a page blended breadcrumb with space for a 468x60 banner image or GoogleAd code. See readme.htm in ZIP.

ZIP includes some PSDs & fonts.

v3.0.x Release thread here:
https://vborg.vbsupport.ru/showthread.php?t=91816
v3.0.x Matching ACP thread here:
https://vborg.vbsupport.ru/showthread.php?t=91818

Templates edited from default in this stlye:
Code:
footer
FORUMDISPLAY
FORUMHOME
forumhome_forumbit_level1_nopost
forumrules
header
memberlist
navbar
SHOWTHREAD
threadadmin_imod_menu_post
threadadmin_imod_menu_thread
Please view ReadMe
Feedback welcome.

EDIT:
Updated for v3.5 Gold
Took out the breadcrumb banner by default. See readme.htm in ZIP for how add one back in.

Show Your Support

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

Comments
  #142  
Old 07-22-2006, 08:52 PM
Ted M Ted M is offline
 
Join Date: Jul 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I recently got messages saying:

FORUMDISPLAY
Default Template Updated in 3.5.3 by Andreas
Your Custom Template Last Edited in 3.5.0 by Erik

[Edit Template]
[View History]
[Revert]

SHOWTHREAD
Default Template Updated in 3.5.4 by Ed Sullivan
Your Custom Template Last Edited in 3.5.0 by Erik

[Edit Template]
[View History]
[Revert]


I'm not sure what I should do... since I'm very new to this. Do I click "Revert"?

Or is it okay just to leave it alone?

Please advise... thank you
Reply With Quote
  #143  
Old 07-23-2006, 03:28 AM
RMS-Chef RMS-Chef is offline
 
Join Date: Aug 2003
Location: MA, USA
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted M
I recently got messages saying:

FORUMDISPLAY
Default Template Updated in 3.5.3 by Andreas
Your Custom Template Last Edited in 3.5.0 by Erik

[Edit Template]
[View History]
[Revert]

SHOWTHREAD
Default Template Updated in 3.5.4 by Ed Sullivan
Your Custom Template Last Edited in 3.5.0 by Erik

[Edit Template]
[View History]
[Revert]


I'm not sure what I should do... since I'm very new to this. Do I click "Revert"?

Or is it okay just to leave it alone?

Please advise... thank you
That is simply saying that there are probably changes in the those two templates from when I altered them in v3.5.0 in the v3.5.4. I am not sure if they are just class changes and such or not, just don't remember. You can use the "History" feature to compare the current template altered by me to the v3.5.4 default and it will highlight the differences. If they are just class differences you are fine. I forget if there are any functional changes with the default template but if your board is operating fine, you should be fine. If you compare them and it looks like there are no changes required, you can simply save the current template and the message will go away. You can still compare it to the default at any time. If you click revert, it will change the template to the v3.5.4 default and may undo some stuff.
Reply With Quote
  #144  
Old 07-23-2006, 12:25 PM
Ted M Ted M is offline
 
Join Date: Jul 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Chef,

Thanks for the thorough explanation.

I did what you said and there are some class changes, but there are some non-class changes such as:

OLD: <table cellpadding="0" cellspacing="1" border="0">

NEW: <table cellpadding="0" cellspacing="1" border="0" width="auto">

and

OLD: </select><input type="submit" class="button" id="inlinego" value="$vbphrase[go]" />
</div>

NEW: </select>
<input type="submit" class="button" id="inlinego" value="$vbphrase[go]" />

OLD: <div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap; float:$stylevar[right]">
<if condition="$show['pagenav']"><br /></if><strong>$vbphrase[moderation]</strong><br />

NEW: <br /><em>$vbphrase[moderation]</em>

OLD: <if condition="$show['pagenav'] OR $show['inlinemod']">
<td align="$stylevar[right]">$pagenav

NEW: <if condition="$pagenav OR $show['inlinemod']">
<td class="smallfont" align="$stylevar[right]">$pagenav

Any advice?
Reply With Quote
  #145  
Old 07-24-2006, 02:25 PM
RMS-Chef RMS-Chef is offline
 
Join Date: Aug 2003
Location: MA, USA
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ted M
Hi Chef,

Thanks for the thorough explanation.

I did what you said and there are some class changes, but there are some non-class changes such as:

OLD: <table cellpadding="0" cellspacing="1" border="0">

NEW: <table cellpadding="0" cellspacing="1" border="0" width="auto">

and

OLD: </select><input type="submit" class="button" id="inlinego" value="$vbphrase[go]" />
</div>

NEW: </select>
<input type="submit" class="button" id="inlinego" value="$vbphrase[go]" />

OLD: <div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap; float:$stylevar[right]">
<if condition="$show['pagenav']"><br /></if><strong>$vbphrase[moderation]</strong><br />

NEW: <br /><em>$vbphrase[moderation]</em>

OLD: <if condition="$show['pagenav'] OR $show['inlinemod']">
<td align="$stylevar[right]">$pagenav

NEW: <if condition="$pagenav OR $show['inlinemod']">
<td class="smallfont" align="$stylevar[right]">$pagenav

Any advice?
Sure, it would be best to go ahead and apply the other changes to the R2B template. You can always copy the current one to a text file (or "save in template history" with a name like "R2B Default") so that if you mess something up making the coding changes you can always put it back and try again.
Reply With Quote
  #146  
Old 07-28-2006, 03:57 AM
r6bbie r6bbie is offline
 
Join Date: Dec 2004
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Mr. Chef

I have been using this for MONTHS. I have not found a better skin for my site ever. You ROCK. One thing I can't stand and I want it fixed.
When ever there is a link you cant see it because it looks just like normal text. I want it a different color or highlighted.

Can you please help me.

Thanks,
Rob

R6bbie#aol.com
Reply With Quote
  #147  
Old 08-02-2006, 10:28 PM
volarium volarium is offline
 
Join Date: Mar 2005
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's true - I'd actually like for my links to show up underlined or something. It should just be a change to the CSS. Chef, any thoughts on the best way to make links look more obvious?

http://vfrworld.com
Reply With Quote
  #148  
Old 08-04-2006, 05:23 AM
Marsupilami Marsupilami is offline
 
Join Date: Apr 2002
Location: Sweden
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RMS-Chef
That is simply saying that there are probably changes in the those two templates from when I altered them in v3.5.0 in the v3.5.4. I am not sure if they are just class changes and such or not, just don't remember. You can use the "History" feature to compare the current template altered by me to the v3.5.4 default and it will highlight the differences. If they are just class differences you are fine. I forget if there are any functional changes with the default template but if your board is operating fine, you should be fine. If you compare them and it looks like there are no changes required, you can simply save the current template and the message will go away. You can still compare it to the default at any time. If you click revert, it will change the template to the v3.5.4 default and may undo some stuff.
I have installed this style on a vb3.5.4, and found out that i should not revert, but instead edit and save each template without changing them.
By doing this, i get rid of the warning messages in admincp.

The template must not be reverted after a fresh install of this style on vb 3.5.4.
If one reverts, the style will not function properly.


BTW: Thanks for a great style! I installed it, and am currently customizing it further for our car forum at http://www.wroom.org/evoclub/.


I also made up a set of smilies that works on both dark and light backgrounds.

I found out that there should be some kind of support for selection of smilie sets, or even dynamically generating smilie sets for different backgrounds, since it is impossible to get an image with shaded edge transparency to work on both dark and light backgrounds, like for the vb default smilie set.

Dynamically generating smilies and icons for choosen background color/brigthness in styles could for instance be done from .ai template images with ImageMagick.
(Should i patent it? )

I see lots of requests for smilies that works with this style, and if there is a genuine interest i can release my smilie set here at vbulletin.org.
Reply With Quote
  #149  
Old 09-21-2006, 12:41 AM
Insert Username Insert Username is offline
 
Join Date: Feb 2006
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's probably been asked, but are there plans of officially releasing a 3.6 version of this skin?
Reply With Quote
  #150  
Old 09-21-2006, 04:32 AM
RMS-Chef RMS-Chef is offline
 
Join Date: Aug 2003
Location: MA, USA
Posts: 326
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Insert Username
It's probably been asked, but are there plans of officially releasing a 3.6 version of this skin?
Sorry, no plans at this time.
If someone wants to run through the template edits I would be happy to release it with full accreditation.
Reply With Quote
  #151  
Old 09-27-2006, 10:18 PM
Capper5016 Capper5016 is offline
 
Join Date: Sep 2006
Location: Las Vegas, NV
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm a new transplant from phpbb2, and was wondering if you, or one of your many fans, would be interested in editing ths to work with 2.6.1. This style is awesome, and i'd love to use it with my forums....however not being proficient in coding, and since its my first day using VB, I am still finding my way
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 08:48 AM.


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.08277 seconds
  • Memory Usage 2,319KB
  • 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
  • (1)bbcode_code
  • (4)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
  • (1)pagenav_pagelinkrel
  • (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