Skinning and designing Serendipity (CSS, HTML, Smarty)
lordcoffee
Regular
Posts: 308 Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:
Post
by lordcoffee » Sun Jun 10, 2007 3:13 pm
Hi everybody!
It's done! My Template called
"Translucency" in finished and you can of course download it from here:
Download Translucency
and: Yes Garvin, you can put it into spartacus
If there any questions about it or if you have any Probs, just ask.
Greetings, Lordcoffee.
Don Chambers
Regular
Posts: 3657 Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:
Post
by Don Chambers » Sun Jun 10, 2007 8:35 pm
Nice job there lordcoffee!!!
=Don=
reihardL
Posts: 2 Joined: Sun Jun 10, 2007 1:26 pm
Post
by reihardL » Sun Jun 10, 2007 10:29 pm
yep, also this colorset is cool
garvinhicking
Core Developer
Posts: 30022 Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:
Post
by garvinhicking » Mon Jun 11, 2007 12:21 pm
Hi!
Great!
Added to Spartacus!
Regards,
Garvin
misspick
Regular
Posts: 6 Joined: Sat Dec 01, 2007 9:21 pm
Post
by misspick » Wed Dec 12, 2007 6:31 pm
I am using your theme on my site and I'm very happy with it. I was wondering if there was a way to turn off the shortening of the titles on post.
For example, instead of
Your Weight Loss Can Stall ...
I want the title to be
Your Weight Loss Can Stall Because of Insufficient Water Consumption
I hope you can help me out!
P.S. Have you considered doing a wider version?
lordcoffee
Regular
Posts: 308 Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:
Post
by lordcoffee » Wed Dec 12, 2007 11:18 pm
Hi!
I'm glad you like it
Just open the entries.tpl file and edit on line 14:
Code: Select all
<a href="{$entry.link}">{$entry.title|@default:$entry.body|truncate:37:" ..."}</a></h1>
just delete the:
so that you'll have:
Code: Select all
<a href="{$entry.link}">{$entry.title|@default:$entry.body}</a></h1>
That means that the headlines are not longer reduced to 37 characters.
Greetings, Lordcoffee!
misspick
Regular
Posts: 6 Joined: Sat Dec 01, 2007 9:21 pm
Post
by misspick » Tue Dec 18, 2007 12:42 am
Thanks so much!
Chinster
Regular
Posts: 21 Joined: Tue Aug 28, 2007 4:02 pm
Post
by Chinster » Tue Jan 15, 2008 2:31 pm
Bit wider and I think I would try this theme out