vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - S9 Nova | Dark Professional Premium Theme (https://vborg.vbsupport.ru/showthread.php?t=287728)

stefano9lli 09-20-2013 08:00 AM

Quote:

Originally Posted by thenashy (Post 2446818)
Getting a security token error since the most recent update. Any idea how to fix?

This is when marking forums read.

With 4.2.2?

thenashy 10-24-2013 04:03 AM

I just wanted to post what we've turned this theme into with our forum.

www.broncoshq.com

We're very happy with the results from a very good base theme in S9. We will use this for around two rugby league seasons, with a few minor design refreshes in that time.

Thanks very much for the theme.

darnstrong 10-26-2013 02:09 AM

I can't get this to work with 4.2.2, its says the version is incorrect... is there away around this? or am I SOL?

ozzy47 10-26-2013 02:13 AM

You can select ignore version when you import it, but who knows if it will be compatible with 4.2.2

darnstrong 10-26-2013 02:19 AM

Yeah I tired that, it was missing all the icons... oh well the search is on for something else nice LOL..Thanks

ozzy47 10-26-2013 02:29 AM

Did you upload them from the zip file?

darnstrong 10-26-2013 03:24 AM

Quote:

Originally Posted by ozzy47 (Post 2456329)
Did you upload them from the zip file?



Yeah I followed all the instructs in the Read me... IDK what I am doing wrong, every theme I try is the same thing, no icons, and the banner doesn't show up either... weird..

K4GAP 10-26-2013 07:52 AM

Quote:

Originally Posted by darnstrong (Post 2456339)
Yeah I followed all the instructs in the Read me... IDK what I am doing wrong, every theme I try is the same thing, no icons, and the banner doesn't show up either... weird..

It is very obvious to me that you don't have the proper image path either set or they have been uploaded to the wrong place. Otherwise it would show the images. There's really not much else it could be.

darnstrong 10-26-2013 02:51 PM

Quote:

Originally Posted by GaryT (Post 2456361)
It is very obvious to me that you don't have the proper image path either set or they have been uploaded to the wrong place. Otherwise it would show the images. There's really not much else it could be.


It's not rocket science, I followed the instruts and UL the folder, it told me too, In the VB folder it told me to, the only thing that was not clear was do I UL the folder itself, or just the contents, but if I UL just the contents, how will VB know where to grab what it needs?...:erm:

K4GAP 10-26-2013 08:26 PM

Quote:

Originally Posted by darnstrong (Post 2456416)
It's not rocket science, I followed the instruts and UL the folder, it told me too, In the VB folder it told me to, the only thing that was not clear was do I UL the folder itself, or just the contents, but if I UL just the contents, how will VB know where to grab what it needs?...:erm:

What would it hurt to try both ways? I used this style before and I don't recall anything unusual about the file structure.

stefano9lli 11-01-2013 01:16 PM

Update for 4.2.2 is coming ;)

jfuchs 11-07-2013 04:12 PM

Hi,
I have a problem with this style.
The install does work, but the style is not shown.
I use a UTF-8 Forum with "$config['Mysqli']['charset'] = 'utf8';" and UTF-8 Language Files.

Any idea what the problem is?
I tried different Styles but only this one doesn't work :(

Regard jfuchs

thenashy 11-15-2013 05:47 AM

When it's released. How do you update a theme without losing all the changes we've made? I've never attempted it out of worry that we'll lose all of our work.

fortforum 11-18-2013 09:35 PM

Quote:

Originally Posted by stefano9lli (Post 2457671)
Update for 4.2.2 is coming ;)

Very nice if it did. I love this theme.

I would, however, like to change the tilting logo. Is that possible? I looked for the code but i failed finding it.

nxtgen 11-19-2013 09:38 PM

Awesome style! Thanks

davidg 12-02-2013 01:02 PM

waiting for the update :-)

lordicon2001 01-11-2014 02:22 AM

I am creating a new Battlefield 4 website and using your theme as my layout for our forum section, I am trying to change the theme to match our main sites layout however I have ran into an issue. I am looking to change the color of the transparent box behind the threads. Where would I do this? Here is an image to what I am talking about and thanks in advance.

https://vborg.vbsupport.ru/external/2014/01/42.png

Also before I forget, I have tried to change the blue button in the navbar with no luck. Also trying to add an image to display on hover for the navbar.

Please help a.s.a.p. I am in need...

peugeot405 01-11-2014 08:36 AM

to change the blue button:
  • in admin cp got to style manager
  • select Style Variable Editor
  • scroll down until you see navbar
  • change Selected Navigation Bar Tab Background

lordicon2001 01-11-2014 08:52 AM

Quote:

Originally Posted by peugeot405 (Post 2473578)
to change the blue button:
  • in admin cp got to style manager
  • select Style Variable Editor
  • scroll down until you see navbar
  • change Selected Navigation Bar Tab Background

Have already tried this and it does not change.

peugeot405 01-11-2014 08:55 AM

what's the link to the site?



Code:

check additional.css for following code:

.navtabs li.selected a.navtab {


}


lordicon2001 01-11-2014 09:08 AM

Quote:

Originally Posted by peugeot405 (Post 2473583)
what's the link to the site?



check additional.css for following code:

.navtabs li.selected a.navtab {


}

Yep you found that
.navtabs li.selected a.navtab
{
background: #1E1E1E; /* Old browsers */
background: -moz-linear-gradient(top, #4384b7 0%, #055b9f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4384b7), color-stop(100%,#055b9f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4384b7 0%,#055b9f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4384b7 0%,#055b9f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4384b7 0%,#055b9f 100%); /* IE10+ */
background: linear-gradient(to bottom, #4384b7 0%,#055b9f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4384b7', endColorstr='#055b9f',GradientType=0 ); /* IE6-9 */

}

However I still need to know where I can change the transparent background behind the threads. I am looking in the additional.css now but not sure what to look for

peugeot405 01-11-2014 09:09 AM

what's the link to site?

lordicon2001 01-11-2014 09:17 AM

I took all links out of my image posted above because the site is private use and I do not allow anyone on it until its 100% finished. Its only currently installed on localhost. In other words my local pc with apache

peugeot405 01-11-2014 09:20 AM

I did found your site ;).

in additional.css look for following code:

Code:

.body_wrapper {
    background: none repeat scroll 0 0 rgba(64, 64, 64, 0.5) !important;
    border: 1px solid #333333;
}


lordicon2001 01-11-2014 09:41 AM

Thanks for all your help that works.

peugeot405 01-11-2014 09:43 AM

no problem.

maxwolfie13 03-11-2014 09:30 AM

Has anyone made a red version of out this theme yet? :)

Replicators 03-16-2014 02:08 AM

I wish skin developers would start making mobile skins to compliment the forum skin.

NeoDio 03-30-2014 10:15 PM

Great template!! Congratz!

djvj 04-24-2014 08:08 AM

Quote:

Originally Posted by stefano9lli (Post 2457671)
Update for 4.2.2 is coming ;)

What's the status on this?

Kesha 04-29-2014 04:38 PM

Quote:

Originally Posted by djvj (Post 2494430)
What's the status on this?

I'd like to know as well. This is one of my favorite skins that I can't use right now, specifically because of this.

broncoshq 09-07-2014 02:21 AM

Is there anyway to easily make this design fluid? We have it heavily modified and would like to make some changes if possible.

ravenfaust 01-23-2015 11:02 PM

where is the updated theme? 4.2.1

Hillming 08-13-2015 06:08 AM

Great theme, love it!

broncoshq 02-18-2016 07:51 AM

This theme is still going strong on the latest version.

Ours looks nothing like it now though, haha.

Innsomnimaniac 03-16-2016 12:08 AM

Is there a way to set the background to rotate every little bit?


All times are GMT. The time now is 01:02 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.01370 seconds
  • Memory Usage 1,791KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete