RedEvoAphelion Template help

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
glucksnip
Regular
Posts: 5
Joined: Tue Mar 03, 2009 5:35 pm
Location: Le Havre (France)
Contact:

RedEvoAphelion Template help

Post by glucksnip »

Hi all,

Sorry for my english i'm french... :oops:

My question (traduction google):

how to articles 5 to homepage please ?

My index page : http://atoutalor.fr/

Thank you !
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: RedEvoAphelion Template help

Post by garvinhicking »

Hi!

You can change the number of entries to display on your blog inside the Serendipity Configuration, there's an input field for this. It is set to a default of 15 entries.

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/
reinhardl
Regular
Posts: 258
Joined: Wed Jun 20, 2007 8:54 am
Location: Germany

Re: RedEvoAphelion Template help

Post by reinhardl »

edit index.tpl

search


{serendipity_fetchPrintEntries category=$template_option.catfeat full=true fetchDrafts=false noSticky=true limit="0,3" template="entries_lcol.tpl"}




there you can change for example "0,3" to "0,5"
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: RedEvoAphelion Template help

Post by yellowled »

reinhardl wrote:

Code: Select all

{serendipity_fetchPrintEntries category=$template_option.catfeat full=true fetchDrafts=false noSticky=true limit="0,3" template="entries_lcol.tpl"}
there you can change for example "0,3" to "0,5"
I've always liked the idea of making this customizable via a theme option, i.e. offering a set of radio boxes to set the upper limit to sensible values (1,3,5,7 or something).

Maybe this would be a nice addition to this template? Of course, it doesn't make sense in any layout, and I'm not really familiar with this template, so maybe it doesn't make sense here. So, just my 2 cents :)

YL
glucksnip
Regular
Posts: 5
Joined: Tue Mar 03, 2009 5:35 pm
Location: Le Havre (France)
Contact:

Re: RedEvoAphelion Template help

Post by glucksnip »

garvinhicking wrote:Hi!
You can change the number of entries to display on your blog inside the Serendipity Configuration, there's an input field for this. It is set to a default of 15 entries.
Regards,
Garvin
Ok !! no effect....

reinhardl wrote:edit index.tpl
search
{serendipity_fetchPrintEntries category=$template_option.catfeat full=true fetchDrafts=false noSticky=true limit="0,3" template="entries_lcol.tpl"}
there you can change for example "0,3" to "0,5"
No effect ..


HAAAA OK !! Here !

Code: Select all

<div id="lead" class="feature clearfloat">
		            {serendipity_fetchPrintEntries category=$template_option.catlead full=true fetchDrafts=false noSticky=true limit="0,1" template="entries_lead.tpl"}
limit=0,5

YES YES YES !!! :wink: :wink:

The theme is very nice !!

Thank you all !!

For you : http://www.samokrutka.ru/flash/index.html

.
Don Chambers
Regular
Posts: 3657
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: RedEvoAphelion Template help

Post by Don Chambers »

yellowled wrote:I've always liked the idea of making this customizable via a theme option, i.e. offering a set of radio boxes to set the upper limit to sensible values (1,3,5,7 or something).
YL
It is a template option in Kinetic. :wink: Very easy to do.
=Don=
Post Reply