Page 1 of 1
WP "YoungButStrong" ported to s9y
Posted: Thu Jul 19, 2007 1:00 am
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.
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.
Re: WP "YoungButStrong" ported to s9y
Posted: Thu Jul 19, 2007 8:58 am
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
Re: WP "YoungButStrong" ported to s9y
Posted: Thu Jul 19, 2007 11:14 pm
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.

Dates Showing Up Twice???
Posted: Sun Aug 12, 2007 9:05 pm
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
with
seems to fix it.[/code]
Posted: Sat Aug 25, 2007 2:05 am
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)
Posted: Sat Aug 25, 2007 2:36 pm
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
Posted: Sat Aug 25, 2007 8:29 pm
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}
Posted: Sat Aug 25, 2007 8:34 pm
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