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

Reply
 
Thread Tools
Cairo Style Black Details »»
Cairo Style Black
Version: 1.00, by egtrix egtrix is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.6.0 Rating:
Released: 08-21-2006 Last Update: Never Installs: 20
 
No support by the author.

Hello
This is the vBulletin 3.6 compatable version of Cairo Style Black.
The skin has Google Adsense added to both header and footer.
I hope you like it

Skin Colors:
Silver, White, Grey, Dark Grey, and black

Skin Width:
800 Pixels

Skin Design:
- Header design
- Footer Design
- Buttons Design
- Status Icons Design
- Gradients Design

Code Changes:
- Adsense added to both header and footer
- Login and PM area added to the header and removed from the navbar template.
- Extra buttons for arcades, gallery and links have been added to the header.

Zip File Content:

-FH_CairoL folder : Style images folder (upload)
-FH_CairoL.xml file : import this through your admincp
-PSD files folder : Layer psd files for the style (not to be uploaded)
-logo Folder : contains empty logo pic to place your logo on. After placing your logo on this pic, upload it to forums/images/FH_CairoL
(note: don't change the pic name or it will not show)
-empty-buttons Folder : contains an empty version of the buttons used in the design so you can add what ever you want to them.
-README.txt

Screenshot:



Demo:
For a demo please click here


This skin has been tested on both FireFox and Internet Explorer with the latest releases. Please don't hesitate to report any bugs or to mention your openion.
Thank you

Show Your Support

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

Comments
  #22  
Old 09-09-2006, 04:47 AM
Andromeda2875 Andromeda2875 is offline
 
Join Date: Jun 2006
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What can i do to remove some of the buttons that say news and stuff? I only need the one for the arcade.
Reply With Quote
  #23  
Old 09-15-2006, 05:51 PM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andromeda2875, thanks for your post , you can replace the unneeded buttons with the empty buttons in the empty buttons folder or you can edit the PSD file.
Reply With Quote
  #24  
Old 09-17-2006, 12:50 AM
LightScribe's Avatar
LightScribe LightScribe is offline
 
Join Date: Jun 2006
Location: Australia
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Freaking Nice!!.

You would have to be one of the best Style creators I've seen. Thanks for the style.
Reply With Quote
  #25  
Old 09-17-2006, 09:36 PM
kg4mxz kg4mxz is offline
 
Join Date: Aug 2006
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can we get a 3.6.1 version? Thats the only thing keeping me from installing this
Reply With Quote
  #26  
Old 09-19-2006, 06:33 PM
Zowners Zowners is offline
 
Join Date: Dec 2005
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You rock. Thanks man. :=)
Reply With Quote
  #27  
Old 09-22-2006, 07:37 PM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LightScribe, many thanks for your nice post and really glad that you like my work

kg4mxz, the 3.6.1 version will be released very soon

Zowners, you are always welcome and glad that you like it
Reply With Quote
  #28  
Old 10-05-2006, 11:42 PM
SilentNoise's Avatar
SilentNoise SilentNoise is offline
 
Join Date: Jan 2003
Location: Edmonton, Alberta, Canada
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason or another the drop-down menus for Thread Tools, Search This Thread, etc won't drop down.

Any ideas?

I've found some suggestions about reverting the navbar when this happens, but that didn't fix anything. I also tried installing this style again just to see if it maybe screwed up while importing or something, but that wasn't the case.

This is the code for the navbar you've provided... does it match what you're running?:
Code:
<script type="text/javascript">
<!--
function log_out()
{
	ht = document.getElementsByTagName("html");
	ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
	if (confirm('$vbphrase[sure_you_want_to_log_out]'))
	{
		return true;
	}
	else
	{
		ht[0].style.filter = "";
		return false;
	}
}
//-->
</script>


<!-- breadcrumb, login, pm info -->
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td width="100%">
		<if condition="is_array($navbits)">
			<table cellpadding="0" cellspacing="0" border="0">
			<tr valign="bottom">
				<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
				<td>&nbsp;</td>
				<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
			</tr>
			<tr>
				<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a> <strong>$navbits[lastelement]</strong></td>
			</tr>
			</table>			
		<else />
			<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
		</if>
	</td>	
	
	
	
</tr>
</table>

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



<br />
<if condition="$show['forumdesc']">
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr>
		<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
	</tr>
	</table>
	<br />
</if>

<if condition="$show['popups']">

</if>
Reply With Quote
  #29  
Old 10-06-2006, 01:42 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello SilentNoise and thank you for your post Well this skin is the same one in the demo link which can be found at : http://www.forumshelp.com/vb/forumdisplay.php?f=2
and things are working ok there, so I think that you might have a conflict with another installed mod that changes the skin's layout. And reverting the navbar has no relation at all with your problem. From what I see that there is another mod that is using the Popup menu controls and causes this mess, try to revise your recently installed mods and simply disable the one causing the problem.
Reply With Quote
  #30  
Old 10-06-2006, 03:47 AM
SilentNoise's Avatar
SilentNoise SilentNoise is offline
 
Join Date: Jan 2003
Location: Edmonton, Alberta, Canada
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh ya, I forgot to mention that I loved the header in this theme.... great layout.

Of course I wanted to make the board fluid to 90% and that meant recoding a good portion of the header...... maybe that has to do with my problem?.... but I never touched anything other than the graphical layout (I figured that this would be easy enough, but the the way you've coded that thing gave me more work than expected ), and I've changed a bunch of the graphics on this to customize it more it our needs...... it could've saved me a bunch of time had I known there was already a blue version of the theme too, but whatever :P. Haha.

If you want to see what I've done: http://forum.fordpower.ca (FYI: I still have to give you your "layout by" credit before the look is done)


Anyway, back to what I was talking about earlier:
Hmmm.... well the only mods I've installed are psiStats and the code the separates stickies from regular threads. Both are now uninstalled and I'm still having issues....... I'll pick through it some more though and see what I can come up with.
Reply With Quote
  #31  
Old 10-06-2006, 07:12 AM
mktrilogy mktrilogy is offline
 
Join Date: May 2006
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, i really like the style Is there a way we can remove the google adsense?
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 06:23 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.04791 seconds
  • Memory Usage 2,305KB
  • 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
  • (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
  • (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_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