Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Kirsch Details »»
Kirsch
Version: 3.7, by evenmonkeys evenmonkeys is offline
Developer Last Online: Dec 2018 Show Printable Version Email this Page

Version: 3.6.7 Rating:
Released: 06-16-2006 Last Update: 08-07-2007 Installs: 446
Template Edits
Additional Files  
No support by the author.

Kirsch
Fluid & Fixed

Description
This style is a port of the Kirsch 3.5.x version.

Included in ZIP
  • All image files.
  • PSD for the banner.
  • PSDs for the buttons.
  • Fonts used for the banner.

Comments
  • If you use this style, please click install.
  • Dec 22, 2007
    • I apologize for the lack of updates on this style. I have been unbelievably busy with the holidays and work. On top of that, my license expired and I was not able to upgrade my versions. However, I have just renewed my license and I will be updating to 3.7.x. It is unlikely that I will be making a new style for 3.6.x. Feel free to make updates yourselves.
  • Jul 13, 2007
    • So I've had a lot of people asking me to update the style. Fine. The least people can do for my time in keeping this style updated is click the install button. Is it too much to ask? >_< Those that already have, thank you. I'll be slowly adding the different style over the next 24 hours.
  • Dec 15, 2006
    • A lot of people have been asking me to make a version for 3.6.4. Please note that the 3.6.3 version will work perfectly fine on 3.6.4 because I do not have any direct template modifications. Everything is edited via the css. I will make one, but I just haven't gotten to it as I've been really busy with work. I'll try to do it this weekend when I get a chance.
  • Nov 9, 2006
    • Added an update for the newest version of vBulletin, 3.6.3. Enjoy and let me know if anything's wrong.
  • Oct 6, 2006
    • Took awhile, but I got it updated. There were no major changes made, but at least it matches the latest version of vBulletin. Enjoy.
  • Sep 25, 2006
    • Over the past couple of weeks, I have seen dozens of websites who wear Kirsch and have removed the copyright notice. Andrew and myself have put a lot of time into this style and simple request that the copyright remain where it is. If I continue to see websites that have removed it, I will no longer offer Kirsch or Kirsch updates publicly. I ask that all websites found that have removed the copyright be PM'd to me. Thank you.
  • Aug 07, 2006
    • Kirsch has been completely updated to vBulletin 3.6.0 Gold. New styles for both fluid and fixed forums are available for download.
  • Jul 21, 2006
    • I have added two xmls for Release Candidate 2; fluid and fixed. This should help fix any template errors.
  • Jun 16, 2006
    • Initial release for 3.6.0 Beta 2.
Live Demo:
No demo currently.

Enjoy this style!

Support only offered to those who clicked install.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 08-16-2006, 05:12 PM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm actually not sure on that. It would appear as though others are having issues with putting a space between the forum categories. I'll see if I can find a way to do it, but you can try looking here for help too.

http://www.vbulletin.com/forum/showthread.php?t=156783
https://vborg.vbsupport.ru/showpost....9&postcount=62
Reply With Quote
  #83  
Old 08-17-2006, 02:46 PM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got spaces to work just fine inbetween my categories using the template edit method of seperate forum home categories
Reply With Quote
  #84  
Old 08-18-2006, 09:15 AM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is that the modifcation I specified in my post above yours? Or did you do that yourself?
Reply With Quote
  #85  
Old 08-18-2006, 12:26 PM
GreysAnatomy's Avatar
GreysAnatomy GreysAnatomy is offline
 
Join Date: May 2005
Location: Chocoland
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didn't take it. I just wanted to let you know that it's a nice name you chose here. Kirsch is German and it means cherry liqueur. Cheers!

But you probably knew that already.
Reply With Quote
  #86  
Old 08-18-2006, 04:59 PM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually, I did not know that. Kirsch is actually the last name of the other designer for this style. Hence Andrew K.
Reply With Quote
  #87  
Old 08-20-2006, 12:36 PM
specmav specmav is offline
 
Join Date: Jul 2006
Location: Boston, Ma
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting a problem when I insert a table in between posts. The table shows but it is not flush with the other posts surrounding it (it's indented). I tried updating the width property but the right side extends outward passed the posts and distorts the page.

The part in my postbit_legacy bit looks like this:

Code:
<if condition="!is_member_of($bbuserinfo, 5, 6, 7, 22)">
<if condition="$post[postcount] == 1"> 

$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
	<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
	<td class="alt1" align="center">
		*****OMITTED*****
	</td>
</tr>
</table>

</div>
$spacer_close

</if>
</if>
Any help would be appreciated!
Thanks!
Reply With Quote
  #88  
Old 08-21-2006, 10:06 AM
soletrader soletrader is offline
 
Join Date: Jul 2006
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone got a good gradient for the category strips? The stock is a little too light for me. Any recommendations?
Reply With Quote
  #89  
Old 08-31-2006, 11:04 AM
Mattikana Mattikana is offline
 
Join Date: Jan 2005
Location: Flanders
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

misc/expires.gif is missing
Reply With Quote
  #90  
Old 09-01-2006, 01:30 PM
DrJot DrJot is offline
 
Join Date: Aug 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice, installed.

Greetz
Reply With Quote
  #91  
Old 09-05-2006, 06:47 AM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i finally upgraded to 360.. i had so many hacks i lost my whole board.. i was devestated... but im back up..and the first thing i went looking for?? your latest style!. this one is the best out there... its light, but filled with the amenities all good forums need.. you are a philanthropist! this theme is worth paying for!
thanks for your work!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:36 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.05028 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete