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

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

Version: 3.5.4 Rating:
Released: 01-06-2006 Last Update: 06-09-2006 Installs: 419
Template Edits
Additional Files  
No support by the author.

Kirsch
Fluid & Fixed

Thank you to everyone who've brought Kirsch as far as it is now.

Kirsch GIF Description
Many people have been having issues with the PNG version so I've released a GIF version. It will not look quite as sharp on high-end computers, but it will load a lot faster. That's all that truly matters in the long run.

Included in ZIP
  • All new GIF image files.
  • PSD for the banner.
  • PSDs for the buttons.
  • Fonts used for the banner.
Kirsch PNG Description
Removed. Will no longer be updated.
This style was mainly created for FireFox and Opera users. It uses mostly PNG files as they show up much sharper. However, this style has been designed to work for IE users with the help of a released Extension. If you would like this style to work for IE users, you'll need to install a very fast plugin. It's quick and simple, and in my opinion, worth the extra ten seconds of your day.

Plugin: https://vborg.vbsupport.ru/showthread.php?t=93415


Comments
  • If you use this style, please click install.
  • Jun 23, 2006
    • If you are having problems with subforum image icons not showing, please refer to this post.
  • Jun 16, 2006
  • Jun 10, 2006
    • I have returned to continue providing support and I have also removed un-needed images in the style. Thank you for your patience. Support may slow down for the 3.5.4 version as I will be porting it over to 3.6.0. However, I'll do my best to make both work.
  • May 22, 2006
    • I will be unable to provide support for a couple weeks.
  • Apr 28, 2006
    • I have edited several areas in the header template, as well as tweak the css of several areas using the form css.
  • Apr 17, 2006
    • I have fixed a problem with the panel and panelsurround CSS areas where the background images were not repeating correctly. Updated as such in the GIF style only.
    • Removed the PNG version.
  • Apr 07, 2006
    • PNG will not be updated anymore. For instructions on converting to GIF, or for more information reguarding this comment, click here.
  • Mar 24, 2006
    • I've fixed the banner image in both versions. I have no idea why it was showing section02 as the header, but it's been updated to Kirsch again. Sorry about that. If you've already been using section02 and wish to use the Kirsch banner, download the new ZIP files or open the PSD that was included with your version.
  • Mar 18, 2006
    • The copyrights on the styles have been updated. If you have these styles installed, please update the copyrights accordingly.
  • Feb 25, 2006
    • The versions of the style have been updates to 3.5.4. Let me know if anyone has any problems.
Live Demo:
http://forums.xinnyburt.com/index.php?styleid=2

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
  #132  
Old 05-10-2006, 04:32 PM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I found the problem with the first part. I'm working on it now. For the break that you're trying to remove...

Find in navbar:
Code:
<!-- / nav buttons bar -->
There should be a break directly below it. Delete it.
Reply With Quote
  #133  
Old 05-10-2006, 04:49 PM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, just as a side note, that's not a cosmetic error. Andrew originally planned to have it that way. In any case, I can tell you how to remove it.

In FORUMDISPLAY find:
Code:
	  <td class="thead">&nbsp;</td>
	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
Replace that with:
Code:
	  <td colspan="2" class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
In FORUMHOME find:
Code:
	  <td class="thead">&nbsp;</td>
	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
Replace that with:
Code:
	  <td colspan="2" class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
I believe that should fix what you're talking about.
Reply With Quote
  #134  
Old 05-10-2006, 10:14 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, it kinda fixed it, but it didnt give it a colum if you get me?? it would be a different colour e.g like the coloums on forum home.. where you got the sat images

heres an image.. also once you fixed this, edit the template you've made on here, because others will want it also :P
Reply With Quote
  #135  
Old 05-10-2006, 11:46 PM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As I said, it's not how it was meant to be designed; and that's how it is on the regular default vBulletin style. With the second column for post icons, it would make it look weird. But yeah- I'm more than willing to link to my fix for it via the first post, but you're the first person to bring it up. It would seem that others are happy with the initial look. Anyways, I'm having an issue making it work. It involves three different templates and I'm already tired enough as it is. Heheh. I'll let ya know when I get it working right.
Reply With Quote
  #136  
Old 05-11-2006, 04:24 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Yarub
As I said, it's not how it was meant to be designed; and that's how it is on the regular default vBulletin style. With the second column for post icons, it would make it look weird. But yeah- I'm more than willing to link to my fix for it via the first post, but you're the first person to bring it up. It would seem that others are happy with the initial look. Anyways, I'm having an issue making it work. It involves three different templates and I'm already tired enough as it is. Heheh. I'll let ya know when I get it working right.
ok dude, thanks so much..

maybe because im using sat images that work with the forum home?? no one else would relise this..? unless they did also??..
Reply With Quote
  #137  
Old 05-11-2006, 02:43 PM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, you're right. However, they're not suppose to be like that on the styles because when you enable post icons, it adds in another column to the right. Right now, it looks like this (x=alt1, o=alt2):

X XXXXXXXXXXXXXX O X O

Now if you enable post icons, it looks like this:

XO XXXXXXXXXXXXX O X O

Now do you see what I'm saying? It's setup so that it DOES alternate, but only if you have post icons enabled. That being said, it's tricky to change it around now. The forumhome does not have post icons.
Reply With Quote
  #138  
Old 05-16-2006, 06:13 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont have a clue about them O'x n X's
Reply With Quote
  #139  
Old 05-17-2006, 01:06 AM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They were shown to represent the alternate colors used. I've attached two images to my post. They are showing what I am talking about with the X's and O's. In the first picture, you'll see that the first column and the second column are the same color. The second picture shows why they are the same color. When you allow post icons, it puts a column between them that is not the same color.
Reply With Quote
  #140  
Old 05-17-2006, 06:16 AM
zell_11 zell_11 is offline
 
Join Date: Dec 2004
Location: Edinburgh- Scotland
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The avatar colum is place at the top now, how do i change it back to being on the left hand side?
Reply With Quote
  #141  
Old 05-20-2006, 07:56 AM
myorkinc myorkinc is offline
 
Join Date: Mar 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow it very nice, Thank you for sharing with us!
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 01:26 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.05406 seconds
  • Memory Usage 2,321KB
  • 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
  • (5)bbcode_code
  • (1)bbcode_quote
  • (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