WP "YoungButStrong" ported to s9y

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
fwaggle
Regular
Posts: 8
Joined: Thu Jul 19, 2007 12:55 am

WP "YoungButStrong" ported to s9y

Post by fwaggle »

hey guys,

i chopped up a the wordpress theme "youngbutstrong" and made it work with s9y, i thought some might be interested in it. as far as i know it's free, but it is sponsored and there's a note in there that you must leave the link at the bottom.

Image
download

i tested it in firefox2 and msie5+6. i just knocked it out real quick for my wife, it's my first s9y theme (port or not), so suggestions would be greatly appreciated.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: WP "YoungButStrong" ported to s9y

Post by garvinhicking »

Hi!

A very slick theme, I like it! The porting looks very good to me, you didn't do anything obviously wrong. :-)

May I put your ported theme into our spartacus theme directory?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
fwaggle
Regular
Posts: 8
Joined: Thu Jul 19, 2007 12:55 am

Re: WP "YoungButStrong" ported to s9y

Post by fwaggle »

garvinhicking wrote:May I put your ported theme into our spartacus theme directory?
i don't mind. :)

as long as the license isn't incompatible, i don't believe the original author would mind - it looks to me like a sponsored theme and from what i gather those are getting removed from the wordpress themes website, so i imagine the author/sponsor would appreciate more exposure.

me, i just released it to prevent someone else who liked it from re-inventing the wheel. :D
Michele2
Regular
Posts: 39
Joined: Mon Aug 06, 2007 11:19 pm

Dates Showing Up Twice???

Post by Michele2 »

2 things about this template...

The html tag should be include

Code: Select all

 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
so it will validate properly.

And in IE, version 6 anyway, on pages that show multiple entries from multiple days, the first entry has 2 date boxes.

Replace

Code: Select all

<div class="clearfix"></div>
with

Code: Select all

<br clear="all" />
seems to fix it.[/code]
hudson-valley-dad
Regular
Posts: 40
Joined: Sun Feb 18, 2007 3:11 am

Post by hudson-valley-dad »

Does anyone know how I can remove the date for a sticky on this template?

the domain is robertsilichmd . com /plasticsurgeryblog/ (without the spaces)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi hudson-valley-day!

Yes, have a look at the default entries.tpl file and search for "sticky". You can adapt that code to the custom template you use.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
hudson-valley-dad
Regular
Posts: 40
Joined: Sun Feb 18, 2007 3:11 am

Post by hudson-valley-dad »

When you say "default" do you NOT mean youngbutstrong\entries.tpl because there is nothing in there for stickys at all. Is there an entries.tpl higher up that I should be looking at?

I did put some code in there for stickys from Carl's suggestion but since it didn't do the trick I went back to the original.

This is what Carl has suggested:

{if $dategroup.is_sticky}
<div class="content_date" style="background:none;width:0px;"> </div>
{else}
<div class="content_date">
<div class="content_month">{$entry.timestamp|formatTime:"%b"}</div>
{$entry.timestamp|formatTime:"%d"}</div>
{/if}
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Yes, templates/default/entries.tpl is the default entries.tpl I was mentioning. Inside that file you see the usual sticky behaviour which you need to trnasplant to your template.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply