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

Reply
 
Thread Tools
SimpleBlue 3.8.3 - FREE Style from SleekvB Designs Details »»
SimpleBlue 3.8.3 - FREE Style from SleekvB Designs
Version: 1.3.2, by mikey1991 mikey1991 is offline
Developer Last Online: Jul 2021 Show Printable Version Email this Page

Version: 3.8.x Rating:
Released: 04-13-2009 Last Update: 07-05-2009 Installs: 247
Auto-Templates
Additional Files  
No support by the author.

Skin Info:

A Clean, Simple, Blue (duh) style with a Web 2.0 feel.

Designed by Mad Mikey, CSS Valid.

Comments Welcomed

Install Instructions.


1:- Upload 'simpleblue' to forum root
2:- Import xml through vBulletin AdminCP
3:- Click 'Installed' in the thread you downloaded from


*/optional*/

4:- Click Support Developer if you really, really like these themes.
Screenshot:

Regular: http://i43.tinypic.com/34tbk12.png
*Simple, blue, minimalistic in all aspects*
"Pro": http://i39.tinypic.com/15egspw.png
*Features Community Menu, and Quick links menu*
"SlimpleBlue" : http://i42.tinypic.com/15gxwd2.png
*Slim, Features Quick Links menu and Community Menu, optimised for 800 x 600 viewing*
"SimpleBlue Pro WITH SIDEBAR" : http://demo.parlancia.com/SimpleBlue...barMikeyDe.png
*4 Sidebar blocks with potential to add heaps more and A dynamic news fader block!, Spacing between Categories and posts, big bugfix and code cleanup.*

No PSD's as I didn't use any.

NOW ACCEPTING DONATIONS. PM ME IF YOU WANT BRANDING FREE.


.::. UPDATE 25th APRIL 2009 .::. ADDED TWO MORE XML FILES, BOTH CONTAIN QUICK LINKS AND COMMUNITY DROPDOWNS, BOTH ARE DIFFERENT TO ORIGINAL DESIGN. .::. MAKE SURE YOU PICK THE RIGHT XML FOR YOU .::.


13 June 2009

Updated things to vB3.8.3 and SimpleBlue Pro WITH SIDEBAR released.

Included: 4 Sidebar blocks with potential to add heaps more and A dynamic news fader block!

Improved since last version (PRO ONLY), Spacing between categories, spacing between posts, better navigation interface.


************************************************** *********
************************************************** *********

Upgrading from an older version of my style.
  • Overwrite the "yourforum.com/simpleblue" directory with the one in the 3.8.3 zip.
  • Upload the Language XML (THIS IS NEEDED FOR PARTS OF THE SKIN WHICH ARE CUSTOM CODED TO WORK)
  • Upload the Style XML and click "Allow overwrite"

If you are unsure, drop me a PM and I shall install the style for a very reasonable price.
************************************************** *********
************************************************** *********

Editting the Dynamic News Content Block

Go to the style manager, and then navbar template, and at the bottom of the navbar template, there is the sidebar blocks. Find and edit the:

PHP Code:
fcontent[0]="<b>Congratulations</b><br>Your new skin has been installed. <a href='http://parlancia.com'>Click here to visit authors site</a>";
fcontent[1]="This code is editable via your NavBar template.";
fcontent[2]="News could be put here, refer to the skin release thread for more details.</a>"
everything after the =" and before the last ";


************************************************** *********
************************************************** *********

Editting Content Blocks

Go to the style manager, and then navbar template, and at the bottom of the navbar template, there is the sidebar blocks. Find "<!-- SIDEBAR -->" and edit the content, which you should see easily, as it is plain text and not code.


************************************************** *********
************************************************** *********


Update: 6th July 2009 .

Ironed out more bugs (I dunno how there are so many!)
Fixed Sidebar (I really really hope)
Fixed the "white name in profile"
Fixed Profiles for the Slim version (800x600)


Please click installed if you use this. Thanks.


************************************************** *********
************************************************** *********

Download Now

File Type: zip SimpleBlue-SleekvB-Designs.zip (974.2 KB, 535 views)

Show Your Support

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

Comments
  #62  
Old 05-31-2009, 03:19 PM
G_Gekko G_Gekko is offline
 
Join Date: Jun 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok thanks for you effort. I really appriciate it.
Reply With Quote
  #63  
Old 06-01-2009, 03:00 PM
Fergal C Fergal C is offline
 
Join Date: Dec 2004
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd like to increase the vertical distance between the bottom of every post and the start of the member's forum signature. How could I do that?
Reply With Quote
  #64  
Old 06-01-2009, 04:37 PM
mikey1991's Avatar
mikey1991 mikey1991 is offline
 
Join Date: Oct 2008
Location: United Kingdom
Posts: 654
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the postbit or postbit_legacy of the style (depending on which you're using)

find;

PHP Code:
        <!-- sig -->
            <
div>
                
__________________<br />
                
$post[signature]
            </
div>
        <!-- / 
sig --> 
and replace it with

PHP Code:
        <!-- sig -->
            <
div>
                <
br /><br /><br />__________________<br /><br /><br />
                
$post[signature]
            </
div>
        <!-- / 
sig --> 
Reply With Quote
  #65  
Old 06-02-2009, 02:59 AM
ceege.net ceege.net is offline
 
Join Date: Nov 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can not seem to get the controls to show up when posting a new thread and when posting a reply to a thread, any suggestions on how to get them to show up?
Reply With Quote
  #66  
Old 06-02-2009, 08:04 AM
Fergal C Fergal C is offline
 
Join Date: Dec 2004
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Mikey, an extra <br /> in the PostBit Legacy worked perfectly.

Also, whereabouts in the templates can I find the anchor text for the "Home" link in the Nav Bar. I want to change it to something a little more search engine friendly.

I've found code like "$vboptions[forumhome]" in the NavBar template, but can't find the anchor text.

Thanks again!
Reply With Quote
  #67  
Old 06-02-2009, 01:36 PM
mikey1991's Avatar
mikey1991 mikey1991 is offline
 
Join Date: Oct 2008
Location: United Kingdom
Posts: 654
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ceege.net View Post
I can not seem to get the controls to show up when posting a new thread and when posting a reply to a thread, any suggestions on how to get them to show up?
I cannot understand what you mean, do you have a screenshot?

Quote:
Originally Posted by HostBidder.com View Post
Thanks Mikey, an extra <br /> in the PostBit Legacy worked perfectly.

Also, whereabouts in the templates can I find the anchor text for the "Home" link in the Nav Bar. I want to change it to something a little more search engine friendly.

I've found code like "$vboptions[forumhome]" in the NavBar template, but can't find the anchor text.

Thanks again!
It's in the header template, to make it in the position it's in.

You'll need to find

PHP Code:
<li class="current_page_item"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></li
and replace the "Home" with your SEO friendly words. All the navbar options are there too :up:

ALSO, I HAVE NOTICED PEOPLE REMOVING MY COPYRIGHT, THIS IS ILLEGAL AND THERE IS ONLY ONE FORUM AUTHORISED TO DO SO, AS THEY HAVE DONATED. IF YOU HAVE REMOVED MY COPYRIGHT, PM ME AND I WILL TELL YOU WHAT CODE TO PUT BACK IN OR COME TO AN ARRANGEMENT.
Reply With Quote
  #68  
Old 06-02-2009, 04:30 PM
ceege.net ceege.net is offline
 
Join Date: Nov 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ceege.net View Post
I can not seem to get the controls to show up when posting a new thread and when posting a reply to a thread, any suggestions on how to get them to show up?
As you can see from the image there is no controls at the top or the right of the box. Everything is turned on in AdminCP. Forgot to mention I have the pro version of your template installed.

Reply With Quote
  #69  
Old 06-02-2009, 04:34 PM
4nawadir.com's Avatar
4nawadir.com 4nawadir.com is offline
 
Join Date: May 2009
Location: Algeria
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good Work,
Installed & Notaminated
we wait this style for vBulletin4 !!!
لمـا تصدر ان شاء الله
Reply With Quote
  #70  
Old 06-02-2009, 06:14 PM
mikey1991's Avatar
mikey1991 mikey1991 is offline
 
Join Date: Oct 2008
Location: United Kingdom
Posts: 654
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ceege.net View Post
As you can see from the image there is no controls at the top or the right of the box. Everything is turned on in AdminCP. Forgot to mention I have the pro version of your template installed.



This is not an error, it's default! As you can see, Even in the default vB Style, there are no dropdowns up in the top right corner where it says the Thread: "Threadtitle" :up:

The dropdowns on forumdisplay (IE: http://www.vbulletin.com/forum/forumdisplay.php?f=1) work!

Quote:
Originally Posted by 4nawadir.com View Post
Good Work,
Installed & Notaminated
we wait this style for vBulletin4 !!!
لمـا تصدر ان شاء الله
Thanks for your kind words. Glad you liked it. My support for this template will last as long as I can do it, its upgrrading to vB4 will depend on what the new templating system is like.
Reply With Quote
  #71  
Old 06-02-2009, 07:08 PM
ceege.net ceege.net is offline
 
Join Date: Nov 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not talking about drop downs or anything like that. There is no editing options across the top like there is in your demo, or the smilies showing up.

The bold, italic, underline, center , adding a link and all that stuff across the top of the box and the smilies... that is what I am referring to.
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 02:18 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.04787 seconds
  • Memory Usage 2,350KB
  • 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
  • (4)bbcode_php
  • (5)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
  • (1)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