vb.org Archive

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

VTXCafe.com 01-11-2007 06:55 AM

Two different PC's and I can't see a border. Maybe the file didn't upload right but what file/edit would it be?

http://www.thenavycafe.com/forum/showthread.php?t=44

If the background was not grey it would blend to all white.

evenmonkeys 01-11-2007 08:04 AM

Oh. You're not using the white page background. That's why you don't see the border.

VTXCafe.com 01-11-2007 12:47 PM

I changed it back to white to show you what I'm talking about. In postbit the post fades into the background at the bottom. Is there a way to add a border?

itsid 01-11-2007 01:05 PM

your missing a setting in the css (had the same problem once)

check css- tableborder settings
if you find this in the righthand box:
Code:

border: 1px solid #BEC9D1;
if not, add it :D

'sid

evenmonkeys 01-11-2007 06:55 PM

Thank you, itsid.

If you don't ever recall changing that, I'll run through my downloads and make sure they're correct.

For the css on tborder, it should be set to this:
Background: #FFF
Font Color: #000
Extra: border: 1px solid #BEC9D1;

VTXCafe.com 01-11-2007 07:34 PM

Quote:

Originally Posted by itsid (Post 1156208)
your missing a setting in the css (had the same problem once)

check css- tableborder settings
if you find this in the righthand box:
Code:

border: 1px solid #BEC9D1;
if not, add it :D

'sid

That was it, thanks! I added this theme as a child of another theme and I guess that screwed it up on that setting. Thanks again, looks much better now. :)

Quantnet 01-12-2007 07:42 AM

Quote:

Originally Posted by Yarub (Post 1155977)
There's actually a modification that you can use. Try this:
https://vborg.vbsupport.ru/showthread.php?t=123713

I don't think it's the same. that one will separate forum on forum home. I need separate post on thread view...Like exactly what this post and the post above it has a 1 or 2 px separation.
thanks

evenmonkeys 01-12-2007 09:24 AM

Oh. I read your post incorrectly.

So you're looking to make the space between each post larger? Hmmm... You could just add a break (<br />) at the very end of your postbit and/or postbit_legacy template(s).

Quantnet 01-12-2007 04:07 PM

thanks, that does it but the gap using <br /> is HUGE. I only want 1,2 pixels...thanks ;)

Quantnet 01-12-2007 04:43 PM

ok, instead of <br /> i used <div style="padding:0px 0px 1px 0px"> and it gives me a smaller space...but till seems like twice the spacer here.

How do i add border line around each post like what we have here. Thanks

evenmonkeys 01-12-2007 09:20 PM

For the css on tborder, it should be set to this:
Background: #FFF
Font Color: #000
Extra: border: 1px solid #BEC9D1;

That puts the border around everything. I'm really thinking that I didn't add that in. >_>

Quantnet 01-12-2007 09:37 PM

works great...i used Extra: border: 1px solid #000000; so it has a black border around everything. I think it looks much better and have a more of a standout look for the theme.

I'm looking to change the table header color to more like the table footer. Your style would be much better if we have some darker borders on table header.

You can see how it looks here. http://www.quantnet.org/forum/index.php Please input comments.

thanks

evenmonkeys 01-21-2007 08:10 AM

Your site looks nice, but I just don't like the darker borders. I like the light colors on everything as it helps it all blend together. You're more than welcome to use the darker border and it does wonders for your website. =D I'm glad it's working for you.

EricPSF 01-24-2007 02:54 AM

Hi Yarub,

I am new to building a forum.
I hv read through yr "readme" in yr zip file. Just a qn, how upload the xml from my computer? How to key in those data " merge into style:No, .... Allow user selection"? Using wordpad?

Thank you.

Regards,
Eric

evenmonkeys 01-24-2007 03:50 AM

AdminCP > Styles & Templates > Download / Upload Styles

Be sure to click install if you use it. ;)

EricPSF 01-24-2007 05:52 AM

:confused: Hi,

I hv installed :)

But how come i cannot see all the jpeg or gif icons and logo?

Pls advise.

Thank you.

Regards,
Eric

evenmonkeys 01-24-2007 06:13 AM

The location of your images must be:

[forum directory]/images/kirsch/

jmw 01-25-2007 05:42 PM

Some questions:

1. Does this style work fine on Vb 3.6.4?
2. Does it have a fluid style? I'm interested only in fluid.

Thanks in advance.

evenmonkeys 01-25-2007 08:06 PM

1. Yes- there shouldn't be any templates modified other than header and footer.
2. Yes, it has both.

tutusinghsohi 01-28-2007 03:14 AM

installed....

mtlcore 02-01-2007 01:53 AM

I just bumped into a problem. I have stacked sub-forums so it displays the first 3 line of forums fine but after that the background just turns to light blueish... meaning it does not stay the same greyish/white background. Anyway in figuring that out?

mtlcore 02-02-2007 12:11 AM

anybody? ^ thanks.

mtlcore 02-04-2007 03:53 PM

Please help me out.

evenmonkeys 02-05-2007 02:25 AM

I'm sorry, but I will only help members who have clicked install. I will be more than happy to answer your question once you have done so.

mtlcore 02-05-2007 04:23 AM

Quote:

Originally Posted by Yarub (Post 1174919)
I'm sorry, but I will only help members who have clicked install. I will be more than happy to answer your question once you have done so.

:) sorry about that, I thought I did.

Now I did, please help me? Thanks.

evenmonkeys 02-05-2007 04:34 AM

Alright. Assuming that your problem is coming from the category strip being pulled too far vertically, in All Style Options try replacing this:

Template: category strip
Code:

#869BBF url(images/kirsch/gradients/gradient_tcat.jpg) repeat-x top left


with one of these two (whichever looks best on your modification):
Code:

#F5F7F9 url(images/kirsch/gradients/gradient_tcat.jpg) repeat-x top left
Code:

#EEF0F2 url(images/kirsch/gradients/gradient_tcat.jpg) repeat-x top left

CaGo 02-05-2007 07:57 PM

thank you Yarub. İnstalled...

mtlcore 02-05-2007 11:09 PM

Thank you sooo much!!!!

giorgiotave 02-14-2007 09:33 AM

Hello,

for 3.6.4 is Good?

Add: sorry, i look page 12 of this thread :D

Michael_Jim 02-18-2007 05:11 PM

Quote:

Originally Posted by giorgiotave (Post 1182212)
Hello,

for 3.6.4 is Good?

Add: sorry, i look page 12 of this thread :D

Quote:

# 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.
So it should work :)

rapidphim 02-23-2007 05:20 AM

Hello...

Where do you go in acp to edit, or better yet to put the banner.jpg center instead of align left? Thanks!

evenmonkeys 02-23-2007 05:23 AM

I'm sorry, but I will only help members who have clicked install. I will be more than happy to answer your question once you have done so.

rapidphim 02-23-2007 01:46 PM

alright... didn't see that big note. I already clicked it.

evenmonkeys 02-23-2007 08:37 PM

Styles & Templates => Style Manager => All Style Options => {Header Template}

Should be the very first template on the top. I'm assuming you're using the fluid style. Replace that header template with the following:
Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" width="100%">
<tr>
        <td background="images/kirsch/misc/banner_02.jpg" align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output


rapidphim 02-23-2007 09:42 PM

ahhhhhhh... that align="center" tag.......... thanks much! Was looking too hard myself!

BeyondMedieval 02-28-2007 05:42 PM

I like this skin and i install it ,but i want to make some small changes and not sure how?

The location , post count , join date, are on the left hand side ,like it is on this board
but can we change it to be on the left hand side under the user name?

BeyondMedieval 02-28-2007 07:05 PM

sorry for the second post ..don't worry about what i asked i found
what i am looking for .. hmm did not look well silly me

anyway nice skin i will use it for sure i like it a lot tnx :)
good work

GabyZ 03-07-2007 03:38 PM

I love this skin, but I can't add shadow (using images) at the right and left of the forum table like here www.hwupgrade.it/forum . Anyone can me, i've tried everything, plzzzz.:(

limey 03-07-2007 04:31 PM

For some reason, when I goto edit a post or thread and then press the save button it just sits there forever and never saves. I think this has to do with the skin, because editing works fine on several other forums on the same server.

To be clear: The AJAX version of editing a post does not work nor does the go advanced button.

anywares 03-07-2007 05:36 PM

If there were a fluid version this skin qould rock even more...please make my day and say there IS


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