Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles

Reply
 
Thread Tools
Imagination Style - Multicolor ! Details »»
Imagination Style - Multicolor !
Version: 1.00, by Sofia Sofia is offline
Developer Last Online: Aug 2012 Show Printable Version Email this Page

Version: 3.8.x Rating:
Released: 05-19-2009 Last Update: 07-19-2009 Installs: 442
Translations  
No support by the author.






14 colors : DarkBlue, Blue, Turquoise, Green, LightGreen, Purple, Red, Crimson, Orange, Yellow, Gold, Beige, Chestnut, Silver



https://vborg.vbsupport.ru/vborg_mis...hreadid=214128



[hr]black[/hr]











Examples







Installation
  • Before upload : All color images are includes in the folder imagination/gradients/. For example, if you don't want to install the yellow style, delete imagination/gradients/yellow. (Or delete nothing, there are only 5 images for a color)
  • Donwload "Imagination". Upload "imagination" to your "images" folder.
  • Import "imagination-yourcolor.xml" via ACP
PSD
  • Background
  • Logo Font
  • Logo
  • Button (small, medium, normal)
  • Poll Bar
Extra

Download Now

File Type: zip Imagination - PSD.zip (202.6 KB, 867 views)
File Type: zip Imagination.zip (1.30 MB, 1108 views)

Screenshots

File Type: jpg Sans titre.jpg (87.3 KB, 0 views)
File Type: png red.png (75.0 KB, 0 views)
File Type: png turquoise.png (76.3 KB, 0 views)
File Type: png blue.png (74.7 KB, 0 views)
File Type: png orange.png (75.9 KB, 0 views)
File Type: png darkblue.png (74.6 KB, 0 views)

Show Your Support

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

Comments
  #32  
Old 05-25-2009, 10:40 AM
Nadeemjp Nadeemjp is offline
 
Join Date: Aug 2008
Location: Japan
Posts: 601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sofia, i dont know whether it is my forum or do i need to perform some setting, but if you can see, the forums are not alligned properly. they have irregular allignment as shown in the image.; can you tell what is wrong?

Attached Files
File Type: (120.9 KB, 0 views)
Reply With Quote
  #33  
Old 05-25-2009, 03:10 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, width no definied.

In your template forumhome_forumbit_level1_nopost,

Find:

HTML Code:
<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="175">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
    </tr>
Replace by:

HTML Code:
<tr align="center">
      <td class="thead" width="3%">&nbsp;</td>
      <td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="15%">$vbphrase[last_post]</td>
      <td class="thead" width="8%">$vbphrase[threads]</td>
      <td class="thead" width="8%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="11%">$vbphrase[moderator]</td>
      </if>
    </tr>
Reply With Quote
  #34  
Old 05-25-2009, 07:09 PM
UoR Overdose UoR Overdose is offline
 
Join Date: May 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey when I try to upload the xml file I get an "Invalid File Specified" message. It happens with all the colors. I deleted all the gradient files except for green while is the one I want. IDK why I'm getting this error
Reply With Quote
  #35  
Old 05-25-2009, 08:12 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UoR Overdose View Post
Hey when I try to upload the xml file I get an "Invalid File Specified" message. It happens with all the colors. I deleted all the gradient files except for green while is the one I want. IDK why I'm getting this error
All XML files work. it's Style XML, no Product XML.
Reply With Quote
  #36  
Old 05-25-2009, 08:47 PM
UoR Overdose UoR Overdose is offline
 
Join Date: May 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh duh thanks lol. I havent changed my style in a while as you can tell :P. they all look great btw ill install and nominate
Reply With Quote
  #37  
Old 05-25-2009, 09:45 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UoR Overdose View Post
oh duh thanks lol. I havent changed my style in a while as you can tell :P. they all look great btw ill install and nominate
Tahnk you Overdose.
Reply With Quote
  #38  
Old 05-25-2009, 10:32 PM
UoR Overdose UoR Overdose is offline
 
Join Date: May 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey I'm trying to get ibproarcade and put the navbar link for Raven GB and This template but your navbar template seems to be different from the default. How would I add this? the code for default would be

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>

Do I just need to add this is a different location then I'm told?

Nevermind I found the answer to this in a previous post of yours srry
Reply With Quote
  #39  
Old 05-25-2009, 11:40 PM
mikey1991's Avatar
mikey1991 mikey1991 is offline
 
Join Date: Oct 2008
Location: United Kingdom
Posts: 654
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the navbar or header template I would guess.
Reply With Quote
  #40  
Old 05-26-2009, 09:07 AM
NAZIA's Avatar
NAZIA NAZIA is offline
 
Join Date: Feb 2008
Location: Multan Pakistan
Posts: 322
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sister. Thanks for this BIG work..
Reply With Quote
  #41  
Old 05-26-2009, 01:44 PM
SweetHome's Avatar
SweetHome SweetHome is offline
 
Join Date: Jan 2006
Location: turkey-istanbul
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks very nice
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:02 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.03717 seconds
  • Memory Usage 2,352KB
  • Queries Executed 26 (?)
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_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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
  • (9)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete