vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   Kirsch (https://vborg.vbsupport.ru/showthread.php?t=104744)

evenmonkeys 04-29-2006 03:57 AM

I have edited several areas in the header template, as well as tweak the css of several areas using the form css. A new download is available, but the main thing I focused on was working in the discussion above.

xinnyburt 05-07-2006 05:09 PM

I know you don't supoort the PNG style anymore, but I accidently deleted some of the replacement variables. Is there anyway you could give those to me?

Smiry Kin's 05-09-2006 05:42 PM

theres an error with subforums kinda thing?? any help???

oninuva 05-09-2006 06:32 PM

looked at the girl :)
anyways great stlye

evenmonkeys 05-09-2006 07:37 PM

Quote:

Originally Posted by Smiry Kin's
theres an error with subforums kinda thing?? any help???

Have you always had this problem? I think I might know why it's doing that, but I'd have to take a look at it. Have you recently upgraded to one of my newer versions? If so, it might be because of a hack I installed before downloaded the XML. If so, my mistake. I can fix that.

If not, can you tell me how long you've had it like that?

Smiry Kin's 05-10-2006 02:56 AM

Quote:

Originally Posted by Yarub
Have you always had this problem? I think I might know why it's doing that, but I'd have to take a look at it. Have you recently upgraded to one of my newer versions? If so, it might be because of a hack I installed before downloaded the XML. If so, my mistake. I can fix that.

If not, can you tell me how long you've had it like that?

ermm its always been like it, im sure, i only noticed recently since i changed the images, for post bit..+ only just restarted work on my forums?

i did download a try the new style for 3.5.4 but its still the same as the one for 3.5.3

Smiry Kin's 05-10-2006 03:04 AM

oh also while your editing?? could you tell me how to remove this space??

just want to see if it will look right!

evenmonkeys 05-10-2006 03:54 AM

Your first post: what do you mean "post bit..+" ? The new edits in 3.5.4 only have effect if you've edited the header to something smaller than the images I put in there. I'm still lost as to what you mean. I'm working with the styles though.

Your second post: It should be in navbar. There should just be a " <br /> " or something toward the bottom that you can remove.

Smiry Kin's 05-10-2006 10:17 AM

Quote:

Originally Posted by Yarub
Your first post: what do you mean "post bit..+" ? The new edits in 3.5.4 only have effect if you've edited the header to something smaller than the images I put in there. I'm still lost as to what you mean. I'm working with the styles though.

Your second post: It should be in navbar. There should just be a " <br /> " or something toward the bottom that you can remove.

"for post bit..+ only just restarted work on my forums?" i ment the forum home icons, i changed the way they look, so they blend in with the forums. as you see in my first post.. its missing a column! any help?

and ill check the navbar

Smiry Kin's 05-10-2006 12:25 PM

name="query" size="20" />&nbsp;$gobutton<br />

is where the last <br /> is i removed it but nout happened :(

evenmonkeys 05-10-2006 04:32 PM

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.

evenmonkeys 05-10-2006 04:49 PM

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.

Smiry Kin's 05-10-2006 10:14 PM

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

evenmonkeys 05-10-2006 11:46 PM

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.

Smiry Kin's 05-11-2006 04:24 AM

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??..

evenmonkeys 05-11-2006 02:43 PM

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.

Smiry Kin's 05-16-2006 06:13 AM

dont have a clue about them O'x n X's

evenmonkeys 05-17-2006 01:06 AM

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.

zell_11 05-17-2006 06:16 AM

The avatar colum is place at the top now, how do i change it back to being on the left hand side?

myorkinc 05-20-2006 07:56 AM

wow it very nice, Thank you for sharing with us!

evenmonkeys 05-20-2006 03:02 PM

Quote:

Originally Posted by zell_11
The avatar colum is place at the top now, how do i change it back to being on the left hand side?

If you're using Kirsch and like it, show it by clicking install. =P

I'm assuming you're referring to the legacy postbit. Go to vBulletin Options > vBulletin Options > Style & Language Settings > Use Legacy (Vertical) Postbit Template. Set that to yes to have the info on the left side.

fatbeing 05-22-2006 01:34 PM

Awesome. Installed!

DC Dalton 05-23-2006 11:02 PM

Exceptionally nice skin! Very light, easy to use and clean as a whistle! Installed (and clicked)

No problems yet but I'm still looking

OK, actually I am getting some type of warning or something:
Quote:

There are currently 1 customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!
And I did notice the quick reply didn't work right ... any ideas here?

Mattikana 05-25-2006 11:29 AM

I switched to the GIF style.. but why there's a .gif AND .png version for each image in the statusicon folder? I bet you just forgot to remove them :surprised:

quang188 05-26-2006 12:57 AM

How can I take out the underline in the navbar?

lindab2 06-02-2006 08:00 PM

Very nice!

Mattikana 06-07-2006 07:17 PM

Any chance this style will support vB 3.6.0 ? :cheeky:

imran_khatri 06-07-2006 08:35 PM

Realy Cool Skin.........

Andrew K 06-08-2006 12:46 AM

Yarub's license is currently expired, but he will continue to support the style as soon as he renews his license. Thank you for your patience and understanding as we deal with the current situation.

evenmonkeys 06-10-2006 06:09 AM

Quote:

Originally Posted by Andrew K
Yarub's license is currently expired, but he will continue to support the style as soon as he renews his license. Thank you for your patience and understanding as we deal with the current situation.

Thanks. =D
Quote:

Originally Posted by DC Dalton
Exceptionally nice skin! Very light, easy to use and clean as a whistle! Installed (and clicked)

No problems yet but I'm still looking

OK, actually I am getting some type of warning or something:

And I did notice the quick reply didn't work right ... any ideas here?

That error will always show if it wasn't updated properly. You could fix that just by opening the template and saving it. Haha. I'll go through the templates to make sure everything's working.
Quote:

Originally Posted by Mattikana
I switched to the GIF style.. but why there's a .gif AND .png version for each image in the statusicon folder? I bet you just forgot to remove them

I'm sure you just uploaded the images into the image folder. However, you'll have to either delete the image folder prior to uploading the new images, or you would have to delete each png file. If they're both in the GIF style, I'll get em out. =P
Quote:

Originally Posted by quang188
How can I take out the underline in the navbar?

That should be just as easy as removing it from the "All Style Options" section of the Style Manager. Go down to the area for the .navbar and where it shows the link at the bottom of that area, change it from underline to none.
Quote:

Originally Posted by Mattikana
Any chance this style will support vB 3.6.0 ?

Definitely. I'll run through the style on 3.6.0 to make sure it's all working correctly, and then I will release it in the new 3.6.0 Styles forum. I'm very proud of this style, and I know a lot of people enjoy it. I'll be sure to keep it around.

Sorry about the lack of support for the last couple of weeks. My license expired and I was too poor to renew it. I'll begin porting Kirsch to 3.6.0.

evenmonkeys 06-10-2006 09:43 PM

Quote:

Originally Posted by Yarub
I'm sure you just uploaded the images into the image folder. However, you'll have to either delete the image folder prior to uploading the new images, or you would have to delete each png file. If they're both in the GIF style, I'll get em out. =P

Nevermind, you were right. I went ahead and uploaded a copy of the style without the PNG files. Thanks. =D

saadahmed007 06-17-2006 01:53 AM

Every Think Looking sooo nice i m going to install it.

MakZF 06-18-2006 06:15 PM

Great skin ;)
Really nice work.

Alfa1 06-22-2006 01:52 PM

The subforum image still links to the png instead of the gif.
misc/gmore.gif does not exist.

Somehow certain gifs, which are present on the server, do not show up in vBadvanced. Note that my vBadvanced is in www.mysite.com/ while my forum is in www.mysite.com/forum/
Sections of my site which integrate vBadvanced located in www.mysite.com/forum do display the images correctly.

evenmonkeys 06-22-2006 07:18 PM

Really? O_o That seems rather odd. Let me play with it in a bit. I have some things I need to get done this afternoon, but I'll try to get your issue resolved tonight.

evenmonkeys 06-24-2006 01:32 AM

Quote:

Originally Posted by Alfa1
The subforum image still links to the png instead of the gif.
misc/gmore.gif does not exist.

Somehow certain gifs, which are present on the server, do not show up in vBadvanced. Note that my vBadvanced is in www.mysite.com/ while my forum is in www.mysite.com/forum/
Sections of my site which integrate vBadvanced located in www.mysite.com/forum do display the images correctly.

Try reverting the following templates.

forumhome_subforumbit_post
forumhome_subforumbit_nopost
forumhome_subforumseparator_post
forumhome_subforumseparator_nopost

That'll fix the png/gif error. As for the vBadanced part of it, I'm not really sure how to fix it. Did you change all image locations to http://website.com/images/kirsch/whatever? If so, I'll try to think of some other solutions.

Alfa1 06-24-2006 12:42 PM

What do you mean with reverting these templates?

evenmonkeys 06-24-2006 11:39 PM

When you're in the Styles & Templates section of the adminCP, go to Edit Templates of the drop-down list on Kirsch. Then double-click FORUMHOME. Then click the following templates just once so that you don't open it. On the right side, there should be a revert button. Click that for each of the templates.

forumhome_subforumbit_post
forumhome_subforumbit_nopost
forumhome_subforumseparator_post
forumhome_subforumseparator_nopost

Alfa1 06-25-2006 06:28 AM

That certainly did good.

I have photopost installed. Everything works great there except this vbulletin navbar button:
www.mysite.com/photopost/images/kirsch/misc/menu_open.gif and this one:
www.mysite.com/photopost/images/kirsch/misc/navbits_start.gif
This directory does not exist, but kirsch is referring to it:
www.mysite.com/photopost/images/kirsch/

vBadvanced doesn't show:
the collapse_tcat.gif because it points to:
http://www.mysite.com/images/kirsch/buttons/collapse_tcat.gif
instead of:
http://www.mysite.com/forum/images/kirsch/buttons/collapse_tcat.gif

The same goes for all images in the kirsch folder.

evenmonkeys 06-25-2006 06:39 PM

I think that's actually more involving those modifications themselves. The modifications usually have instructions telling you to put the full path to the image files in the "All Style Options" of the Styles & Templates section of the adminCP. I don't have either of those modifications on my board so I wouldn't really know how to fix them. I'd say get ahold of the creators of those modifications and see if they can tell you how to make them work with their projects. I'll try to toy around with them though.


All times are GMT. The time now is 09:33 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.01499 seconds
  • Memory Usage 1,836KB
  • 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
  • (5)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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