Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles
FAQ Community Calendar Today's Posts Search

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
  #62  
Old 07-20-2009, 08:20 AM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to 3.8.3

Several bugs fixed: navbar, width of lastpost column
Reply With Quote
  #63  
Old 07-29-2009, 01:15 PM
wheezyb wheezyb is offline
 
Join Date: Jul 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey sophia, great theme.

One bug i found is the link to the memberlist is wrong. On the community tab the link goes to memberindex.php when it should go to memberlist.php

Where can I edit that link?

Thanks!
Reply With Quote
  #64  
Old 07-29-2009, 04:27 PM
Zaki Shafqat Zaki Shafqat is offline
 
Join Date: Jul 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Sofia, you are my favourite designer..........

is it possible you could upload the psd files for Green Style instead of black? I liked the green style but i want to make little bit of changes and if i have PSD files i could do it better way

Thanks a lot for these awesome designs
Reply With Quote
  #65  
Old 07-29-2009, 08:01 PM
fawzi61 fawzi61 is offline
 
Join Date: Mar 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you
Reply With Quote
  #66  
Old 08-06-2009, 02:41 PM
lukasc lukasc is offline
 
Join Date: Dec 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
I also instaled this style and is perfect but i have two problem.
1. When i change web page size to 80% i have bugs
2. is possible to split logo and breadcump?
Reply With Quote
  #67  
Old 08-11-2009, 09:34 AM
ecarabin ecarabin is offline
 
Join Date: Oct 2004
Location: France
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Sofia.

I like your theme very much and I think that, when my bug will eventually be fixed, I'll put it as default theme of my website (the french medical forum association's forum, a huge thing).

Actually, I've got a problem with the forumdisplay : when I try to get a forum list without any catgory, all is OK, but when I have a forum list with categories, i get that :



As you see, there are no columns any more...
Though, for the buttons, it's normal that they are not displayed, I'm trying to build the french version (I'll post it here when it will be done).

Could you help me please ?

Thank you very much
Reply With Quote
  #68  
Old 08-11-2009, 05:37 PM
ecarabin ecarabin is offline
 
Join Date: Oct 2004
Location: France
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I solved my problem. Thank you for this style !
Reply With Quote
  #69  
Old 08-16-2009, 12:50 AM
HappyFeet's Avatar
HappyFeet HappyFeet is offline
 
Join Date: Mar 2009
Location: Tn. USA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, I had a problem I thought I would mention....

I used the Red style and the "memberlist" from Community Links in the Nav Bar did not work, it would go to Forum/memberindex.php instead of memberlist.php

I found this code in the Nav Bar

PHP Code:
        <if condition="$show['memberslist']">
            <
tr><td class="vbmenu_option"><a href="memberindex.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
        </if>
        
$template_hook[navbar_community_menu_end]
        </
table
And changed it to

PHP Code:
<if condition="$show['memberslist']">
            <
tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
        </if>
        
$template_hook[navbar_community_menu_end]
        </
table>
    </
div>
    <!-- / 
community link menu --> 
That solved my problem, I'm far from a coder, just thought I'd mention it.

Great style, I love it! Many thanks...:up:
Reply With Quote
  #70  
Old 08-20-2009, 08:58 PM
Shoaibhacker Shoaibhacker is offline
 
Join Date: Aug 2009
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thats really cool!
Reply With Quote
  #71  
Old 08-28-2009, 11:56 AM
opsman opsman is offline
 
Join Date: Oct 2002
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi fantastic colours, I have one problem I am using VBA and when I go to a custom page all the left handed modules show properly but not the right hand ones they drop below the center modules, any ideas????
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 11:24 AM.


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.04715 seconds
  • Memory Usage 2,346KB
  • 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_php
  • (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
  • (8)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