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)

Fallen Day 10-24-2006 04:18 PM

It's also Includes instruction=)

Quote:

Originally Posted by Allan
Installation Instructions:

Step 1: Open the "upload" folder. Upload the /easyaction folder including all of the subfolders and files to your forum's root directory.

Step 2: Login to the vBulletin admin control panel, usually at /admincp, and under "Styles & Templates" select "Download / Upload Styles"

Step 3: There should be a section titled "Import Style XML File." It is IMPORTANT to fill in the bubble next to "Ignore Style Version" otherwise the skin file might not install.

If you would like to use the fixed width version, please import the included fixed.xml style file.

If you would like to use the fluid (expandable) width version, please import the included fluid.xml file.


Allan 10-25-2006 09:44 PM

Quote:

Originally Posted by kalleball
having the same problem as dfe is having, image verification is not working, works with all other styles...@3.6.2

Fix Bug: (26-10-06)
  • Fix bug "image verification", work now. This problem was only style 3.6.2. (template imagereg)
;)

Description:
In "imagereg" template, find:
Code:

<input type="text" class="bginput" name="imagestamp" size="10" maxlength="6" />
Add under:
Code:

<input id="imagehash" type="hidden" name="imagehash" value="$imagehash" />

tansu 10-26-2006 01:33 AM

How about adding new links to navbar?
How to do that?

kalleball 10-26-2006 07:02 AM

great allan...will update it when i get home ;)

tansu> just make new images with the psd's...add them to the navbar...quite easy...

http://alteracdeviants.org/

can't have too many though, thinking about removing FAQ or something...

tansu 10-26-2006 07:08 AM

Hi kalleball,
I am not good at php, I added simple links with the default style before but this looks pretty hard to me,
I couldnt even find the other links in navbar template,
İn header template I found them but I can only change an existing link to another, for example I changed FAQ to downloads..
But I have to add new links, I am ok with psd's but I couldn find how to put them in the code, esspecialy "over" ones..

kalleball 10-26-2006 02:28 PM

say you want to add a forum button like i did...find

Code:

<!-- Inscription -->
in the header template...

copy paste and change the stuff you need to change such as...

Code:

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

that'll get the image in the navbar...to make the rollover work you'll have to go to headinclude...find

Code:

JSFX.Rollover("inscription",    "$stylevar[imgdir_misc]/bouton_inscription_over.gif");
copy paste...like

Code:

JSFX.Rollover("forum","$stylevar[imgdir_misc]/bouton_forum_over.gif");
think that's it...

tansu 10-26-2006 08:33 PM

@kalleball, Thank you very much for your effort. I really need this.
Thanks

tansu 10-27-2006 10:32 AM

Hello from the problem child of this style:D
Now, one more thing to go...
Board looks great.. but when I click to a link, or refresh a page, board mainly expands and comes to original size again..
I hope I expressed correctly

kalleball 10-27-2006 04:07 PM

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

marcos_ 10-27-2006 10:11 PM

Hi Allan

moderator column isnt fixed ( static)


moderator's nicknames change its pixels


http://img57.imageshack.us/img57/1310/aaaaayg0.jpg


how can i fix it.


All times are GMT. The time now is 03:51 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.01552 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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