The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Modern Theme - By Technidev Details »» | |||||||||||||||||||||||||||||
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
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
Show Your Support
|
11 благодарности(ей) от: | ||
davidg, Hasann, In Omnibus, MarkFL, puertoblack2003, RichieBoy67, rodriiverduguez, Shadowser, TheAdminMarket, TheLastSuperman, z3r0 |
Comments |
#12
|
||||
|
||||
That was the ticket - although I fixed this myself by creating the "modern" folder on the server the script was calling for, and uploaded the images there.
One little gripe and might be just me - but we cannot see the navbar options until we hover over them. Navbar is just white with white type for the options, until we hover, and only the ones that have a hover are ever visible.. |
#13
|
|||
|
|||
That's weird, it doesn't show like that to me on a default vBulletin installation with the theme installed.
Do you know what class is making it turn white? |
#14
|
||||
|
||||
Quote:
|
#15
|
||||
|
||||
I think because my default theme is dark, and you're calling the same stylevar there? Pretty sure this is just me and I just need to dig around and see what I can work out.
|
#16
|
||||
|
||||
I changed stylevar 'navbar_link_color' to #2b5071 and that got me my options visible, but now when we hover we lose the link color in the BG.
|
#17
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=95910" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=95910</a>
As soon as I restricted this style to a usergroup, the theme ended up breaking pretty much and has all the links, but reverted to the default style. |
#18
|
||||
|
||||
Hey Dave,
I noticed that when clicking the "Top" link at the bottom of the page, you are not quite taken to the top of the page. The "margin-top: 10px;" attribute applied to the anchor tag containing the logo image is the culprit. If that CSS is applied to the image within the anchor tag instead, then it works correctly and looks the same. This involves locating the selector in the "additional.css" template: HTML Code:
.logo-image{ margin-top: 10px; margin-left: 15px; } HTML Code:
.logo-image img{ margin-top: 10px; margin-left: 15px; } |
#19
|
||||
|
||||
Here are a couple of other changes I recommend:
ON user profile pages, the text within <dd></dd> elements is too light. I changed (in "additional.css") the following selector: HTML Code:
dl.stats dd{ color: {vb:stylevar shadow_color}; } HTML Code:
dl.stats dd{ color: {vb:stylevar secondarycontent_color}; } The fix for that is to add to "additional.css": HTML Code:
#view-visitor_messaging #above_postlist { margin-top: 0; } |
Благодарность от: | ||
Dave |
#20
|
|||
|
|||
This really is beautiful! Many thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|