vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=237)
-   -   Hubed style for 3.8 (https://vborg.vbsupport.ru/showthread.php?t=203144)

Stagehandspace 01-25-2009 10:00 PM

Hubed style for 3.8
 
1 Attachment(s)
Hi guys and girls, well this is my first style release so be gentle...lol

Hubed style for vBulletin 3.8
by Stagehandspace.com

No demo but plenty of screenshots.

Install Instructions:
Upload styles folder to your forums main directory (root)

eg:
http://yoursite.com/styles/
http://yoursite.com/forum/styles/

install .xml via Admincp >> Styles & Templates >> Download / Upload Styles

Full permission is granted to remove my link from the footer template
but I would be grateful if you didn't ;)



Registration page fix
Download and replace the header template with the code found in header.txt file

Sorry guys and girl :(

Stagehandspace.com

Ammendment:
Fluid .xml added
Button psds added
Registration page fix 03 / 01 / 09

Stagehandspace 01-26-2009 01:24 PM

Reserved as everyone else seems to do this..:)

lasto 01-26-2009 01:49 PM

can it be made fluid ?

Stagehandspace 01-26-2009 02:05 PM

Will add a fluid xml for you right now ;)

lasto 01-26-2009 02:30 PM

thanks m8 and that was quick :)

kavehch 01-27-2009 05:45 AM

1 Attachment(s)
hi thanks

but the fluid xml not aligen center plz center this temp and space betwen Category and Last pot very Little ( please View attach file )

and plz psd from buttons

thanks a lot

Stagehandspace 01-27-2009 11:19 AM

Quote:

Originally Posted by kavehch (Post 1725920)
hi thanks

but the fluid xml not aligen center plz center this temp and space betwen Category and Last pot very Little ( please View attach file )

and plz psd from buttons

thanks a lot

Everything is fine on my monitor but heres the solutions for your problems:

fluid xml not align center
In additional css section of style find:
Code:

#wrapper
{
        width:100%;
        text-align:left;
        margin:10px auto 0;
}

Replace
Code:

        width:100%;
with a smaller %

You may have to do this for "#footer" aswell

Last post very Little
Open "forumhome_forumbit_level1_nopost" template find:
Code:

<td class="thead" width="48%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="34%">$vbphrase[last_post]</td>
          <td class="thead" width="9%">$vbphrase[threads]</td>
          <td class="thead" width="9%">$vbphrase[posts]</td>

replace each
Code:

width="??%"
with your desired width, remember that all 4 %should = 100%

Ksb2050 01-27-2009 12:29 PM

Very nice theme! Thanks! :D

jboyd 01-27-2009 02:45 PM

Great theme i would install if PSD for the buttons where included

Mike-D 01-27-2009 07:10 PM

Quote:

Originally Posted by jboyd (Post 1726226)
Great theme i would install if PSD for the buttons where included

Agreed! Esp if some user want to change their Buttons in her own Language. Otherwise it makes no sense ;)

kavehch 01-27-2009 09:47 PM

THANKS Mike-D VERY VERY NICE SCRIPT

Stagehandspace 01-27-2009 10:45 PM

Quote:

Originally Posted by jboyd (Post 1726226)
Great theme i would install if PSD for the buttons where included

Button Psds added ;)

kavehch 01-27-2009 11:47 PM

THANKS sorry to Annoy

i want change aligen header menu to right and change font to tahoma plz help me

Mike-D 01-28-2009 08:50 AM

Quote:

Originally Posted by Stagehandspace (Post 1726611)
Button Psds added ;)

Now I can edit the PSD's you've uploaded to translate them in German! Thank you so much, Sir :up:

Stagehandspace 01-28-2009 09:35 AM

Quote:

Originally Posted by Mike-D (Post 1726998)
Now I can edit the PSD's you've uploaded to translate them in German! Thank you so much, Sir :up:

Please post once done and I will add to original post giving you credit of course ;)

Quote:

Originally Posted by kavehch (Post 1726674)
THANKS sorry to Annoy

i want change aligen header menu to right and change font to tahoma plz help me

In additional css section find:
Code:

/*  Tabbed menu  */
.menu {
        float:left;

Replace:
Code:

        float:left;
with:
Code:

        float:right;
                font-family:tahoma;


kavehch 01-28-2009 10:31 AM

HI
aligen corect but font dont change:(

Stagehandspace 01-28-2009 03:07 PM

Quote:

Originally Posted by kavehch (Post 1727068)
HI
aligen corect but font dont change:(

Sorry heres the correct code adjustment needed:

Find:
Code:

.menu li a {
        font: 12px Trebuchet MS;

change "Trebuchet MS" to your prefered font

kavehch 01-28-2009 06:36 PM

wow thanks sorry

Tophon 01-30-2009 01:51 PM

Thanks for this Stagehandspace, but have been getting repoted layout problems in Safari and Chrome.

Was you aware of this, for a fix?

It may be because I had changed the wrap but was having issues in Chrome prior to that.

Stagehandspace 01-31-2009 05:52 PM

I only tested in IE7 and FF so no I was not aware if this thank you.

Tophon 01-31-2009 07:06 PM

It may also be looking worse on my site as I have changed the wrap.

Is it possible if I post a few screens, you can see if there is a fix. It only seems to be on registry screens but also the top login box and title pushes over to the right.

I would love to keep this style on there as default.

Tophon 02-01-2009 08:19 PM

1 Attachment(s)
Sorry about the double posts but attach a few screens of my forum to see the layout errors.

The first gives errors on every browser, but only affects registration screens as far as I can see. All other pages are fine.

See how the main body jumps right..
https://vborg.vbsupport.ru/attachmen...1&d=1233526601

and

https://vborg.vbsupport.ru/attachmen...1&d=1233526601

I have changed the wrap so this could be a cause of that and may need to change something else which I'm unsure of?

Also, the top login table jumps right but only on a few browsers (Google Chrome and Safari that I have checked)

https://vborg.vbsupport.ru/attachmen...1&d=1233526601

Stagehandspace 02-03-2009 12:57 AM

Quote:

Originally Posted by Tophon (Post 1731283)
Sorry about the double posts but attach a few screens of my forum to see the layout errors.

The first gives errors on every browser, but only affects registration screens as far as I can see. All other pages are fine.

See how the main body jumps right..
https://vborg.vbsupport.ru/attachmen...1&d=1233526601

and

https://vborg.vbsupport.ru/attachmen...1&d=1233526601

I have changed the wrap so this could be a cause of that and may need to change something else which I'm unsure of?

Also, the top login table jumps right but only on a few browsers (Google Chrome and Safari that I have checked)

https://vborg.vbsupport.ru/attachmen...1&d=1233526601



Found and fixed please see thread starter for more info

Cobro 02-06-2009 01:48 PM

Very nice thank you So much great style ! installed

Stormwhitelab 02-07-2009 03:29 AM

Is there any way to update this for 3.8.1? Or should it already work fine with that version of vBulletin?

slayhahn 02-09-2009 11:31 AM

1 Attachment(s)
Quote:

Originally Posted by Stormwhitelab (Post 1736736)
Is there any way to update this for 3.8.1? Or should it already work fine with that version of vBulletin?

I just installed it on vb 3.8.1. I followed the instructions in the manual and everything went fine. You have to change some lines in the navbar template though.

@ stagehandspace: I attached a screenshot with my navbar at the top. The thing is, i am logged in but no "logout" button shows itself. Your updated header.txt was applied. And i also manually applied the changes from 3.8.0 to 3.8.1.

You did a great job on this template. Thank you!

sherwood 02-12-2009 05:36 PM

When I installed it on 3.8.1 this happened to it

http://www.swimage.info/pictures/824...6c9cf1c6ec.gif

do you know why and how to fix it mate?

sherwood 02-13-2009 03:56 PM

nevermind fixed it

But I am also having trouble at centering the navbar links

RedHacker 02-25-2009 11:34 AM

Can this for 3.8.1 and fluid....?


All times are GMT. The time now is 04:26 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.02520 seconds
  • Memory Usage 1,781KB
  • 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
  • (8)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete