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
Shams Style Details »»
Shams 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: 04-22-2006 Last Update: 04-24-2006 Installs: 8
Template Edits
Additional Files  
No support by the author.

Hello,
This is my first skin to design for vBulletin. The skin's name is Shams Style, Shams is an arabic word which means "Sun" in english.
As this is my first skin for vbulletin, I would like to thank 2Evolve as I used one of his skins that were released here in the forum in order to know how things are done.

Skin Info:

Skin Colors
Blue, Yellow and grey

Skin File Contents
XML file, needed images, readme file and PSD file

Demo
Click Here

Screenshot


Version 2 Now Released
Skin veriosn 2 is now available with the following corrections:
1- Buttons are redesigned to suit the skin overall look
2- Icons redesigned
3- A bug was fixed in the XML file (Not really a bug but it's a color fixing).


Please don't hesitate to post your openions or report bugs and I will try to respond back as soon as possible.
Thanks

Show Your Support

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

Comments
  #12  
Old 04-23-2006, 05:14 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 lightwave
nice nice installed...
Thanks lightwave, glad that you liked it
Reply With Quote
  #13  
Old 04-23-2006, 10:57 PM
CBE CBE is offline
 
Join Date: Jun 2005
Location: U.A.E.
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

GREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT

Thats what I was searching for
Reply With Quote
  #14  
Old 04-24-2006, 12:30 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CBE
GREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAT


Thats what I was searching for
Many thanks and glad that you liked it

Version 2 is now available
Reply With Quote
  #15  
Old 04-24-2006, 01:46 AM
DomP DomP is offline
 
Join Date: Nov 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool style

I just have one question... I use vBadvanced CMPS..what do i have to change in the navbar so it will show the link for forum on the index and vise versa...

The button isnt a prob
Reply With Quote
  #16  
Old 04-24-2006, 02:01 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DomP
cool style

I just have one question... I use vBadvanced CMPS..what do i have to change in the navbar so it will show the link for forum on the index and vise versa...

The button isnt a prob
A good question
For myself I use vBadvanced modules as side columns and the forum in the middle column, so there will be no problem if you use vBadvance this way (for an example: www.webmastersforums.net ).
But if you need to use vbAdvanced as your frontpage with the forum in another page, I can provide you a designed button for that but you will have to change the navbar links and sequnce through your admincp=>Style&Templates=>Edit Templates
If that suits you, please let me know so I can supply you with a designed Forum button.
Thanks
Reply With Quote
  #17  
Old 04-24-2006, 02:10 AM
FLMom's Avatar
FLMom FLMom is offline
 
Join Date: Feb 2006
Location: Florida
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is really nice...love the colors..great job
Reply With Quote
  #18  
Old 04-24-2006, 02:13 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Many thanks and glad that you like the color scheme
Reply With Quote
  #19  
Old 04-24-2006, 02:22 AM
DomP DomP is offline
 
Join Date: Nov 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I use vBadvanced as my frontpage indeed. It would great if you could provide me that button but i'm even more concerned about editting the navbar template. Maybe you can set me up with that too. This is what I found so far:

In your style manager, you look for the "navbar" template.

Below <!-- nav buttons bar -->:

Look for:

Code:
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->

Replace with:
Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]?$session[sessionurl]">Forums<else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Portal </if></a></td>

Hope you can help me with that
Reply With Quote
  #20  
Old 04-24-2006, 02:30 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DomP
I use vBadvanced as my frontpage indeed. It would great if you could provide me that button but i'm even more concerned about editting the navbar template. Maybe you can set me up with that too. This is what I found so far:

In your style manager, you look for the "navbar" template.

Below <!-- nav buttons bar -->:

Look for:

Code:
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->

Replace with:
Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]?$session[sessionurl]">Forums<else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Portal </if></a></td>

Hope you can help me with that
No problem about that, I can provide you with a different template XML file to do this job for you in a simple way, but in that case we will have to replace one of the current navbar buttons with the new "Forum"button, so which button do you want the "forum"button to replace?
Reply With Quote
  #21  
Old 04-24-2006, 02:33 AM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, 20 min and it will be done
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 12: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.07681 seconds
  • Memory Usage 2,315KB
  • 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_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