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 - Avenger Blue Style by TheLastSuperman (https://vborg.vbsupport.ru/showthread.php?t=269253)

TheLastSuperman 02-18-2014 01:46 AM

Quote:

Originally Posted by ozzy47 (Post 2481954)
Mike, should you do decide to include it, I am sure there is a better way to do it, I just did a quick and dirty fix.

Understood, will check it out tomorrow and revise this along w/ the highlight color.

Quote:

Originally Posted by pityocamptes (Post 2481969)
I figured it out. Thanks...

Always remember to share HOW it was fixed, if it was related to a issue with this style or not because one day someone could be looking for the same fix and stumble across your post while searching to only find "I figured it out" know what I'm saying? :cool:

pityocamptes 02-18-2014 04:18 AM

No problem. I had to have the main as a category, create a new forum or category and then all my forums beneath this became child to the new forum/category.

On a side note, how do I incorporate Ozzys html markup for the top line where it says welcome and XXXXXXXXX user name? The html markup works everywhere but here... thanks.

TheLastSuperman 02-18-2014 05:29 AM

Hmm unless Ozzy did it his own way, plugin method etc this should work - https://vborg.vbsupport.ru/showthread.php?t=277561

pityocamptes 02-18-2014 03:40 PM

I guess more specifically, where is the code for the user name at the top? I have the code from the mod that will change it, just don't know where the code is for your template. Thanks.

TheLastSuperman 02-18-2014 05:19 PM

Quote:

Originally Posted by pityocamptes (Post 2482151)
I guess more specifically, where is the code for the user name at the top? I have the code from the mod that will change it, just don't know where the code is for your template. Thanks.

Ohh well it's still the toplinks code, so that is in the header template ;). All I did was tell the toplinks via css to move down to where you see them in the style.

coolhula 03-02-2014 01:01 PM

Hi, I just installed your style and it appears if my users choose to use the style they are unable to change to another (there is no drop down menu) Now do I fix this?

TheLastSuperman 03-02-2014 07:59 PM

Quote:

Originally Posted by coolhula (Post 2484560)
Hi, I just installed your style and it appears if my users choose to use the style they are unable to change to another (there is no drop down menu) Now do I fix this?

The drop-down menu is certainly in the footer template so not sure why it's acting up. This could be due to a plugin you could be running or your browser. Is it happening to you alone or to everyone? If to you alone, have you asked others?

I know Internet Explorer is just silly, I bet you're using that although I could be wrong but try:

Quote:

There are two ways of killing browser cache in IE (I’m using IE 11) There is the simple, click on this menu, check these boxes, click submit button that will delete “most” but evidently not all of the browser cache and cookie information. Even though the menu selections say it is deleting everything. To get the rest you have to go into developer mode in IE (F12) and then do Ctrl-R to completely flush the browser cache. Close browser, re-open and now you can set and keep my style choice in the drop down. (the funny blank line may still there though).
So no matter what, all-in-all i.e. in the end it's not a style related issue with this style but more so the forum and/or browser of choice.

K4GAP 03-03-2014 07:32 AM

Quote:

Originally Posted by coolhula (Post 2484560)
Hi, I just installed your style and it appears if my users choose to use the style they are unable to change to another (there is no drop down menu) Now do I fix this?

I checked my site using this style with FF, IE, and Chrome. Everything looks good to me.

K4GAP 04-25-2014 11:47 PM

One of the things great about this style is the header/banner options you can do with this style. I've made up and tried at least 20 different designs to place in the header area. Everything from multiple colors and info blocks to the very simplest as I am using now.

I honestly believe this is the VERY best free dark style available for vb4. So, if you are a fan of dark styles, ya gotta at least give this one a try.

If you try it and want some header ideas, let me know. I'm freelance so I accept NO MONEY for personal site work.

Thanks for the GREAT style Superman!

Almightychucho 05-31-2014 05:24 AM

on my root, where do I upload the files? 1) Upload the contents of the UPLOAD Folder? Can you please tell me where they should go?

K4GAP 05-31-2014 07:19 AM

Quote:

Originally Posted by Almightychucho (Post 2500205)
on my root, where do I upload the files? 1) Upload the contents of the UPLOAD Folder? Can you please tell me where they should go?

What is the name of the folder your vbulletin is in?

Almightychucho 06-03-2014 04:19 PM

Quote:

Originally Posted by K4GAP (Post 2500213)
What is the name of the folder your vbulletin is in?

It is in the following folder: public_html/vcm Thank you for your help

TheLastSuperman 06-03-2014 06:07 PM

Quote:

Originally Posted by Almightychucho (Post 2500560)
It is in the following folder: public_html/vcm Thank you for your help

Then upload the contents of the /UPLOAD/ folder to /vcm and that should do it ;).

pityocamptes 10-15-2014 12:58 AM

Superman, how do I change the border color for the input boxes on the registration and lost pw pages only? Thanks.

ozzy47 10-15-2014 01:56 AM

Ok let's try this first. Open your additional.css template and find:

Code:

.primary, textbox, full {
    border: 1px solid #2b3851 !important;
}

Change it to this:

Code:

.primary, textbox, full {
    border: 1px solid #2b3851;
}

Does that change any borders around the input boxes? Hopefully it won't.

If it does not, then do this:

AdminCP --> Plugins & Products --> Add New Plugin

Product: vBulletin
Hook location: parse_templates
Title: Custom Style Changes
Execution Order: 5
Plugin PHP Code:
Code:

if (STYLEID == XXX) {
if (THIS_SCRIPT == 'login' OR THIS_SCRIPT == 'register') {
$cssfix = '<style type="text/css">
.primary, textbox, full {
    border: 1px solid red;
}
</style>';
$template_hook[headinclude_bottom_css] .= $cssfix;
}
}

Change XXX to the style id number for your style and change red to your desired color.

Avros 10-15-2014 02:42 AM

I had made changes to two templates {additional.css, lostpw.css} and utilized an unused color tab from the StyleVars {Blocks}. This allowed me to select the colour of my choice and only affecting the 'Lost Password Form' without altering the rest of the selection boxes elsewhere.

Add this to the [additional.css]
PHP Code:

.avros {
    
background#222937 !important;
    
border2px solid {vb:stylevar blockfoot_border.borderColor};
    
background:{vb:stylevar blockfoot_border};
    
padding:2px 2px;
    
outline:0;
    -
moz-border-radius:3px;
    -
webkit-border-radius:3px;
    
border-radius:3px;


To change the background colour of the input bar, you can alter the code in the second line above from [background: #222937] to [background: #xxxxxx] xxxxxx= any variable (colour) from your choosing.

{eg: #000000 = black, #FFFFFF = white}


Mofiy the [lostpw.cs] (copy the whole code and paste to the lostpw template is fine:)
PHP Code:

{vb:stylevar htmldoctype}
<
html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
<
head>
    {
vb:raw headinclude}
    <
title>{vb:rawphrase lost_password_recovery_form} - {vb:raw vboptions.bbtitle}</title>
    {
vb:raw headinclude_bottom}
</
head>
<
body>
{
vb:raw header}
<
vb:if condition="$navbar">{vb:raw navbar}<vb:else /><br /><br /></vb:if>

<
form action="login.php?do=emailpassword" method="post" class="vbform block">
    <
h2 class="blockhead">{vb:rawphrase lost_password_recovery_form}</h2>

    <
div class="blockbody formcontrols">
        <
div class="blockrow">
            <
class="singledescription">{vb:rawphrase forgotten_password_request_email}</p>
        </
div>

        <
div class="blockrow">
            <
label for="email">{vb:rawphrase email_address}:</label>
            <
input type="text" class="avros" name="email" id="email" size="35" maxlength="90" value="{vb:raw email}" dir="ltr" tabindex="1" />
        </
div>

        <
vb:if condition="$human_verify">
        {
vb:raw human_verify}
        </
vb:if>
    </
div>

    <
div class="blockfoot actionbuttons">
        <
div class="group">
            <
input type="submit" class="button" value="{vb:rawphrase request_username_password_now}" accesskey="s" tabindex="1" />
        </
div>
    </
div>

    <
input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
    <
input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
    <
input type="hidden" name="do" value="emailpassword" />
    <
input type="hidden" name="url" value="{vb:raw url}" />
</
form>

{
vb:raw footer}

</
body>
</
html

To change the colour of the border, enter the 'StyleVars', find 'Blocks', then the 'blockfoot_border'. No need to alter anything else.

ozzy47 10-15-2014 10:55 AM

I see you managed to change it @pityocamptes what did you end up doing?

Avros 10-17-2014 09:44 PM

Quote:

Originally Posted by coolhula (Post 2484560)
Hi, I just installed your style and it appears if my users choose to use the style they are unable to change to another (there is no drop down menu) Now do I fix this?

I find this happens with different forum versions, so find a footer template file that works and copy it to the one that does not work. Fixes this issue.

TheLastSuperman 10-20-2014 08:18 PM

Quote:

Originally Posted by coolhula (Post 2484560)
Hi, I just installed your style and it appears if my users choose to use the style they are unable to change to another (there is no drop down menu) Now do I fix this?

Hmm that usually occurs when installing a style into the wrong version... I've also seen odd situations where this occurs as well very rare w/o any explanation however reverting the entire footer template worked and solved the issue.

The footer template is what I modified to include a copyright, just be sure to copy the <div>code for it</div> into the template after reverting please.

*Alternatively you can try Avros suggestion above and copy from one footer template to another which can also alleviate the issue if importing a style made in a different version i.e. you copy working footer code from an already working pre-existing style on your site into the new style and it will work.
**Only issue I see here is the fact this even occurred, if it were one of those random odd times I mentioned above then fine but if you believe its due to version difference perhaps trying an older version .zip will alleviate some issues, depends on version though.

webmastersun 10-27-2014 09:29 AM

Navigation should move to header, it will look nicer :)
Overall, look great!

pityocamptes 01-22-2015 03:08 AM

I am not sure if this is template related or not, never did it before other templates. When I click on Advanced Search I get a blank.html pop up box that wants to download. Nothing in it though. I don't want to spook users thinking its something bad...

pityocamptes 01-22-2015 03:09 AM

Quote:

Originally Posted by ozzy47 (Post 2518873)
I see you managed to change it @pityocamptes what did you end up doing?

Been so busy never got around to it, plan on working on it this week/weekend... thanks.

TheLastSuperman 01-22-2015 06:27 PM

Quote:

Originally Posted by pityocamptes (Post 2533872)
I am not sure if this is template related or not, never did it before other templates. When I click on Advanced Search I get a blank.html pop up box that wants to download. Nothing in it though. I don't want to spook users thinking its something bad...

Erm that does not sound right... should not do that from ANY style unless something is up. Try switching to another style or actually the default style is best to check issues against. Is the issue present in your default style?

*If you've deleted the default style, simply click on Style Manager then Add New Style - the style it creates will be a 100% default style. Check the site in the new default style, if the issue is gone then it was related to my style, if its not gone then its an issue with your sites files or similar. **Delete the newly created style when done if not using to test further.

pityocamptes 01-23-2015 11:36 PM

The pop up does not occur in the default template. Thanks.

pityocamptes 01-24-2015 12:55 AM

Quote:

Originally Posted by Avros (Post 2518826)
I had made changes to two templates {additional.css, lostpw.css} and utilized an unused color tab from the StyleVars {Blocks}. This allowed me to select the colour of my choice and only affecting the 'Lost Password Form' without altering the rest of the selection boxes elsewhere.

Add this to the [additional.css]
PHP Code:

.avros {
    
background#222937 !important;
    
border2px solid {vb:stylevar blockfoot_border.borderColor};
    
background:{vb:stylevar blockfoot_border};
    
padding:2px 2px;
    
outline:0;
    -
moz-border-radius:3px;
    -
webkit-border-radius:3px;
    
border-radius:3px;


To change the background colour of the input bar, you can alter the code in the second line above from [background: #222937] to [background: #xxxxxx] xxxxxx= any variable (colour) from your choosing.

{eg: #000000 = black, #FFFFFF = white}


Mofiy the [lostpw.cs] (copy the whole code and paste to the lostpw template is fine:)
PHP Code:

{vb:stylevar htmldoctype}
<
html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}">
<
head>
    {
vb:raw headinclude}
    <
title>{vb:rawphrase lost_password_recovery_form} - {vb:raw vboptions.bbtitle}</title>
    {
vb:raw headinclude_bottom}
</
head>
<
body>
{
vb:raw header}
<
vb:if condition="$navbar">{vb:raw navbar}<vb:else /><br /><br /></vb:if>

<
form action="login.php?do=emailpassword" method="post" class="vbform block">
    <
h2 class="blockhead">{vb:rawphrase lost_password_recovery_form}</h2>

    <
div class="blockbody formcontrols">
        <
div class="blockrow">
            <
class="singledescription">{vb:rawphrase forgotten_password_request_email}</p>
        </
div>

        <
div class="blockrow">
            <
label for="email">{vb:rawphrase email_address}:</label>
            <
input type="text" class="avros" name="email" id="email" size="35" maxlength="90" value="{vb:raw email}" dir="ltr" tabindex="1" />
        </
div>

        <
vb:if condition="$human_verify">
        {
vb:raw human_verify}
        </
vb:if>
    </
div>

    <
div class="blockfoot actionbuttons">
        <
div class="group">
            <
input type="submit" class="button" value="{vb:rawphrase request_username_password_now}" accesskey="s" tabindex="1" />
        </
div>
    </
div>

    <
input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
    <
input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
    <
input type="hidden" name="do" value="emailpassword" />
    <
input type="hidden" name="url" value="{vb:raw url}" />
</
form>

{
vb:raw footer}

</
body>
</
html

To change the colour of the border, enter the 'StyleVars', find 'Blocks', then the 'blockfoot_border'. No need to alter anything else.




Thanks! If I put color: white; in the top portion of the additional.css it will only affect that box? Thanks again!

pityocamptes 01-28-2015 12:45 AM

Checking back on the popup .html box for advanced search issue... thanks

TheLastSuperman 01-28-2015 01:44 AM

Check the files on your server, in the same folder your vbulletin is running from, is there an empty index.html file present? It looks like from the pages source code, that this is being called by a plugin or was edited into the style (not in the version uploaded here though so i.e. you might have been hacked at some point in time, that's the only reason to include an invisible iframe usually but why is it being directed to include a 1kb blank.html file ? very odd imho).

This is found when I view the source code for your forum:
PHP Code:

    <iframe id="yui-history-iframe" src="clientscript/yui/history/assets/blank.html"
            
style="position:absolute;top:0; left:0;width:1px; height:1px;visibility:hidden;"></iframe>
    <
input id="yui-history-field" type="hidden" /> 

Makes no sense to link to an iframe in a 1kb file like that unless it was compromised but then the file size if it contained mal code should be larger than the original file size, which is the same 1kb so odd all around I'd say, can't tell anything specific unless I had access and I'm booked for the night working now and its close to 11pm here so no time to check regardless and not trying to scare you one bit simply saying this seems very odd and that you need to look into it to be safe.

I would replace default vBulletin files to be safe, check in the admincp using suspect file versions under maintenance after replacing them and also check for spare admin accounts. If anything looks odd file-wise then make a new thread in the vB4 forums and ask for feedback/assistance w/ the file names before deleting. *As always make a backup of database and files before removing anything.

Edit: Who is pasting <table and <TR <TD codes all over the place? STOP DAT lol its just an old outdated way to design web pages... it still works but not the standard, only use when absolutely required i.e. you're pulling your hair out because you can't find a way to make something display properly so you cheat and use a table (try not to!). Just one of many examples explaining more in detail - http://www.itegritygroup.com/css-vs-tables/ AND here is an example of how to do a three part fluid header instead of using a table to do the same in vBulletin - https://vborg.vbsupport.ru/showthread.php?t=228319 :cool:

pityocamptes 02-02-2015 11:30 PM

Thanks. Actually I've had this issue since I downloaded the style. Don't know about the table tr stuff as, like I said this is the only template I have been using and adding mods from here on... so with that in mind, do you still suggest the same as above? Thanks.

pityocamptes 02-02-2015 11:33 PM

Lynn over at vbulletin.com indicated this:

"If you do a Search In Templates for part of the code, like "<iframe id="yui-history-iframe", you will see that it is part of the search_common template."

So I assume it is part of the vbulletin files...

pityocamptes 02-02-2015 11:36 PM

So if I delete the code above, am I going to have any issues?

pityocamptes 02-03-2015 01:07 AM

OK, updated the template. Thanks. However, now my blogs and articles tabs are giving me 404 errors.... not sure why...

OK, not the template fault, looks like a dbseo issue, contacted them...

-->>>OH, the reason the table td/tr issue was present is that I wanted the site logo to auto shrink with no matter how big the user makes the screen. Now, using the suggestion above, it no longer does that. Anyway to work around that??? Thanks.

sat-extreme 02-07-2015 07:39 AM

Hello I am looking for style vbulletin 4.2.3 beta suggestions please

pityocamptes 02-14-2015 06:07 PM

Quote:

Originally Posted by pityocamptes (Post 2535815)
OK, updated the template. Thanks. However, now my blogs and articles tabs are giving me 404 errors.... not sure why...


OK, not the template fault, looks like a dbseo issue, contacted them...



-->>>OH, the reason the table td/tr issue was present is that I wanted the site logo to auto shrink with no matter how big the user makes the screen. Now, using the suggestion above, it no longer does that. Anyway to work around that??? Thanks.



BUMP

albibak 02-18-2015 01:32 PM

I'll test it, thanks

TheLastSuperman 02-18-2015 06:57 PM

Quote:

Originally Posted by pityocamptes (Post 2535815)
OK, updated the template. Thanks. However, now my blogs and articles tabs are giving me 404 errors.... not sure why...


OK, not the template fault, looks like a dbseo issue, contacted them...



-->>>OH, the reason the table td/tr issue was present is that I wanted the site logo to auto shrink with no matter how big the user makes the screen. Now, using the suggestion above, it no longer does that. Anyway to work around that??? Thanks.

Quote:

Originally Posted by pityocamptes (Post 2537432)
BUMP

The css for the logo is located in additional.css near the top, there's two for this area one is the actual background and the other serves as a "cover" i.e. a transparent image that covers the logo to prevent straight -right-click save image etc.

In additional.css find (or similar, depending on if you're using fixed or fluid version):
Code:

.ablogo {
        min-width: 100% !important;
        min-height: 156px !important;
        background: transparent !important;
        overflow: hidden;
}

.abimage {
        background: url({vb:stylevar titleimage}) center center no-repeat !important;
        height: 155px !important;
}

Change to:
Code:

.ablogo {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background: transparent !important;
        overflow: hidden;
}

.abimage {
        background: url({vb:stylevar titleimage}) center center no-repeat !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

So basically remove any references of width/height and add in:
Code:

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

*Not tested so let me know, might need to adjust/tinker to make it presentable :p.

TheLastSuperman 02-18-2015 08:42 PM

Quote:

Originally Posted by sat-extreme (Post 2536510)
Hello I am looking for style vbulletin 4.2.3 beta suggestions please

I would offer suggestions except I'm not tracking/keeping up with any 4.2.3 Beta styles therefor suggestions, I'm all out of :p. Soon as 4.2.3 is official i.e. out of Beta this will be upgraded for use with but not before then as I do not fabricate styles for Beta versions.

pityocamptes 02-19-2015 05:23 PM

Thanks, will check on the auto size code tonight. As far as the advanced search pop up, previously mentioned, what should I do? Thanks again.

TheLastSuperman 02-19-2015 05:58 PM

Quote:

Originally Posted by pityocamptes (Post 2534929)
Checking back on the popup .html box for advanced search issue... thanks

Quote:

Originally Posted by TheLastSuperman (Post 2534933)
Check the files on your server, in the same folder your vbulletin is running from, is there an empty index.html file present? It looks like from the pages source code, that this is being called by a plugin or was edited into the style (not in the version uploaded here though so i.e. you might have been hacked at some point in time, that's the only reason to include an invisible iframe usually but why is it being directed to include a 1kb blank.html file ? very odd imho).

This is found when I view the source code for your forum:
PHP Code:

    <iframe id="yui-history-iframe" src="clientscript/yui/history/assets/blank.html"
            
style="position:absolute;top:0; left:0;width:1px; height:1px;visibility:hidden;"></iframe>
    <
input id="yui-history-field" type="hidden" /> 

Makes no sense to link to an iframe in a 1kb file like that unless it was compromised but then the file size if it contained mal code should be larger than the original file size, which is the same 1kb so odd all around I'd say, can't tell anything specific unless I had access and I'm booked for the night working now and its close to 11pm here so no time to check regardless and not trying to scare you one bit simply saying this seems very odd and that you need to look into it to be safe.

I would replace default vBulletin files to be safe, check in the admincp using suspect file versions under maintenance after replacing them and also check for spare admin accounts. If anything looks odd file-wise then make a new thread in the vB4 forums and ask for feedback/assistance w/ the file names before deleting. *As always make a backup of database and files before removing anything.

Edit: Who is pasting <table and <TR <TD codes all over the place? STOP DAT lol its just an old outdated way to design web pages... it still works but not the standard, only use when absolutely required i.e. you're pulling your hair out because you can't find a way to make something display properly so you cheat and use a table (try not to!). Just one of many examples explaining more in detail - http://www.itegritygroup.com/css-vs-tables/ AND here is an example of how to do a three part fluid header instead of using a table to do the same in vBulletin - https://vborg.vbsupport.ru/showthread.php?t=228319 :cool:

Quote:

Originally Posted by pityocamptes (Post 2535804)
Lynn over at vbulletin.com indicated this:

"If you do a Search In Templates for part of the code, like "<iframe id="yui-history-iframe", you will see that it is part of the search_common template."

So I assume it is part of the vbulletin files...

Quote:

Originally Posted by pityocamptes (Post 2535806)
So if I delete the code above, am I going to have any issues?

Quote:

Originally Posted by pityocamptes (Post 2537986)
Thanks, will check on the auto size code tonight. As far as the advanced search pop up, previously mentioned, what should I do? Thanks again.

My brain is broken today already, like a jello pudding cup so head my words of advice with a grain of salt per say lol. I see Lynne gave you some info and I'm not about to doubt that simply going to say that I can't recall what page I was on when I viewed your source code so if on search and that is supposed to show then so be it but I don't recall that iframe code at all from all the times I've worked on styles so we're gonna try this:
  1. Open Notepad++ (Google + Download then use it to copy/paste/edit ALL code do not use Windows notepad/wordpad can cause issues depending on server type used).
  2. Open the template in question.
  3. Copy all the code, now paste into notepad++ in a new document, once pasted minimize notepad++
  4. Now back in your browser within the vBulletin template remove the iframe code, save the template.
  5. Check the style now, any issues still present regarding the popup?

By doing the above one of two things will happen and as such you should only act if its not fixed, if fixed then you're done, see below for outcomes.

- IF no issues are present, then that was it and its fixed.
- IF the issue is still present, delete all the code in the template and replace with the original template code you have sitting in notepad++ ;).

pityocamptes 02-20-2015 05:02 PM

Thanks will try it out late tonight. One more question. Is there a limit as to how many nav tabs you can have? I noticed on a mobile device that the tabs bunch up after the second row (nav tabs drop down to a second row on mobile device). Any way around this? Thanks.

TheLastSuperman 02-20-2015 07:00 PM

Quote:

Originally Posted by pityocamptes (Post 2538114)
Thanks will try it out late tonight. One more question. Is there a limit as to how many nav tabs you can have? I noticed on a mobile device that the tabs bunch up after the second row (nav tabs drop down to a second row on mobile device). Any way around this? Thanks.

Not sure if this will work on mobile or not but when you said they were bunching up it did come to mind :p.

https://vborg.vbsupport.ru/showthread.php?t=274972

^ See post #2 here in the Avenger Blue thread for info on how to adjust this style with the Navtabs v1 its about half way down in post 2.

Edit: I wanted to edit my post and clarify something though so you would know and any others who happen across this post wondering the same thing - there is and is not a limit to how many navbar tabs you can have however unless you use a mod like above it may become crowded as you noticed. This also can come into play (too many tabs so they bunch up) depending on the type of style you have fluid or fixed - in a fixed style its a set width so only so many tabs will fit in a horizontal fashion since the width is specifically set. In a fluid style it then depends on the users monitor resolution so if the style is set to display 80% width with 10% margin on each side that = 100% but is the user running a 1024x768 resolution on their pc OR are they running 1920x1080 on a 40" LCD tv like me? <-- All of those factors can change how it appears - the only time it will not change is if its a fixed width as you know how many and what to fit in then, and no matter if on a 1024x768 or 1920x1080 resolution the site will always be the fixed width and this is also why sometimes we must scroll on certain sites to see content, they were coded in a set size and why the scroll-bars popup on certain sites and others they do not (responsive style/them etc).


All times are GMT. The time now is 05:18 AM.

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.02414 seconds
  • Memory Usage 1,973KB
  • 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
  • (6)bbcode_code_printable
  • (6)bbcode_php_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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