[STYLEDB] K-Kitty for phpBB3 3.0.2

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
Day_Walker
Registered User
Posts: 3
Joined: Sun Jul 06, 2008 11:59 am

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Day_Walker »

ok thx

in ie 6 is the header to high... is this a bug ?
User avatar
Kewee
Registered User
Posts: 84
Joined: Thu May 31, 2007 7:18 am
Location: France
Name: Sabine Da Silva

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Kewee »

I have replied about this problem. IE7 is free and more efficient than ie6 whitch is bugged and different than the others navigators. So I have decided to adapt this style for firefox, opera and internet explorer 7 but not with IE6 because it is very too difficult and no very usefull
Day_Walker
Registered User
Posts: 3
Joined: Sun Jul 06, 2008 11:59 am

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Day_Walker »

hello,

ok thx... or what is the problem with ie 6 ? perhaps you can tell me what you must change with it so he works with ie 6.
User avatar
Kewee
Registered User
Posts: 84
Joined: Thu May 31, 2007 7:18 am
Location: France
Name: Sabine Da Silva

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Kewee »

i have not ie6 so i can't see the problems, in consequence, i don't know how to change them. :?
User avatar
Dogs and things
Registered User
Posts: 2114
Joined: Fri Sep 01, 2006 9:04 am
Location: Spain

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Dogs and things »

I you´re interested in being able to Install multiple versions of IE on your PC, you can use Multiple IE and then try to fix your beautiful style's ie6 problems. ;)
For phpBB2 support visit phpBB2refugees.
User avatar
Kewee
Registered User
Posts: 84
Joined: Thu May 31, 2007 7:18 am
Location: France
Name: Sabine Da Silva

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Kewee »

thanks for your link but it is not running with vista ;)

but as i said, ie6 will not survive, and it is surprising to use it now because there is an update called ie7. It is like phpBB3.0.0 and phpBB3.0.1; it is not interesting correcting bugs for phpBB3.0.0 when your style in phpBB3.0.1 is correct, isn't it? :mrgreen:

So sorry it is too complex to correct those bugs for me (with vista and without ie6 it is quite impossible too :( :? )
User avatar
Dogs and things
Registered User
Posts: 2114
Joined: Fri Sep 01, 2006 9:04 am
Location: Spain

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Dogs and things »

Ah,

That´s a pity. :cry:

The problem with IE6 is that it´s still being used by a huge amount of people, on my site for instance it still accounts for about 40% of my total visitors.
For phpBB2 support visit phpBB2refugees.
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Raimon »

Try the next thing , it works for IE6 ,7 , FF3, Opera 9.5 what i have just tested. :

Open styles/K_kitty/theme/common.css

search:

Code: Select all

#search-box {
	color: #BCDFF4;
	position: relative;
	margin-top: 220px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}
replace with:

Code: Select all

#search-box {
	color: #BCDFF4;
	position: relative;
	margin-top: -35px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}
Open styles/K_kitty/template/overall_header.html

search:

Code: Select all

<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
			<div id="search-box">
				<form action="{U_SEARCH}" method="post" id="search">
				<fieldset>
					<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> 
					<input class="button2" value="{L_SEARCH}" type="submit" /><br />
					<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
				</fieldset>
				</form>
			</div>
		<!-- ENDIF -->

			<span class="corners-bottom-header"><span></span></span></div>
		</div>
replace with:

Code: Select all

<span class="corners-bottom-header"><span></span></span></div>
		</div>
		
		<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
			<div id="search-box">
				<form action="{U_SEARCH}" method="post" id="search">
				<fieldset>
					<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> 
					<input class="button2" value="{L_SEARCH}" type="submit" /><br />
					<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
				</fieldset>
				</form>
			</div>
		<!-- ENDIF -->
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
829computers
Registered User
Posts: 101
Joined: Mon Sep 22, 2003 11:12 pm

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by 829computers »

My daughter loves this theme, will it be updated for 3.0.2?
User avatar
Kewee
Registered User
Posts: 84
Joined: Thu May 31, 2007 7:18 am
Location: France
Name: Sabine Da Silva

Re: [Release] K-Kitty for phpBB3 3.0.1

Post by Kewee »

yes, i think to post the update this wednesday with little modifications. Sorry for the delay but it will be better, i promise.
User avatar
Kewee
Registered User
Posts: 84
Joined: Thu May 31, 2007 7:18 am
Location: France
Name: Sabine Da Silva

Re: [Release] K-Kitty for phpBB3 3.0.2

Post by Kewee »

Update in 3.0.2 :mrgreen:

Download on the first page of this topic or here:
K_Kitty.zip
K_Kitty.rar

I have made some modifications on this style to be better, like colors modifications;
Image
and a new ban, navbar's icons and new folders;
Image

I hope fans will be happy :mrgreen:
829computers
Registered User
Posts: 101
Joined: Mon Sep 22, 2003 11:12 pm

Re: [Release] K-Kitty for phpBB3 3.0.2

Post by 829computers »

Like the new graphics. Nicely done.

Thank you.
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough

Re: [Release] K-Kitty for phpBB3 3.0.2

Post by will_hough »

K-Kitty has been released to the phpBB3 Styles Database.
Please continue to post in the new K-Kitty Styles Database Topic.

Return to “[3.0.x] Styles in Development”