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

Reply
 
Thread Tools
vBulletin Modern Theme - By Technidev Details »»
vBulletin Modern Theme - By Technidev
Version: 1.0.3, by Dave Dave is offline
Developer Last Online: Aug 2021 Show Printable Version Email this Page

Category: Suite Style - Version: 4.2.x Rating:
Released: 02-07-2016 Last Update: 04-15-2016 Installs: 100
Re-useable Code Additional Files  
No support by the author.

Mark as installed = get support.

Information
This theme is based on the mock-ups made by a former IB/vBulletin employee. I don't have any names unfortunately.
This style has been tested on Microsoft Edge, Firefox 43, Chrome 48.
This style supports vBulletin's suite. (CMS/blog/articles)
This style should work fine on resolutions with a width of at least 900 pixels.
This style works best with postbit_legacy (vertical postbit).
This style has been confirmed working on the following versions but should work on most vBulletin 4 versions: 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5.

Please post any bugs, mistakes or improvements in this thread.
I also added an additional feature to it which is the quote expander, it will do that to any quote of which the height is more than 250 pixels.

Screenshots






Installation
  1. Download attached .zip file and unzip somewhere.
  2. Upload contents of the UPLOAD folder to the "images" folder of vBulletin.
  3. Import the .xml file in the IMPORT folder at AdminCP > Styles & Templates > Download / Upload Styles > Import Style XML File. Make sure to check "Ignore Style Version".

Change Log
v1.0.3: Fixed width of forum title being too big.

How to modify the footer?
Open the footer template and scroll down. You will see the divs that contain the hyperlinks, description and social media hyperlinks.

How to modify the logo?
Modify the "titleimage" style variable.
AdminCP > Styles & Templates > Style Manager > vBulletin Modern > Style Variable Editor > titleimage.

How to remove the quote expand functionality?
Modify the "showthread" template and scroll all the way down until you see the script that does this and remove it.

How to change the height of the quote expand functionality?
Modify the "showthread" template and scroll all the way down until you see the script that does this and modify all "250" to your desired height.

==
Like this theme and want to support me for more themes in the future? Donations of any amount are welcome.
Are you using this theme as a default theme on your forum? Post your forum link here, I'd love to check out your forum.

.

Download Now

File Type: zip modern v1.0.2.zip (704.3 KB, 350 views)
File Type: zip modern v1.0.3.zip (702.9 KB, 1150 views)

Show Your Support

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

Comments
  #122  
Old 06-02-2017, 01:27 PM
chloe101 chloe101 is offline
 
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
Hello Chloe!

Open the "additional.css" template for this style, and locate the selector:

HTML Code:
.postbit .posttitle, .postbitlegacy .title{
   display: none;
}
Now, to get the post titles to display, simply comment that out, like so:

HTML Code:
/*.postbit .posttitle, .postbitlegacy .title{
   display: none;
}*/
Now your post titles should display.
Thank you! That worked. I'm shocked it was something so simple. And apologies that I can't 'like' your reply. The software keeps insisting I must like someone else's post first (which I have) before I can like yours. The liking part of vb.org makes no sense to me but consider it liked with many many thanks
Reply With Quote
Благодарность от:
MarkFL
  #123  
Old 06-02-2017, 01:29 PM
chloe101 chloe101 is offline
 
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave View Post
No problem at all!
Follow Mark's lovely instructions and they should show up again.
They showed up immediately when I did. Thanks for sharing this awesome theme and thanks a ton for responsive support!
Reply With Quote
  #124  
Old 06-02-2017, 01:39 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dave, I want to confirm that this theme works on vB 4.2.5 as well...I noticed that version wasn't listed in the OP.
Reply With Quote
  #125  
Old 06-02-2017, 01:45 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
Dave, I want to confirm that this theme works on vB 4.2.5 as well...I noticed that version wasn't listed in the OP.
Thanks, added it to the list.
Reply With Quote
  #126  
Old 06-03-2017, 02:27 PM
chloe101 chloe101 is offline
 
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Can you please help me with this calendar issue on the blog page? The month and navigational tabs aren't visible and I'm not savvy enough to change them without messing up other items on the page.
Thanks
Attached Images
File Type: jpg CaptureCalendar.JPG (23.5 KB, 0 views)
Reply With Quote
  #127  
Old 06-03-2017, 02:58 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Chloe!

Open up the "additional.css" template and locate the selector:

HTML Code:
.blocksubhead a{
   color: #EEF6FF;
}
And change it to read:

HTML Code:
.blocksubhead a{
   color: #EEF6FF !important;
}
This will allow the intended color to override the CSS given elsewhere. The best I can tell the tabs to the left and right of the month name don't contain anything.
Reply With Quote
  #128  
Old 06-03-2017, 04:54 PM
chloe101 chloe101 is offline
 
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
Hello Chloe!

Open up the "additional.css" template and locate the selector:

HTML Code:
.blocksubhead a{
   color: #EEF6FF;
}
And change it to read:

HTML Code:
.blocksubhead a{
   color: #EEF6FF !important;
}
This will allow the intended color to override the CSS given elsewhere. The best I can tell the tabs to the left and right of the month name don't contain anything.
Hi Mark! That worked but it changed the font color in the navtabs of the blog sidebar also Is it possible to change it just for the calendar? Also, the tabs to the left and right were the < and > symbols to select previous/next month.... Everytime I think I finally understand vb styling, fate throws another brick lol.
Reply With Quote
  #129  
Old 06-03-2017, 05:11 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chloe101 View Post
Hi Mark! That worked but it changed the font color in the navtabs of the blog sidebar also Is it possible to change it just for the calendar? Also, the tabs to the left and right were the < and > symbols to select previous/next month.... Everytime I think I finally understand vb styling, fate throws another brick lol.
Okay, try changing the selector you previously changed to:

HTML Code:
th.blocksubhead a{
   color: #EEF6FF !important;
}
I'm not getting the "<>" symbols in any of my styles in the blog calendar at that location.
Reply With Quote
  #130  
Old 06-03-2017, 05:55 PM
chloe101 chloe101 is offline
 
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
Okay, try changing the selector you previously changed to:

HTML Code:
th.blocksubhead a{
   color: #EEF6FF !important;
}
I'm not getting the "<>" symbols in any of my styles in the blog calendar at that location.
Possibly because you have no entries in the calendar... because now it works great on mine Thank you! Again lol

Just to be clear, I changed that entry by adding the th. in front. Will that affect anything that's not using the th. in front. I'm sorry if this sounds like a silly question but it helps me learn. I would have assumed the two were 2 totally different rules.
Attached Images
File Type: jpg Capturecal.JPG (20.4 KB, 0 views)
Reply With Quote
  #131  
Old 06-03-2017, 05:59 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chloe101 View Post
Possibly because you have no entries in the calendar... because now it works great on mine Thank you! Again lol
I wondered if that might be the case, since the elements are there, but just blank on my dev site.

Quote:
Originally Posted by chloe101 View Post
Just to be clear, I changed that entry by adding the th. in front. Will that affect anything that's not using the th. in front. I'm sorry if this sounds like a silly question but it helps me learn. I would have assumed the two were 2 totally different rules.
That's a good point (not silly at all), and you might want to add a selector equivalent to what was there before you made any changes, that is, beneath your edited selector, add:

HTML Code:
.blocksubhead a{
   color: #EEF6FF;
}
That way Dave's original selector is still there, doing what it's supposed to do elsewhere.
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:40 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12713 seconds
  • Memory Usage 2,374KB
  • Queries Executed 28 (?)
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
  • (9)bbcode_html
  • (8)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (12)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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