vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Chestnut Style (https://vborg.vbsupport.ru/showthread.php?t=126863)

tansu 10-27-2006 10:43 PM

Quote:

Originally Posted by kalleball
i think you'll have to explain a bit, really hard to tell what kind of problem you're having.

sorry for the images but there is no easy way of telling this..

As you can see in the first image, it is normal and I love it:) Look at the arrows..

http://img141.imageshack.us/img141/8...titled3kn8.jpg

When I click any link in the forum it moves to right, look at the arrows there is no space there. This happens for a second only but very annoying.. everytihng moves..

http://img141.imageshack.us/img141/6...titled4tr6.jpg

There are Zoints SEO, Zoints Tags, and some little hack on the forum. I add one extra button to navbar. I dont remember if it was still moving before adding the extra button. Main Table Width is %100
Any ideas?

marcos_ 10-28-2006 09:22 AM

tansu sen biliyormusun yada sende düzgünmü mod.column?

tansu 10-28-2006 10:02 AM

Quote:

Originally Posted by marcos_
tansu sen biliyormusun yada sende d?zg?nm? mod.column?

Bende sorun yok o konuda, bilemiyorum.
Eng: I have no problems there...

marcos_ 10-28-2006 12:03 PM

bende eklenti bile yok çıldırcam.

i dont have any add on..

futureye 10-29-2006 07:14 AM

can you make a blue version of this style

MSheraz86 10-29-2006 02:01 PM

Thanks for this skin!! looks wonderful!

Only problem I had was with the header lol, it's fixed and now as I said it looks wonderful.

Great work Allan, you did an awesome job!

Feedback: Let other languages be the add-ons and let english be the default buttons otherwise the majority of people will be changing buttons around lol :D.

WritersBeat 10-30-2006 12:55 AM

I have a problem with the text overlapping borders in the postbit.

http://img167.imageshack.us/img167/6...ure7xg4.th.png


http://img209.imageshack.us/img209/8...re10pp9.th.png


postbit text messed up

(seems to be OS X only with firefox and camino)

REALLY odd, please help out with this.

Allan 10-31-2006 07:15 PM

Thanks to those who click :)

Adrian Ko 11-01-2006 11:35 PM

What an amazing skin. I found it straightforward to customize. I chose this because we're an academic site, and it was difficult to find something that I could adapt to our aesthetic style. Many layouts try to reach out and grab the attention of your skull. What we were after was a template that allowed the look of our organization to transcend that of the interface. We wanted a minimalist approach. I also need this to be simple, because like many of you I only have to decorate vB when all older templates are no longer compatable with the latest release of software, making each upgrade a learning curve.

Our look had already been established. Under our previous version (2.3 -- yeah, I know, we didn't upgrade for a very long time) I had limited success.

Now with v.3.6.2, a lot can be done directly in the AdminCP instead of me hacking the files directly.

This is what I've done with it, and it only took me a few days.

My main site is http://swordforum.com/ -- so the challenge was to customize Chestnut to look like my main site.

Here are the results:

http://forums.swordforum.com/

The only significant code changing was with the background image aligntment and positioning -- that was done in the CSS file. I kept the "left.gif" and "right.gif" as transparent GIFs with a 1 px vertical line to give the layout an outline. Keeping them also created some fake left- and right-padding which ended up looking nice.

I like the mouse-over fades, so I customized it, so different antique swords appear. I also customized the navbits to use swords instead of folders.

So here is a bow of respect to the Chestnut author! Merci beaucoup, Allan-san!

P.S. One bug I found was that if you have a forum category that serves as its own lone forum, the layout is stretched extremely wide. To solve this, I created a forum category and move that forum as a child of that category. Once I did this, the forum listing was the same width as the other boxes.

Allan 11-02-2006 04:41 AM

Very good adaptation, congrat ;)

maxicep 11-02-2006 08:07 PM

i'm getting empt column . when do my style Main Table Width %90.

i smalled my logo and this error continue.

what can i do now?

MSheraz86 11-02-2006 10:06 PM

^^ make it 900 that might help. I had the same problem. Percentages won't help in this case, u'll need to use pixel measurements. If 900 is not right then make necessary adjustments accordingly like 905, 890, 910 etc, whichever works out for u.

Hope that helps :)

maxicep 11-03-2006 10:01 AM

i want to style smaller than 900.

i want to use like Table Width %90. what can i do ?

cavyspirit 11-03-2006 07:47 PM

where is class vb_postbit defined?

Also, here are two buttons I created. One for the Give Thanks hack and one for my photopost galleries:

project-Buckfas 11-04-2006 12:34 PM

I need to add a "home" button to link to vbadvanced (1st button on the left of navbar), I'm not sure how to do this with the rollovers.

Anyone any ideas please?

kalleball 11-04-2006 05:19 PM

perhaps this can help you buckfas...

https://vborg.vbsupport.ru/showpost....3&postcount=76

project-Buckfas 11-05-2006 09:34 AM

Whoops I missed your previous post! Thanks Kalleball. It worked perfectly!

Out of curiosity have you any ideas how I could add another quick links drop down menu to this template?

Thanks,
PB

Quote:

Originally Posted by kalleball
perhaps this can help you buckfas...

https://vborg.vbsupport.ru/showpost....3&postcount=76


|oR|Greg 11-07-2006 03:39 PM

Quote:

Originally Posted by MSheraz86
^^ make it 900 that might help. I had the same problem. Percentages won't help in this case, u'll need to use pixel measurements. If 900 is not right then make necessary adjustments accordingly like 905, 890, 910 etc, whichever works out for u.

Hope that helps :)

I uhhh... think you have a typo here Sheraz...

https://vborg.vbsupport.ru/

kalleball 11-07-2006 04:11 PM

Quote:

Originally Posted by project-Buckfas
Whoops I missed your previous post! Thanks Kalleball. It worked perfectly!

Out of curiosity have you any ideas how I could add another quick links drop down menu to this template?

Thanks,
PB

no idea...but i'd guess it's this stuff doing it...

Code:

<script type="text/javascript"> vbmenu_register("navbar_search", true); </script>
name of that particular menu is navbar_search...which you find in vbulletin_menu.js...in /clientscript/...at the top of that script there's some tutorial about making new ones...i'm sure you can figure it out...

cavyspirit 11-07-2006 11:14 PM

I'm getting jsfx errors when using the style for PhotoPost. Obviously, it's not finding the javascript. How can I fix this?
Thx

Akagi 11-10-2006 01:09 AM

Is there anyway to edit this style to add in a sidebar?

cavyspirit 11-10-2006 01:24 AM

My style isn't quite ready for prime time yet. Still working on it, but I used most of the 'left' column hack:
http://www.guineapigcages.com/forum/index.php?styleid=6

I plan on totally removing the top nav bar. I moved all the nav to the left column.

MSheraz86 11-10-2006 11:11 PM

Quote:

Originally Posted by |oR|Greg
I uhhh... think you have a typo here Sheraz...

http://www.themobilefactor.com/rando...es/_rand_3.gif

What typo?? the spelling in the image you're pointing at ^^^ is correct

"The Mobile Factor" :) no incorrect spelling there lol.

Anybody else having a problem with the ibProArcade on this skin? those who have that mod check out "Your Favourites" section of your arcade, mine comes out incorrect :(. I dunno if its a skinning issue or Arcade.

Edit: Oh Greg, I think you were talking about the C and R in Factor :p lol that's a C for sure, it looks like a r I know but it's a C for sure.

project-Buckfas 11-11-2006 11:27 AM

Works fine in the arcade for me.....

firewars 11-11-2006 12:40 PM

Any word on vB 3.6.3 compatibility? :)

Allan 11-11-2006 03:22 PM

Yes :)

i will it upgrade soon ;)

MSheraz86 11-11-2006 03:53 PM

The skin comes out like this for me on this skin :(

https://vborg.vbsupport.ru/

How can I fix this? I don't think it's a problem on arcade's side, it may be a skinning problem. The "Your Favourites" page works on other skins but only this skin comes out like this.

Allan 11-11-2006 05:02 PM

Quote:

Originally Posted by MSheraz86
The skin comes out like this for me on this skin :(

http://img295.imageshack.us/img295/4...blemok6.th.jpg

How can I fix this? I don't think it's a problem on arcade's side, it may be a skinning problem. The "Your Favourites" page works on other skins but only this skin comes out like this.

It's not style problem, look here.

kalleball 11-11-2006 07:05 PM

i hadn't noticed it before....don't think anyone uses the favourites but i have the same messed up layout as msheraz...not only in chestnut but also in the vbdefault...so...bring it up somewhere else...i cba =p

MSheraz86 11-12-2006 12:28 AM

Quote:

Originally Posted by Allan
It's not style problem, look here.

I clicked on the link but I don't understand French or whatever language is used there :p so I'm not able to follow what you're trying to explain to me.

So it's not a skinning problem? that's cool then but any idea at all if it can be resolved cause its only occuring on this skin, the other skins work fine with arcade.

Allan 11-12-2006 12:31 PM

Quote:

Originally Posted by firewars
Any word on vB 3.6.3 compatibility? :)

Style for vB 3.6.3 add in archive ;)

projectego 11-12-2006 01:45 PM

Awesome! Thanks again, Allan. ;)

HuangA 11-12-2006 11:42 PM

Mine turned out like this (3.6.2)

Attachment 55856

Initially I thought it could be vBSEO or other plugins I've installed that was causing the problems. But after I disable plugin globally via config.php, it became evident that it wasn't the case. I chose "Create New Style" with "No Parent Style" when importing, so it wasn't carrying anything over from my modified base vBulletin style.

I'm not sure what is the cause, but looking at the HTML, and passing it through validator, it seems to be complaining about bad placement of a few HTML elements. Does anyone have any idea what could be the cause?

DomP 11-13-2006 12:35 PM

updating to 3.6.3 gives error, xml was created for 3.6.2.. I am 100% sure I picked the right xml file. I ignored the styl eversion, do i have the right version now?

firewars 11-13-2006 01:21 PM

Same here, says it's for 3.6.2.

Allan 11-13-2006 01:59 PM

Quote:

Originally Posted by firewars (Post 1116253)
Same here, says it's for 3.6.2.

Fixed.

project-Buckfas 11-13-2006 04:49 PM

I made this for myself but for those looking for a home button to their vbadvanced or other portal, Here is the home button....

adonfun 11-13-2006 05:39 PM

I just reinstalled chestnut with 3.6.3 and got:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/eikwijt/domains/mijneikwijt.nl/public_html/ikwil/profile.php(2886) : eval()'d code on line 77

is the error message I get when I visit the avatar page in CP. Anyon else has this too?

ETA: all other pages on the forum show without error

Allan 11-13-2006 06:04 PM

Quote:

Originally Posted by project-Buckfas (Post 1116421)
I made this for myself but for those looking for a home button to their vbadvanced or other portal, Here is the home button....

Thank you, add to file attach ^^

Quote:

Originally Posted by adonfun (Post 1116453)
I just reinstalled chestnut with 3.6.3 and got:


Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/eikwijt/domains/mijneikwijt.nl/public_html/ikwil/profile.php(2886) : eval()'d code on line 77

is the error message I get when I visit the avatar page in CP. Anyon else has this too?


ETA: all other pages on the forum show without error

Fixed (missing </if> to modifyavatar template)

DomP 11-13-2006 06:30 PM

Here's "Forum" together with "Home" using the default font


All times are GMT. The time now is 06:54 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.01920 seconds
  • Memory Usage 1,830KB
  • 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
  • (1)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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