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)

mbulmer 05-13-2007 07:07 PM

Seems to be working okay under vB 3.6.6 without having done any template reversions. I'll post if any of our members report any bugs.

Shelly 05-13-2007 08:30 PM

when I installed it, the lay out is all tweaked. Everything (like the buttons, posts in thread and new topics) all sit to the left and the right side of the forum is blank. also the category bars are gone. Its all white and the forum looks all mixed together.

Floob 05-16-2007 08:09 AM

Quote:

Originally Posted by joergh (Post 1246142)
Allan,

it is a wonderful skin. Please be so kind to update it for vb 3.6.6 :)

Thanks for your great work and sharing it with the community!

joergh

Can this be updated for 3.6.6 / 3.6.7 ? I'm sure a few of us will be happy to donate for that.

talenak 05-20-2007 06:31 PM

How do I get THIS mod to work with this style.

This is makin me insane.

SCRIPT3R 05-20-2007 06:50 PM

Quote:

Originally Posted by talenak (Post 1251599)
How do I get THIS mod to work with this style.

This is makin me insane.

just be sure the navbar template is edited correctly... you'll most likely have to do it yourself.

off-hand, i think...
PHP Code:

<td id="custom_links" class="vbmenu_control"><a href="#custom_links">$vbphrase[custom_links_link]</a> <script type="text/javascript"vbmenu_register("custom_links"); </script></td>
$custom_singlelinks 


talenak 05-20-2007 06:57 PM

The navbar buttons are added in header for this style though. I honestly haven't got a clue where I'd even put your code at..
Then the rollover, I already have the buttons made and the ajax stuff in place. But the closest I've managed to get to adding a 2nd dropdown menu is just copying the quick links code :(

This is what the code for quick links is (i already have the buttons made and in place so that all works. it's just getting this to work with the mod)

Code:

<!-- Liens -->
<if condition="$show['member']">
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_liens.gif);" id="usercptools"><a href="$show[nojs_link]#usercptools" rel="nofollow"
                onmouseover="JSFX.fadeIn('liens')"
                onmouseout="JSFX.fadeOut('liens')"><img
                src="$stylevar[imgdir_misc]/bouton_liens.gif" name="liens"  width="93" height="40" border="0" class="imgFader" id="liens" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools", true); </script></td>
</tr>
</table>
</td>
</if>
<!-- /Liens -->


SCRIPT3R 05-20-2007 07:11 PM

Quote:

Originally Posted by talenak (Post 1251622)
The navbar buttons are added in header for this style though. I honestly haven't got a clue where I'd even put your code at..
Then the rollover, I already have the buttons made and the ajax stuff in place. But the closest I've managed to get to adding a 2nd dropdown menu is just copying the quick links code :(

ahh, i was thinking you might be using the default navbar. if you do want that navbar back, just revert your navbar template. if you want to create the new buttons along the top like in this style, you're gonna have to edit them for each link you want.

talenak 05-20-2007 07:24 PM

I think I'm getting somewhere... Even if I'm just making a big mess.
The attached image is what I've gotten so far. The Mall button is the button I made for it. So now, I guess how do I get the style's navbutton to work and hide the one the mod displays?

Code:

<!-- Mall -->
<if condition="$show['member']">
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_mall.gif);" id="custom_links"><a href="$show[nojs_link]#custom_links" rel="nofollow"
                onmouseover="JSFX.fadeIn('mall')"
                onmouseout="JSFX.fadeOut('mall')"><img
                src="$stylevar[imgdir_misc]/bouton_mall.gif" name="mall"  width="93" height="40" border="0" class="imgFader" id="mall" alt="" /></a><script type="text/javascript"> vbmenu_register("custom_links", true); </script></td>
$custom_droplinks_cat
$custom_singlelinks
</tr>
</table>
</td>
</if>
<!-- /Mall -->


Allan 05-20-2007 08:39 PM

Quote:

Originally Posted by talenak (Post 1251641)
I think I'm getting somewhere... Even if I'm just making a big mess.
The attached image is what I've gotten so far. The Mall button is the button I made for it. So now, I guess how do I get the style's navbutton to work and hide the one the mod displays?

Code:

<!-- Mall -->
<if condition="$show['member']">
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_mall.gif);" id="custom_links"><a href="$show[nojs_link]#custom_links" rel="nofollow"
        onmouseover="JSFX.fadeIn('mall')"
        onmouseout="JSFX.fadeOut('mall')"><img
        src="$stylevar[imgdir_misc]/bouton_mall.gif" name="mall"  width="93" height="40" border="0" class="imgFader" id="mall" alt="" /></a><script type="text/javascript"> vbmenu_register("custom_links", true); </script></td>
$custom_droplinks_cat
$custom_singlelinks
</tr>
</table>
</td>
</if>
<!-- /Mall -->


Look this: https://vborg.vbsupport.ru/showpost....&postcount=125

:)

tehQspm 05-20-2007 11:28 PM

Quote:

Originally Posted by talenak (Post 1213745)
The template warning in my acp drove me crazy, but you can get rid of the notices without reverting. Just go open the templates it's telling you are out of date and save them without making changes :)

That works. Although you should keep this in mind in the future should vb add something to a template that's needed for future functionality. I do know that with 3.6.6 they've added a bunch of template hooks to the templates.

I just manually went through comparing templates and adding the stuff for this style into each template. It's a long arduous process but worth it in the long run.

:)


All times are GMT. The time now is 08:59 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.02070 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)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