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

Reply
 
Thread Tools
Faddah Style Fluid Details »»
Faddah Style Fluid
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-26-2006 Last Update: Never Installs: 20
 
No support by the author.

Hello

This is the fluid version of Faddah Style for vBulletin 3.6.0

The skin has Google Adsense added to both header and footer along with a scrolling text marquee and the login area added to the header.

I hope you like it



Skin Colors:

Silver, Dark Blue, Dark Purple and light blue

Font Used:
Arial Black

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.

- A marquee has been added to the header

- Extra buttons for arcades, gallery and store have been added to the header.



Zip File Content:


-FH_Faddah_F folder : Style images folder (upload)

-FH_Faddah_F.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_Faddah_F
(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 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-15-2006, 05:41 PM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ronoxQ
Nice theme! Unfortunately, my forum won't show the cat_top_bg image. How do I fix that? (All other images work perfectly.)
Can you please PM me with the URL for your forum
Reply With Quote
  #23  
Old 09-25-2006, 07:43 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Style.

I am adding dropdowns for the search and some seo but besides that it is perfect!!!!

Thanks
Reply With Quote
  #24  
Old 09-27-2006, 06:26 AM
wi11ie1950 wi11ie1950 is offline
 
Join Date: Sep 2004
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Terrific Style. Thanks egtrix, I am impressed. It looks very nice
Reply With Quote
  #25  
Old 09-27-2006, 09:58 PM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

RichieBoy67, very glad that you like it and looking forward to see the drop menus

wi11ie1950, many thanks and really glad that you like it
Reply With Quote
  #26  
Old 09-28-2006, 07:28 AM
wi11ie1950 wi11ie1950 is offline
 
Join Date: Sep 2004
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi egtrix, A question...
Is it possible to remove the gooogle adds totally from the header and footer ???
Reply With Quote
  #27  
Old 09-29-2006, 12:49 AM
o0Hubba0o's Avatar
o0Hubba0o o0Hubba0o is offline
 
Join Date: Mar 2005
Location: Minnesota
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ronoxQ
Nice theme! Unfortunately, my forum won't show the cat_top_bg image. How do I fix that? (All other images work perfectly.)
I had this problem too, to fix you need to go the styles main css and scroll down to the additional CSS section and change this:
Code:
.cat-top {
	padding: 0;
	margin: 0;
	background: url(images/FH_Faddah/misc/cat_top_bg.gif);
	width: 100%;
	text-align: center;
	color: #004669; 
	font-weight: bold; 
	font-size: 11px
}
To:

Code:
.cat-top {
	padding: 0;
	margin: 0;
	background: url(images/FH_Faddah_F/misc/cat_top_bg.gif);
	width: 100%;
	text-align: center;
	color: #004669; 
	font-weight: bold; 
	font-size: 11px
}

There's also another one in that section that's wrong too:

Change this:
Code:
#footer { 
	background: url(images/FH_Faddah/misc/footer_bg.gif);
	height: 40px; 
	width: 100%
}
To:
Code:
#footer { 
	background: url(images/FH_Faddah_F/misc/footer_bg.gif);
	height: 40px; 
	width: 100%
}
Reply With Quote
  #28  
Old 09-29-2006, 02:48 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

o0Hubba0o thanks for helping. I will release another version soon with a fix to this problem.
Reply With Quote
  #29  
Old 09-29-2006, 11:04 AM
wi11ie1950 wi11ie1950 is offline
 
Join Date: Sep 2004
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to remove the google adsence altogether from the header and footer templates ???
Reply With Quote
  #30  
Old 10-06-2006, 10:10 AM
caco caco is offline
 
Join Date: Jul 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #31  
Old 10-06-2006, 05:02 PM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wi11ie1950, thanks for your post
Yes open the header and footer templates and search for the Google code and just remove it. This won't affect the skin in anyway.

caco, you are always welcome
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 07:25 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.04907 seconds
  • Memory Usage 2,302KB
  • 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
  • (4)bbcode_code
  • (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
  • (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