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)

Allan 11-13-2006 08:22 PM

Quote:

Originally Posted by DomP (Post 1116498)
Here's "Forum" together with "Home" using the default font

Thanks ^^

Khawar 11-14-2006 01:47 PM

woww thanks alot

Allan 11-14-2006 01:51 PM

Quote:

Originally Posted by lsmba (Post 1117076)
I need a little help with the "Quick Links" menu bar for this style. Can someone explain to me in detail how I can add additional menus to the Quick Links drop down bar (which templates to goto and the commands to add, etc.). I'm a new to this type of style, but, I follow instructions very well :)

Thanks

For Add a New Menu:

  • In header template, find:
Code:

<!-- /Membres -->
  • And add under: (example)
Code:

<!-- New Menu -->
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_new_menu.gif);"><a href="$vboptions[bburl]/your_url.php$session[sessionurl_q]" rel="nofollow"
        onmouseover="JSFX.fadeIn('new_menu')"
        onmouseout="JSFX.fadeOut('new_menu')"><img
        src="$stylevar[imgdir_misc]/bouton_new_menu.gif" name="new_menu"  width="93" height="40" border="0" class="imgFader" id="new_menu" alt="" /></a></td>
</tr>
</table>
</td>
<!-- /New Menu -->

PS: Change the texte with this color

  • In headinclude template, find:
Code:

JSFX.Rollover("deconnexion",    "$stylevar[imgdir_misc]/bouton_deconnexion_over.gif");
  • Under, add under: (example)
Code:

JSFX.Rollover("new_menu","$stylevar[imgdir_misc]/bouton_new_menu_over.gif");
PS: Change the texte with this color

  • Upload the news images (in this example bouton_new_menu_over.gif and bouton_new_menu.gif), to: "/images/chestnut/misc/"
Enjoy ;)

Allan 11-14-2006 02:20 PM

Quote:

Originally Posted by lsmba (Post 1117122)
Worked perfectly...thanks Allan!

Merci Beaucoup!

With pleasure ;)

Don't forget to click install if you use this style please ;)

adonfun 11-15-2006 10:08 AM

Allan, Sorry to bother you again.. But I reinstalled the whole vBulletin forum to 3.6.3 and only added the Chestnut style 3.6.3 version and I see the following message in my admin panel:

_______________________________________

Out-of-Date Custom Templates Found!
There are currently 10 customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!

CALENDAR
Default Template Updated in vBulletin 3.6.1 by Scott
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

FORUMDISPLAY
Default Template Updated in vBulletin 3.6.1 by freddie
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

moderation_posts
Default Template Updated in vBulletin 3.6.1 by freddie
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

modifyavatar
Default Template Updated in vBulletin 3.6.3 by freddie
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

modifyprofilepic
Default Template Updated in vBulletin 3.6.3 by freddie
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

modifysignature
Default Template Updated in vBulletin 3.6.3 by freddie
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

pm_messagelist
Default Template Updated in vBulletin 3.6.1 by Scott
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

postbit_legacy
Default Template Updated in vBulletin 3.6.1 by freddie
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

search_forums
Default Template Updated in vBulletin 3.6.1 by Ed Sullivan
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

SUBSCRIBE
Default Template Updated in vBulletin 3.6.1 by Kier
Your Custom Template Last Edited in vBulletin 3.6.0 by Allan

_______________________________________

I have deleted the chestnut style and installed the 3.6.3 version again (to see if I perhaps used the wrong xml file) after you fixed the missing </if> statement for the modifyavatar template, but the notice above remains. What am I doing wrong? Seems like all other chestnut users don't have this?

btw. ATTACHEMENT: Buttons in Dutch: Calender, Logout, Register, New posts, Quickmenu, Members, search, reply, edit, topic closed, home, new topic, forward.

Hammond 11-15-2006 02:08 PM

Installed but have problem!
http://img473.imageshack.us/img473/9075/184as2.jpg
Have no idea how to repair. Author can you please explain it ? Vb 3.6.3

DomP 11-15-2006 02:40 PM

Quote:

Originally Posted by adonfun (Post 1117833)
Allan, Sorry to bother you again.. But I reinstalled the whole vBulletin forum to 3.6.3 and only added the Chestnut style 3.6.3 version and I see the following message in my admin panel:

_______________________________________

Out-of-Date Custom Templates Found!
There are currently 10 customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!


same here ;)

furst 11-15-2006 10:25 PM

I try to do this:

Quote:

Originally Posted by acidburn0520 (Post 1059879)
Okay, let me see if I can explain it better:

Add a New Plugin using Hook Location "global_start".
Code:

$random_number = rand(1, 5);

$random_banner[1] = '<a href="http://www.link1.com/"><img src="path/to/banner1.gif" alt="" border="0" /></a>';
$random_banner[2] = '<a href="http://www.link2.com/"><img src="path/to/banner2.gif" alt="" border="0" /></a>';
$random_banner[3] = '<a href="http://www.link3.com/"><img src="path/to/banner3.gif" alt="" border="0" /></a>';
$random_banner[4] = '<a href="http://www.link4.com/"><img src="path/to/banner4.gif" alt="" border="0" /></a>';
$random_banner[5] = '<a href="http://www.link5.com/"><img src="path/to/banner5.gif" alt="" border="0" /></a>';

Remember to change all the Image Paths to the location of the banners you want to display.

Then edit whatever template you'd like to display the random banner in and stick this code wherever you'd like it to show:
Code:

$random_banner[$random_number]



Except when I create the plug-in and insert $random_banner into one of the templates, all it displays is the word "Array" and not the rotating banners.

Little help please.

adonfun 11-16-2006 09:38 AM

Quote:

Originally Posted by Hammond (Post 1117944)
Installed but have problem!
http://img473.imageshack.us/img473/9075/184as2.jpg
Have no idea how to repair. Author can you please explain it ? Vb 3.6.3

Categories!!... Did you select the proper options in the forum manager for these?

adonfun 11-21-2006 08:46 PM

Quote:

Originally Posted by DomP (Post 1117972)
same here ;)

I will try it again :cross-eyed:

Pvtiste 11-21-2006 09:52 PM

Salut Allan,
Bon boulot ! tu te mets à faire des skins maintenant^^
En tout cas tres belle reussite, toute mes felicitation !
D'ailleurs je cherche une personne capable de me réaliser une skin pour mon forum, si ca t'interesse previens moi... Je suis pret à payer biensur !

Allan 11-26-2006 04:04 PM

Add Style (.xml) for vB3.6.4 ;)

TheWhite 11-27-2006 10:21 AM

I have found a big big bug here in this style please look at the pictures to see it it only occurs using this style..

|oR|Greg 11-27-2006 06:22 PM

I finally got this installed with all my hacks... still more tweaking to do, but it's mostly done.

Allan 11-27-2006 06:46 PM

Quote:

Originally Posted by TheWhite (Post 1126289)
I have found a big big bug here in this style please look at the pictures to see it it only occurs using this style..

Check:

https://vborg.vbsupport.ru/showpost....4&postcount=43

imranbaig 11-28-2006 08:19 PM

awesome style thanks :)

evilc 12-01-2006 06:46 AM

Quote:

Originally Posted by Allan (Post 1125655)
Add Style (.xml) for vB3.6.4 ;)

I already have this style installed and just upgraded my forum to 3.6.4

How do I now upgrade the style?

Esaam 12-03-2006 09:05 PM

Very nice style.
Do you plan to release a "width=100%" version of it ?

Allan 12-03-2006 09:09 PM

Quote:

Originally Posted by Esaam (Post 1131180)
Very nice style.
Do you plan to release a "width=100%" version of it ?

Soon ^^

melefire 12-05-2006 06:57 PM

Can someone please help me with the roleover affect?

I have ported the style to vB Portal, but i can seem to be able to get the roleover to work

I really love the style allan, it looks better than many paid styles!!

jackey666 12-10-2006 08:48 PM

As-tu ce skin de disponible aussi en français?

Allan 12-10-2006 09:46 PM

Quote:

Originally Posted by jackey666 (Post 1135946)
As-tu ce skin de disponible aussi en fran?ais?

Le style et les boutons francais sont inclus ^^

asj 12-13-2006 09:23 PM

Thanks :)

evilc 12-14-2006 09:47 AM

Quote:

Originally Posted by evilc (Post 1129242)
I already have this style installed and just upgraded my forum to 3.6.4

How do I now upgrade the style?

Please can someone help me with this?

Allan 12-14-2006 10:20 AM

Which version X ? (vB X => vB 3.6.4)

evilc 12-14-2006 01:16 PM

Quote:

Originally Posted by Allan (Post 1138385)
Which version X ? (vB X => vB 3.6.4)

Vb 3.6.2 to 3.6.4

I'm asking because they have been some weird lines in my admin ever since I upgraded.

Screenshot Attached.

Allan 12-14-2006 01:51 PM

Humm, no report with style.

MrNase 12-14-2006 06:35 PM

Hey Allan, very nice work!

Is there a chance to get all the .psd files? I want to change the colors from beige to blue because that's fits better my current design. :)

hanji 12-19-2006 04:21 AM

Quote:

Originally Posted by TheWhite (Post 1126289)
I have found a big big bug here in this style please look at the pictures to see it it only occurs using this style..

Hello

I'm running into something similar. First off.. I love this style. Great job!

The problem I'm having is when I add a new forum, it appears to be broken out of the table. All child forums under the main forum look good.

I'll attach a screen snap.

https://vborg.vbsupport.ru/

Thanks!
hanji

Allan 12-19-2006 04:33 AM

Quote:

Originally Posted by hanji (Post 1141414)
Hello

I'm running into something similar. First off.. I love this style. Great job!

The problem I'm having is when I add a new forum, it appears to be broken out of the table. All child forums under the main forum look good.

I'll attach a screen snap.

http://www.uno-code.com/images/vbulletin.jpg

Thanks!
hanji

https://vborg.vbsupport.ru/showpost....&postcount=140

hanji 12-19-2006 07:36 PM

Quote:

yes, choice Category, no forum (acp => Forums & Moderators => Forum Manager)
Hello

I apologize, but I'm not understanding that?

Thanks
hanji

rise888 12-22-2006 07:41 AM

what he means is:
go to your forum manager, then manage forums, then edit the setting for each of your forum setting - then under the part that says "act as a forum" select "no" and it will act as a category.

however, this hides the 'most recent' post section on the forum display page

quiescent 12-28-2006 04:39 AM

Any idea why it looks like this?

http://www.nobsnetwork.net/index.php

quiescent 12-28-2006 04:46 AM

My bad, just read through and got it fixed. Is there any implication if you set it as a category?

adonfun 12-28-2006 11:11 AM

Quote:

Originally Posted by quiescent (Post 1146208)
My bad, just read through and got it fixed. Is there any implication if you set it as a category?

If you set a forum as category, then you must add a regular forum to that category, otherwise it will show not good.

:)

grandfso 12-29-2006 12:39 AM

How's the work going on the expanded(100% width) version?
btw, is there any chance of getting all fonts a little bit smaller?

Luky 01-03-2007 01:58 PM

Great skin, installed.

Quote:

Originally Posted by Allan (Post 1077775)
V1.1 - Bug fix:
Replace image https://vborg.vbsupport.ru/ to https://vborg.vbsupport.ru/
Zip file upgrade ^^

Funny! :D

Allan 01-05-2007 10:13 AM

Thanks ^^

buurman 01-05-2007 12:18 PM

Totally loving the style!! thx!

Hope will also make a fluid version soon indeed, think I will like it also, merci!!

lxianc 01-06-2007 04:19 PM

Looks beautiful. Installation was easy. I'm sure I'll come up with some questions as I go through it today (since this is the first time I've ever used vBulletin) but so far so good. Thanks so much for the hard work on this one.

**Installed**


All times are GMT. The time now is 12:39 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.01557 seconds
  • Memory Usage 1,837KB
  • 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
  • (18)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