View Full Version : Suite Style - vBulletin Modern Theme - By Technidev
Mark as installed = get support.
Information
This theme is based on the mock-ups (http://www.vbulletin.com/forum/forum/vbulletin-5-connect/vbulletin-5-connect-feedback/3947086-is-this-the-final-vb5-theme?p=3947100#post3947100) 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
https://vborg.vbsupport.ru/external/2016/02/16.png
https://vborg.vbsupport.ru/external/2016/02/17.png
https://vborg.vbsupport.ru/external/2016/02/15.png
Installation
Download attached .zip file and unzip somewhere.
Upload contents of the UPLOAD folder to the "images" folder of vBulletin.
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.
.
steviewonder44
02-08-2016, 04:13 PM
nice job looks modern and clean
Sedat Altay
02-08-2016, 05:24 PM
thanks
Troto
02-08-2016, 08:37 PM
Beautiful!!!!
billstelling
02-09-2016, 02:31 AM
Nice! I will install it when I get a chance and see what I can break.. lol
Max Taxable
02-09-2016, 02:44 AM
Appears to be a mistake in the upload directory, I have many images being called at:
/images/technidev/modern/
But the upload only gives us /images/technidev/
See waterfall here (http://www.webpagetest.org/result/160209_CJ_7D7/1/details/), click on any of the red entries.
Not a super big deal, for me anyway as i can create the "modern" directory and then upload all of the sub-directories into that, but thought you might like to know about this apparent oversight.
Appears to be a mistake in the upload directory, I have many images being called at:
/images/technidev/modern/
But the upload only gives us /images/technidev/
See waterfall here (http://www.webpagetest.org/result/160209_CJ_7D7/1/details/), click on any of the red entries.
Not a super big deal, for me anyway as i can create the "modern" directory and then upload all of the sub-directories into that, but thought you might like to know about this apparent oversight.
Fixed, uploaded new zip file. Thanks for the heads up.
TheLastSuperman
02-09-2016, 01:17 PM
Ahh this is the one you posted preview pics of not long ago, sweeeeeeeeeeeeeet :D.
Thanks for sharing Dave, downloading now will give it a test run on localhost later today.
No problem. :D
Please test and let me know if I overlooked something that has to be fixed.
MarkFL
02-09-2016, 05:18 PM
I installed this on my local dev site, and I must say it looks awesome! :)
So far it is playing nicely with all the products I have installed as well. :up:
The more I look, the more I like...and I will be sure to let you know if I find any issues.
Max Taxable
02-09-2016, 05:49 PM
Fixed, uploaded new zip file. Thanks for the heads up.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..
https://vborg.vbsupport.ru/external/2016/02/14.jpg
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?
MarkFL
02-09-2016, 05:59 PM
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..
https://vborg.vbsupport.ru/external/2016/02/14.jpg
I'm not experiencing that issue, the navbar displays correctly.
https://vborg.vbsupport.ru/attachment.php?attachmentid=154180&stc=1&d=1455047976
Max Taxable
02-09-2016, 06:01 PM
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?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.
Max Taxable
02-09-2016, 06:16 PM
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.
Elixar
02-10-2016, 01:50 AM
<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.
MarkFL
02-10-2016, 04:33 AM
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:
.logo-image{
margin-top: 10px;
margin-left: 15px;
}
and changing it to:
.logo-image img{
margin-top: 10px;
margin-left: 15px;
}
MarkFL
02-10-2016, 06:15 AM
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:
dl.stats dd{
color: {vb:stylevar shadow_color};
}
to
dl.stats dd{
color: {vb:stylevar secondarycontent_color};
}
Next, I notice the page control above the visitor messages has an unneeded top margin:
https://vborg.vbsupport.ru/attachment.php?attachmentid=154186&stc=1&d=1455091863
The fix for that is to add to "additional.css":
#view-visitor_messaging #above_postlist {
margin-top: 0;
}
I didn't want to edit the selector already being applied since it could break something elsewhere. :)
Paulski01
02-10-2016, 08:40 AM
This really is beautiful! Many thanks!
Thanks for the comments.
@MarkFL, thanks! I will apply it soon to the attachment.
Elixar
02-10-2016, 03:12 PM
Dave, any thoughts why when I restrict the style, it breaks?
Dave, any thoughts why when I restrict the style, it breaks?
I'm not sure, it's just like any other style that's released here. Does it work fine as a normal style that can be selected from the style list?
Elixar
02-10-2016, 03:47 PM
I'm not sure, it's just like any other style that's released here. Does it work fine as a normal style that can be selected from the style list?
Yep, it's just visible to the main Admin usergroup.
Uploaded a new version with some fixes thanks to MarkFL.
Also changed the avatar div background color of visitor messages on the profile page of members.
Yep, it's just visible to the main Admin usergroup.
Hmm I'm not sure then. :( Could be because of the plugin you're using?
MarkFL
02-10-2016, 05:34 PM
Hey Dave,
I have been testing this with vB 4.2.1, so you can add that version as verified if you want. :)
davidg
02-10-2016, 06:43 PM
Dave do you plan to port into vb3 ?
Dave do you plan to port into vb3 ?
Probably not, it will be quite some work to port it to vB3 and I also don't have the time to do so.
Elixar
02-11-2016, 01:26 AM
Uploaded a new version with some fixes thanks to MarkFL.
Also changed the avatar div background color of visitor messages on the profile page of members.
Hmm I'm not sure then. :( Could be because of the plugin you're using?
I'm not sure why this would conflict. :(
Max Taxable
02-11-2016, 02:19 AM
I Fixed my little unique issue elegantly I might say. Made the navbar BG match the CSS global BG and all is Joy. Reverted my earlier stylevar edit first.
https://vborg.vbsupport.ru/external/2016/02/13.jpg
Elixar
02-12-2016, 04:42 AM
Uploaded a new version with some fixes thanks to MarkFL.
Also changed the avatar div background color of visitor messages on the profile page of members.
Hmm I'm not sure then. :( Could be because of the plugin you're using?
It has to be the plugin, but what could cause it to break really?
Skyrider
02-12-2016, 07:19 AM
Here's a small background color issue with moderated posts/threads from moderation.php?do=viewposts&type=moderated (see attachment). It's quite unreadable (I've scrapped the text btw due to a few reasons). Color can be found at:
additional.css
.postbit, .postbitlegacy, .eventbit{
background: #3b4b5b;
}
Also, very nice style!
Paulski01
02-12-2016, 07:49 PM
Hi guys
I have the same issue and Skyrider (I think) but I'm gonna need somebody to help me explain in dummy terms how to fix it
https://vborg.vbsupport.ru/external/2016/02/11.png
Max Taxable
02-12-2016, 10:26 PM
Here's a small background color issue with moderated posts/threads from moderation.php?do=viewposts&type=moderated (see attachment). It's quite unreadable (I've scrapped the text btw due to a few reasons). Color can be found at:
additional.css
.postbit, .postbitlegacy, .eventbit{
background: #3b4b5b;
}
I get #e5e8eb for this.... You might try changing this to that.
Paulski01
02-13-2016, 08:11 PM
I get #e5e8eb for this.... You might try changing this to that.
Thank you sir!
Going to release another version tomorrow with some fixes, thanks for the (bug) reports and improvements so far.
Also noticed that whenever people use plugins which make use of the copyright template hook, it will mess up in the footer. Will also fix that.
Uploaded a new version.
Fixed footer copyright div which added padding under the footer.
Changed the sidebar styling a little bit.
Changed some background colors which caused some things to look weird.
Nirjonadda
02-15-2016, 02:15 PM
Does this style work with [DBTech] vBNavTabs - Navbar Tabs / Tab Management v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=274972)
Does this style work with [DBTech] vBNavTabs - Navbar Tabs / Tab Management v1 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=274972)
The second navbar will probably not display nicely, I think the other things should work and display fine.
Nirjonadda
02-15-2016, 03:45 PM
Can be fix second navbar show issue?
Will probably be quite some work, unfortunately I don't plan on making a bunch of changes just for one plugin. Sorry.
TheLastSuperman
02-15-2016, 08:10 PM
Dave, any thoughts why when I restrict the style, it breaks?
Every so often, and when I say every I mean RARE! I happen across a site and they request a custom style. So of course I set the style to not be select-able by members and yet it acts up for the admin account. So on those rare sites I actually just have it so they can use it I just never tell anyone a new style was installed - if they happen to see it then so be it otherwise hurry up and finish any edits then make it live and you're done ;).
Like I said it's rare, it could still be a plugin on your site I'm not sure since I don't know your plugins but I know from past experience that not all vB's allow admins to see the style properly if you edit the style and specify members can't use said style when using style chooser. IF your main settings is set to not allow members to switch between styles then that is the culprit - you would then need to aloow them to switch between styles AND edit each individual style to specify that it can't be used by members and only allow the few styles you do wish for them to see to actually be usable.
Blah Blah Blah, follow all that? Let me know if not :cool:.
Elixar
02-15-2016, 09:40 PM
Every so often, and when I say every I mean RARE! I happen across a site and they request a custom style. So of course I set the style to not be select-able by members and yet it acts up for the admin account. So on those rare sites I actually just have it so they can use it I just never tell anyone a new style was installed - if they happen to see it then so be it otherwise hurry up and finish any edits then make it live and you're done ;).
Like I said it's rare, it could still be a plugin on your site I'm not sure since I don't know your plugins but I know from past experience that not all vB's allow admins to see the style properly if you edit the style and specify members can't use said style when using style chooser. IF your main settings is set to not allow members to switch between styles then that is the culprit - you would then need to aloow them to switch between styles AND edit each individual style to specify that it can't be used by members and only allow the few styles you do wish for them to see to actually be usable.
Blah Blah Blah, follow all that? Let me know if not :cool:.
It has to do with that modification that allows you to restrict styles to certain user groups. Not sure why as it worked before I'm pretty sure.
Wmteknik
02-19-2016, 03:37 PM
pictures dead :(
msmith79
02-20-2016, 08:46 PM
Great theme Dave, thank you!
I have it installed and was hoping for some tips on switching the position of the "Threads / Posts" column with the "Last Post" column in forumhome view, and also the "Replies / Views" column with the "Last Post By" column in forumdisplay view.
Can you please point me in a direction to accomplish this? Much appreciated.
Elixar
02-24-2016, 05:12 AM
It has to do with that modification that allows you to restrict styles to certain user groups. Not sure why as it worked before I'm pretty sure.
Bump.
Bump.
I'm not sure what's causing your problem. :( I haven't done anything unusual to the style which breaks plugins.
Elixar
02-25-2016, 03:34 PM
I'm not sure what's causing your problem. :( I haven't done anything unusual to the style which breaks plugins.
I just find it weird since this is the only theme that has broken, and when it does break, it actually switches everything over to the default theme.
not working for 4.2.3...
Why not? I have it running on my forum which uses 4.2.3.
Gerritje64
02-29-2016, 02:52 PM
Very nice template thanks.
No problems on 4.2.4 Beta 1
concepts
03-04-2016, 03:33 PM
Question if you don't mind. I would like to use that "Replies/Views" design you have on the style here. Would you mind letting me know how I can implement that?
Question if you don't mind. I would like to use that "Replies/Views" design you have on the style here. Would you mind letting me know how I can implement that?
If you have some CSS knowledge you can take a look at the element and copy its CSS. I can't remember if that's all you have to do though.
TheAdminMarket
03-07-2016, 04:58 PM
Hello Dave,
Nicelly done. My congrats. I've a question. Unless if I'm missing something, in your screenshots appears an "Expand" in quotes most probably to show the full text.
I've added some long tests and post quotes but still the full text appears there without the Expand link.
Gerritje64
03-07-2016, 05:28 PM
Hello Dave,
Nicelly done. My congrats. I've a question. Unless if I'm missing something, in your screenshots appears an "Expand" in quotes most probably to show the full text.
I've added some long tests and post quotes but still the full text appears there without the Expand link.
https://vborg.vbsupport.ru/showthread.php?t=321756
:)
In Omnibus
03-07-2016, 10:14 PM
This is a really nice style. I have one small issue. The social media icons are not displaying in the footer. The image icons are in the exact folder path in the XML and the folder is CHMOD 0777. Any thoughts on what might be causing the issue?
Hello Dave,
Nicelly done. My congrats. I've a question. Unless if I'm missing something, in your screenshots appears an "Expand" in quotes most probably to show the full text.
I've added some long tests and post quotes but still the full text appears there without the Expand link.
Hmm, are you sure the JavaScript that does this is present in the showthread template?
This is a really nice style. I have one small issue. The social media icons are not displaying in the footer. The image icons are in the exact folder path in the XML and the folder is CHMOD 0777. Any thoughts on what might be causing the issue?
Open up the developer tools using F12 in Chrome and then refresh the page, check the console tab and see if there are any red errors. Paste them here and I can check what's wrong.
Hasann
03-14-2016, 11:54 AM
I like it
Installed.
In Omnibus
03-17-2016, 01:51 AM
Open up the developer tools using F12 in Chrome and then refresh the page, check the console tab and see if there are any red errors. Paste them here and I can check what's wrong.
As it turns out, it's a browser issue with Firefox and not an issue with the style itself.
Perditious
04-16-2016, 07:35 AM
Hello Dave,
this theme is indeed very refreshing, but there are some points in my eyes that still need to be corrected.
See the image: https://vborg.vbsupport.ru/ (http://www.imgdumper.nl/uploads9/571203e7eef1e/571203e7d8007-Technidev_Modern_Theme.jpg)
The picture I made via http://projects.technidev.com/forum.php?styleid=7
Hello Dave,
this theme is indeed very refreshing, but there are some points in my eyes that still need to be corrected.
See the image: http://www.imgdumper.nl/uploads9/571203e7eef1e/571203e7d8007-Technidev_Modern_Theme.thumb.jpg (http://www.imgdumper.nl/uploads9/571203e7eef1e/571203e7d8007-Technidev_Modern_Theme.jpg)
The picture I made via http://projects.technidev.com/forum.php?styleid=7
Didn't even notice that for some reason, will fix it soon.
Edit: uploaded new version which will fix the bug.
Perditious
04-16-2016, 08:04 AM
Great and fast service.
Thank you.
Hasann
04-16-2016, 08:17 PM
this style is so cool Dave :)
juggler
05-19-2016, 01:18 AM
Dave, thanks for your work on this.
I'm curious, what are the OneNote Table Of Contents.onetoc2 files for?
Also, should there be blank index.html files in like ./footer and ./icons etc.?
Dave, thanks for your work on this.
I'm curious, what are the OneNote Table Of Contents.onetoc2 files for?
Also, should there be blank index.html files in like ./footer and ./icons etc.?
That file isn't used, probably copied it by accident into the release files.
And yes, you can upload a blank index.html file in those folders in case you have public directory listing enabled. (Which should be disabled)
juggler
05-19-2016, 04:29 PM
That file isn't used, probably copied it by accident into the release files.
And yes, you can upload a blank index.html file in those folders in case you have public directory listing enabled. (Which should be disabled)
OK, thanks.
nice and clean, I'm just making some changes to it now....
juggler
05-20-2016, 02:07 AM
I'm finding that the tabs in the user profile are all washed out. Yes, there are two tabs beside "my activity" and User profile customization is turned off. How do I fix this?
https://vborg.vbsupport.ru/external/2016/05/1.gif
(updated with a better screen snippet)
juggler
05-20-2016, 06:08 PM
I'm seeing the following error messages in the logs after viewing a member's page:
File does not exist: .../forums/images/site_icons/arrow_readmore_left.png, referer: http://www.xxxxxx.com/forums/css.php?styleid=9&langid=1&d=1463774465&td=ltr&sheet=activitystream.css,sidebar. css,forumbits.css,postbit.css,postbit-lite.css,showthread.css,member.css,user,2212
File does not exist: .../forums/images/technidev/modern/misc/progress3.gif, referer: http://www.xxxxxx.com/forums/member.php?9999-xxxxxx
juggler
05-23-2016, 03:52 PM
I made the page fixed width in keeping with current trends. Now the forum description on the the home page extends into the RSS icon column. Also, on the search results page the last post date/time is chopped and the forum links are truncated.
Having already clicked installed since installation, how do I get support?
I try to provide support when I can.
Unfortunately my study, work and moving into a new place is consuming all of my time at the moment. :(
juggler
05-23-2016, 04:04 PM
I try to provide support when I can.
Unfortunately my study, work and moving into a new place is consuming all of my time at the moment. :(I get you, I understand. I was hoping some of the other more knowledgeable members would chip in.
vbul.org
05-30-2016, 05:22 PM
cool theme. Thank u Dave.
cool theme. Thank u Dave.
Thanks.
I appreciate it if you do not remove the URL in the footer that links to my site. (The footer at vbul.org)
ExTreMe
06-09-2016, 08:47 PM
thanks very nice theme used it
tme_power
06-19-2016, 08:34 AM
Brilliant! I've always wanted some styles like this, just because it simple yet beautiful.
bo rayan
07-12-2016, 11:46 AM
Looks amazing!
Does it support RTL?
Looks amazing!
Does it support RTL?
Not sure, I have not tested that feature.
TheLastSuperman
07-12-2016, 08:29 PM
Not sure, I have not tested that feature.
^ In theory it should, so long as you didn't make any specific rtl changes i.e. edit any conditionals corresponding to it and so long as you didn't specifically make float:left/right or align:left/right changes ;). So with that said if you don't remember doing that, all the default RTL code should work fine when switched to :cool:.
mframe90
07-23-2016, 03:59 AM
This doesn't appear to work with articles?
Would it be possible to make it?
mframe90
07-23-2016, 04:20 AM
Also would it be possible to make this "Fixed"
alessi
07-27-2016, 07:48 PM
thanks very nice!
illusioN-tEk
07-27-2016, 08:58 PM
very nice theme! anyway to change the color?
webmastersun
07-28-2016, 02:17 AM
I like navigation bar, it looks cool, it was one my ideas that I was going to make for my forums in the past. Now you do it. Good job!
forexjoker
09-07-2016, 01:02 PM
Nice Skin! Great Job!
Perditious
10-03-2016, 12:03 PM
Hello Dave,
I installed the theme (latest download) and there occurs something strange:
https://vborg.vbsupport.ru/external/2016/10/10.jpg (http://www.imgdumper.nl/uploads9/57f26500684f5/57f265005aa3d-Modern_Theme.png)
How to repair this?
Another question:
What about fixed width for 24" monitors or greater?
kartheekb
12-18-2016, 09:52 AM
VB 4.3 not working
Update:
Worked after changing Version number in XML
Paul M
12-19-2016, 11:30 AM
VB 4.3 not working
There is no such thing as vB 4.3
chloe101
01-28-2017, 04:21 PM
This is a gorgeous theme! Thank you for sharing it
This is a gorgeous theme! Thank you for sharing it
Glad you like it. :)
SteadyIO
02-25-2017, 09:26 PM
Glad you like it. :)
Hi Dave! is there a way to change the color?
Hi Dave! is there a way to change the color?
Shouldn't be too hard, check the style variable editor and the additional.css template.
naveed.lodhi
02-27-2017, 07:54 PM
Hi, Sorry for asking, is it responsive? As there is no demo
Hi, Sorry for asking, is it responsive? As there is no demo
No, it is not full responsive nor mobile friendly like 99.9% of all other vBulletin themes. :)
SteadyIO
02-27-2017, 11:20 PM
Shouldn't be too hard, check the style variable editor and the additional.css template.
Thank you so much Dave! I will try my best to do this but if I fail I might have to contact you for some work. Can I PM you if need be?
Thank you so much Dave! I will try my best to do this but if I fail I might have to contact you for some work. Can I PM you if need be?
Certainly, or email me (check my signature for my email address.)
vimarc
03-14-2017, 07:30 PM
Live demo of the style with modificaiton..
Demo (http://www.topcelebforum.com/forum.php)
vimarc
03-15-2017, 02:18 PM
Blockquote CSS is not working?
MarkFL
03-15-2017, 06:37 PM
Blockquote CSS is not working?
Yesterday I installed this style on a site with which I just became involved (they love this style btw), and the quotes are working fine as far as I can tell. :confused:
vimarc
03-16-2017, 07:51 AM
Yesterday I installed this style on a site with which I just became involved (they love this style btw), and the quotes are working fine as far as I can tell. :confused:
After made lot of changes for hours and it is working fine for me now
checkout here
http://www.topcelebforum.com/threads/10-RULES-Must-Read!-(TCF)/page2
Flipfloptrader
04-28-2017, 10:58 AM
Hi Dave,
Receiving this notice in admincp..
You can just dismiss that notification.
Flipfloptrader
04-28-2017, 11:59 AM
Can't like your post but thanks.
Last one for now...more of an OCD thing but in chrome the options box drags down. Firefox and IE are fine but 65% of my users (lol about 6 then) are on chrome.
Edited to add, using as default with some add ons at https://flipfloptrader.com
Trying to work out how to get the options box to display horizontally and not vertical.
Areku
04-28-2017, 03:01 PM
Good job thanks for sharing!
In Omnibus
05-11-2017, 09:12 AM
Works with 4.2.5
GhostHunter2010
05-11-2017, 07:35 PM
looks good thx for sharing how can i change google links on footer thx
looks good thx for sharing how can i change google links on footer thx
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.
Termure
05-12-2017, 05:25 AM
hello Dave,
where can i remove duplicate titles, and the colour text of the online members status.
https://ibb.co/iQfQo5
https://ibb.co/iQfQo5
hello Dave,
where can i remove duplicate titles, and the colour text of the online members status.
https://ibb.co/iQfQo5
https://vborg.vbsupport.ru/external/2017/05/3.jpg
I assume a plugin or something like that is causing this, I have not seen this problem before.
Termure
05-12-2017, 11:41 AM
its fresh install, no plugin is installed, i can give u info to check if you want
MarkFL
05-12-2017, 12:13 PM
I assume a plugin or something like that is causing this, I have not seen this problem before.
I've installed this style on quite a few sites, and I've not seen any issue like that anywhere either. :)
Termure
05-12-2017, 01:16 PM
yeah, i have it too on 2 other domains and no probs with 4.2.3
on this fresh install all i got is this
Default Style
SHOWTHREAD
Default Template Updated in vBulletin 4.2.3 Beta 4 by vBulletin Solutions
Your Custom Template Last Edited in vBulletin 4.2.2 by Dave
MarkFL
05-12-2017, 01:21 PM
Dave, I've been meaning to bring to your attention a minor issue with the "postbit_legacy" template...when a user has no avatar, then their user rank(s) don't display. This is cause by a misplaced "</vb:if>" tag in that template. Once you inspect that part of the template, I'm sure you'll see what I mean. :)
Termure
05-12-2017, 01:28 PM
solved it!
:) gj with the template btw, i really like it cause is simple/business/fast/sexy
Flipfloptrader
05-14-2017, 08:50 AM
looks good thx for sharing how can i change google links on footer thx
As per instructions, edit your footer template.
GhostHunter2010
05-14-2017, 01:38 PM
thx i tested but i prefer to stay by deafult :) cheers
great theme, tweaked it a little for my own site
http://www.staffs-vw.co.uk/forum.php
great theme, tweaked it a little for my own site
http://www.staffs-vw.co.uk/forum.php
All I see is the default vBulletin theme, thanks for the share though. :up:
chloe101
06-02-2017, 04:19 AM
I hope this can be fixed because I love this theme however, I've noticed a small problem with post titles. Many of my users use the advanced editor and fill out the title field before writing a post. In the threaded and hybrid views, both the title and the text in the post show but when you switch to the flat view, the title text gets stripped. Attached are two snapshots. One is how it should be using a different skin and the second shows the title stripped in flat view using Modern. I hope this isn't a big thing to fix because I really love this theme. And I really hope this isn't an embarrassing problem one of my customizations caused. If so, I apologize in advance.
MarkFL
06-02-2017, 06:45 AM
I hope this can be fixed because I love this theme however, I've noticed a small problem with post titles. Many of my users use the advanced editor and fill out the title field before writing a post. In the threaded and hybrid views, both the title and the text in the post show but when you switch to the flat view, the title text gets stripped. Attached are two snapshots. One is how it should be using a different skin and the second shows the title stripped in flat view using Modern. I hope this isn't a big thing to fix because I really love this theme. And I really hope this isn't an embarrassing problem one of my customizations caused. If so, I apologize in advance.
Hello Chloe! :)
Open the "additional.css" template for this style, and locate the selector:
.postbit .posttitle, .postbitlegacy .title{
display: none;
}
Now, to get the post titles to display, simply comment that out, like so:
/*.postbit .posttitle, .postbitlegacy .title{
display: none;
}*/
Now your post titles should display. :cool:
I hope this can be fixed because I love this theme however, I've noticed a small problem with post titles. Many of my users use the advanced editor and fill out the title field before writing a post. In the threaded and hybrid views, both the title and the text in the post show but when you switch to the flat view, the title text gets stripped. Attached are two snapshots. One is how it should be using a different skin and the second shows the title stripped in flat view using Modern. I hope this isn't a big thing to fix because I really love this theme. And I really hope this isn't an embarrassing problem one of my customizations caused. If so, I apologize in advance.
No problem at all!
Follow Mark's lovely instructions and they should show up again. :)
chloe101
06-02-2017, 01:27 PM
Hello Chloe! :)
Open the "additional.css" template for this style, and locate the selector:
.postbit .posttitle, .postbitlegacy .title{
display: none;
}
Now, to get the post titles to display, simply comment that out, like so:
/*.postbit .posttitle, .postbitlegacy .title{
display: none;
}*/
Now your post titles should display. :cool: 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 :)
chloe101
06-02-2017, 01:29 PM
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!
MarkFL
06-02-2017, 01:39 PM
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. :)
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.
chloe101
06-03-2017, 02:27 PM
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
MarkFL
06-03-2017, 02:58 PM
Hello Chloe! :)
Open up the "additional.css" template and locate the selector:
.blocksubhead a{
color: #EEF6FF;
}
And change it to read:
.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.
chloe101
06-03-2017, 04:54 PM
Hello Chloe! :)
Open up the "additional.css" template and locate the selector:
.blocksubhead a{
color: #EEF6FF;
}
And change it to read:
.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.
MarkFL
06-03-2017, 05:11 PM
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:
th.blocksubhead a{
color: #EEF6FF !important;
}
I'm not getting the "<>" symbols in any of my styles in the blog calendar at that location.
chloe101
06-03-2017, 05:55 PM
Okay, try changing the selector you previously changed to:
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.
MarkFL
06-03-2017, 05:59 PM
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.
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:
.blocksubhead a{
color: #EEF6FF;
}
That way Dave's original selector is still there, doing what it's supposed to do elsewhere. :)
chloe101
06-03-2017, 06:21 PM
I wondered if that might be the case, since the elements are there, but just blank on my dev site.
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:
.blocksubhead a{
color: #EEF6FF;
}
That way Dave's original selector is still there, doing what it's supposed to do elsewhere. :)
Thank you! It feels slightly good to know that despite all my novice-level questions, I may be catching on and learning. Thanks for all your patience and your explanations :)
thoffmann
10-22-2017, 12:35 PM
I'm finding that the tabs in the user profile are all washed out. Yes, there are two tabs beside "my activity" and User profile customization is turned off. How do I fix this?
https://vborg.vbsupport.ru/external/2016/05/1.gif
(updated with a better screen snippet)
Same Problem here! I am on 4.2.5
Please get a fix :):confused:
thoffmann
10-22-2017, 12:38 PM
https://vborg.vbsupport.ru/external/2017/10/3.png
Have the strange problem that the bookmark icons are not being displayed. Any tip what i can try to get them displayed?
thoffmann
11-19-2017, 01:03 PM
Anyone? Please.
Bit hard to say without a link to the page that has this problem so I can take a look and see what's going wrong.
artcrimes
03-07-2018, 10:19 AM
Woow very clean theme. Support lates vbulletin 4?
Thank you.
Woow very clean theme. Support lates vbulletin 4?
Thank you.
Yes, it should support the latest vBulletin 4 version.
Hello.
Great style!
I was install yesterday, work all good, but in postbit I have a little problem that I can't resolved.
I use the thanks mod, in te image that I attach, in postbil, thanks given I can't align to left like the others fields.
Its possible fixed this?
Thanks and regards.
Hi (again :) )
I can't solved the issue indicate in my last post, but I solved installin other mod for thanks (and I imported the thanks to new mod, also, I like more this new mod of dbtech) :)
Today I go to set this style by default at my site (this last days I was some modifications), but I have the same problem that indicate juggler and thoffmann, in User Profile don't view the tabs , if move mouse can click, but don't view...
Its possible some fix for this?
Again, thank you very much.
I'm finding that the tabs in the user profile are all washed out. Yes, there are two tabs beside "my activity" and User profile customization is turned off. How do I fix this?
https://vborg.vbsupport.ru/external/2016/05/1.gif
(updated with a better screen snippet)
Same Problem here! I am on 4.2.5
Please get a fix :):confused:
I don't edit my last reply, post new reply because are other issue (do not get mad at me :) )
I was set default this style from 2 days ago, really, cool style, the users are very happy with this style.
But some users are detect a some "issue" that I don't was view (before post this my last 2 post I read all this thread).
When you click in the nick of some user and click in view posts go to results search pages of her posts but...only appears the title of thread and if you click, go to first page of this thread, not to the post on this user was post.
Also, if you made search by user.
In default vb (or others styles) this result page search appears same but with the title of the thread (and if you click also, go to forst page of the thread) and the link for go to the post of the user in this thread (post made by the user).
I attach 2 images.
The first image is with this style.
The second is with vb default, in this image I input 1 and 2 numbers, 1 is the link to first post of the thread, second link is to the post that the user was post in this thread.
I've been looking for templates for hours and I'm not able to find the template that generates this.
If you could tell me what template it is, I would try to solve it myself.
Thanks in advance.
MarkFL
03-27-2019, 02:37 AM
Hi (again :) )
I can't solved the issue indicate in my last post, but I solved installin other mod for thanks (and I imported the thanks to new mod, also, I like more this new mod of dbtech) :)
Today I go to set this style by default at my site (this last days I was some modifications), but I have the same problem that indicate juggler and thoffmann, in User Profile don't view the tabs , if move mouse can click, but don't view...
Its possible some fix for this?
Again, thank you very much.
As I indicated by PM, I have already applied this CSS to your site, but I wanted to post it for others. For these issues, add the following to your "additional.css" template for this style:
dl.as-tabs dd:not(.selected) a {
color: #3e3e3e !important;
}
dl.as-tabs dd:not(.selected) a:hover {
color: #7e7e7e !important;
}
.activitystream_block dd, dd.userprof_moduleinactive {
border: 1px solid #3e3e3e !important;
margin-bottom: -2px;
}
.activitystream_block dd, dd.userprof_moduleinactive:hover {
background: #dddddd;
}
.activitystream_block dd, dd.userprof_moduleinactive a {
color: #3e3e3e !important;
}
As I indicated by PM, I have already applied this CSS to your site, but I wanted to post it for others. For these issues, add the following to your "additional.css" template for this style:
dl.as-tabs dd:not(.selected) a {
color: #3e3e3e !important;
}
dl.as-tabs dd:not(.selected) a:hover {
color: #7e7e7e !important;
}
.activitystream_block dd, dd.userprof_moduleinactive {
border: 1px solid #3e3e3e !important;
margin-bottom: -2px;
}
.activitystream_block dd, dd.userprof_moduleinactive:hover {
background: #dddddd;
}
.activitystream_block dd, dd.userprof_moduleinactive a {
color: #3e3e3e !important;
}
Thank you very much MarkFL!
Really fantastic, now, this style its perfect for me, all work fine, fantastic look...but whit your help.
Without your help, it would not have been possible ...
Again, I can not give the thanks button in your post :)
Thank you very much for all your hard work!
Scyther
01-08-2020, 05:25 AM
Looks great. How do I get rid of your copyright?
Looks great. How do I get rid of your copyright?
I think it is not good to get rid of copyright, he is the one who made the theme and therefore puts copyright. Copyright must always be left.
Hello.
I think that I have a problem with this style.
All work fine but...I have cloudflare, always I was think the problem is in cloudflare but...when I change the style (for the default for example) I don't have this problem, only have the problem with this style.
The problem lies in, many times, in the main page box to enter username and password, when clicking, the text is not deleted (you have to delete it "by hand") and when entering username and password and login, it gives error login, on that next page (the error page) if you can login correctly
On the other hand, when I am in a forum and I mark several topics to move them, delete them ... etc ... the lower moderation dialog, where it indicates how many topics you have selected mark me 0 and sometimes mark me the selected ones but when I click on move , it tells me that I have not selected any message.
In the private message tray, the same thing happens, I mark some, but it always indicates that I have marked 0, yes, here it allows me to delete.
I hope I have explained myself well, it is a difficult error to explain, but that has forced me to pause cloudflare because users have login problems (and I have moderation).
Thanks in advance.
paulnicholson
01-31-2020, 06:12 AM
Firstly, thank you very much for this style - it looks great!
I just need some tweaks to fix a couple of bugs:
The Facebook Like and Share buttons are floating off the screen in this style in each thread. How do I fix this please?
Also, there are some places such as the profile section and articles section in which the buttons are white with white writing so no text is visible. How can I fix these please?
Hello.
I think that I have a problem with this style.
All work fine but...I have cloudflare, always I was think the problem is in cloudflare but...when I change the style (for the default for example) I don't have this problem, only have the problem with this style.
The problem lies in, many times, in the main page box to enter username and password, when clicking, the text is not deleted (you have to delete it "by hand") and when entering username and password and login, it gives error login, on that next page (the error page) if you can login correctly
On the other hand, when I am in a forum and I mark several topics to move them, delete them ... etc ... the lower moderation dialog, where it indicates how many topics you have selected mark me 0 and sometimes mark me the selected ones but when I click on move , it tells me that I have not selected any message.
In the private message tray, the same thing happens, I mark some, but it always indicates that I have marked 0, yes, here it allows me to delete.
I hope I have explained myself well, it is a difficult error to explain, but that has forced me to pause cloudflare because users have login problems (and I have moderation).
Thanks in advance.
Any iddea about this?
I contact with CloudFlare and not know what happens, I think that I have this problem only with this theme and I have create a video with the issue. At the moment, I don't use CloudFlare for this reasson.
Thanks and regards!!!!
Edit: It's something that happens to me often ....
I have spent some time or many days looking for information on this problem, just posting again, a few minutes later I find the solution ...
The problem lies in CloudFlare (or a section of CloudFlare with this theme): Disabling the Rocket Loader option in CloudFlare, the problem has disappeared and it works perfectly now.
Greetings.
sebil
05-08-2020, 12:48 PM
awesome style
one of the best
Harris1
10-19-2020, 03:25 PM
Hi do i remove all the footer pls. or how do i edit all the content on it
Hi do i remove all the footer pls. or how do i edit all the content on it
For edit, you need edit the template of footer.
Harris1
10-20-2020, 06:08 PM
For edit, you need edit the template of footer.
Do you know exactly what part of the footer code i need to remove pls
For edit, you need edit the template of footer.
Remove not, edit.
If you remove this template....bad iddea...
Harris1
10-21-2020, 04:34 AM
Remove not, edit.
If you remove this template....bad iddea...
So what part of the code do i edit or do i remove the whole templet
So what part of the code do i edit or do i remove the whole templet
You can't remove the whole template, you can edit, the text in template, the links the colours...etc...but you can't remove.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.