Page 1 of 1

RedEvoAphelion Template help

Posted: Wed Apr 01, 2009 6:24 pm
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 !

Re: RedEvoAphelion Template help

Posted: Thu Apr 02, 2009 1:00 pm
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

Re: RedEvoAphelion Template help

Posted: Thu Apr 02, 2009 3:41 pm
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"

Re: RedEvoAphelion Template help

Posted: Thu Apr 02, 2009 5:04 pm
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

Re: RedEvoAphelion Template help

Posted: Thu Apr 02, 2009 5:10 pm
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

.

Re: RedEvoAphelion Template help

Posted: Thu Apr 02, 2009 9:41 pm
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.