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:


All times are GMT. The time now is 10:56 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.01442 seconds
  • Memory Usage 1,756KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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