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
Faddah Style Details »»
Faddah Style
Version: 2.00, by egtrix egtrix is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 06-17-2006 Last Update: 07-07-2006 Installs: 15
 
No support by the author.

Hello

Faddah is an Arabic word which means "Silver" and I used this word as a ttitle for this skin because I used silver color as the main color in the design.

The skin is a fixed skin with 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



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 folder : Style images folder (upload)

-FH_Faddah.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
(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


Version 2 Released:
Fixes a small problem in the width of the "Last Post" cell.


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
  #42  
Old 07-10-2006, 06:02 AM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yo eg man i really screwed this up trying to add the arkade link, can you please help em with this.

Quote:
<TD COLSPAN="29"><IMG SRC="images/FH_Faddah/header_22.gif" WIDTH="928" BORDER="0" HEIGHT="20"></TD>
<TD><IMG SRC="images/FH_Faddah/space.gif" WIDTH="1" BORDER="0" HEIGHT="20"></TD>
</TR>
<TR>
<TD COLSPAN="3" ROWSPAN="6"> <a href="http://www.miami-space.com/forums/arcade.php"> <IMG SRC="images/FH_Faddah/header_23.gif" WIDTH="90" BORDER="0" HEIGHT="43"></a></td>
</TR>
<TD COLSPAN="2"><IMG SRC="images/FH_Faddah/header_24.jpg" WIDTH="90" BORDER="0" HEIGHT="1"></TD>
<TD COLSPAN="2"><IMG SRC="images/FH_Faddah/header_24.jpg" WIDTH="90" BORDER="0" HEIGHT="1"></TD>
<TD COLSPAN="3" ROWSPAN="5"><IMG SRC="images/FH_Faddah/header_25.gif" WIDTH="71" BORDER="0" HEIGHT="42"></TD>

whats wrong there?.. what did i do? can you please give me the code back to normal?
Reply With Quote
  #43  
Old 07-10-2006, 06:20 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you please send me your complete header code now
Reply With Quote
  #44  
Old 07-10-2006, 06:24 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

your forum just looks fine when i visit:
http://www.miami-space.com/forums/index.php
http://www.miami-space.com/forums/arcade.php
nothing strange
Reply With Quote
  #45  
Old 07-12-2006, 08:59 PM
MoveOver.cc MoveOver.cc is offline
 
Join Date: Dec 2005
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you please advise what I need to do to add a link to the buttons.

Thanks
Reply With Quote
  #46  
Old 07-12-2006, 10:36 PM
slappy slappy is offline
 
Join Date: Apr 2003
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look in your AdminCP -> Styles & Templates -> Style Manager -> FH_Faddah Style -> header template..

If you put "register" in the "Search in Template" box and hit "Find" you will see the location where the "Register" Button is called. That code is:

Code:
<TR>
		<TD COLSPAN="4" ROWSPAN="2"><a href="register.php$session[sessionurl_q]"><IMG SRC="images/FH_Faddah/header_7.gif" alt="Register" WIDTH="104" HEIGHT="15" BORDER="0"></a></TD>
		<TD COLSPAN="9"><IMG SRC="images/FH_Faddah/header_8.gif" WIDTH="260" BORDER="0" HEIGHT="7"></TD>
		<TD><IMG SRC="images/FH_Faddah/space.gif" WIDTH="1" BORDER="0" HEIGHT="7"></TD>
	</TR>
What this is, is a "Row" ( <TR> ) for the instructions for the Register Button, which is found in /images/FH_Faddah/header_8.gif (view as Thumbnail and you will see the .gif as a picture).

Arcade is "header_23"; Gallery is "header_27"; and Store is "header_25".

You will find their code by searching for the "header_x" numbers.

Here's the Code for "Arcade":

Code:
<TR>
		<TD ROWSPAN="5"><IMG SRC="images/FH_Faddah/header_27.gif" WIDTH="89" BORDER="0" HEIGHT="42"></TD>
		<TD ROWSPAN="4"><IMG SRC="images/FH_Faddah/header_28.jpg" WIDTH="1" BORDER="0" HEIGHT="41"></TD>
		<TD><IMG SRC="images/FH_Faddah/space.gif" WIDTH="1" BORDER="0" HEIGHT="4"></TD>
	</TR>
Comparing it to the one for Register, it is missing an ""<a href=""> to an Arcade add-in and an alt=" " reference, which I suspect should be: 'Gallery'. These items would, hopefully be supplied by whomever made what you were trying to add-in. In your original folder, you also have "empty" buttons you could use to create your own link to something other than the 3 "empty" links in the Header by default.

When he drops by, egtrix can straighten out anything I may not have gotten completely correct.

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

Many thanks slappy for explaining
MoveOver.cc , please let me know if you need anything else
Reply With Quote
  #48  
Old 07-14-2006, 06:27 AM
Stop Stop is offline
 
Join Date: Oct 2005
Location: Riyadh
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WoW,
It's just what I neeeeeed.
Surely Installed.
Reply With Quote
  #49  
Old 07-14-2006, 07:10 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Stop
Really glad that you like it
Reply With Quote
  #50  
Old 07-14-2006, 07:14 AM
Darwa Darwa is offline
 
Join Date: Jul 2006
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Undeniably one of the most gorgeous skins I've even seen.

I'm a relative n00b at all this and I was unable to replace my 'donations' link on the navbar and other things. Also, I would have liked it to fit my screen at 1600x1200 resolution.
Reply With Quote
  #51  
Old 07-14-2006, 07:19 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Darwa, many thanks for your nice words
Don't worry about being new to this stuff, it's a matter of few weeks and you will get more than enough knowledge
I will release a new version of this skin in a month with much more option including donation button and some extra buttons but as for the resolution, I have to stick to low forum width because there are still people who are using 800x600 pixels reolution.
Thanks again
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 10:52 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.08419 seconds
  • Memory Usage 2,316KB
  • 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_code
  • (1)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