Forums / Cotonti / Support / Pagination

Like on this site

pieter
#12846 2009-05-27 03:29
Do you mean like this?
http://www.kruisstraat89.be/
At the bottom.
There is also an extra features just before news items (new entry and headlines).

You need to install advanced news

- If you only want the pagination just add {NEWS_INDEX_PAGENAV} as tag in news.tpl

- If you want all features:
Add this after <!-- END: PAGE_ROW --> and before <!-- END: NEWS --> in news.tpl
<!-- BEGIN: HEADLINES_ROW -->
<div class="{PAGE_ROW_ODDEVEN}">{PAGE_ROW_DATE} : {PAGE_ROW_CATPATH_IDX} {PHP.cfg.separator} <a href="{PAGE_ROW_URL}">{PAGE_ROW_SHORTTITLE}</a></div>
<!-- END: HEADLINES_ROW -->

<div class="paging" style="text-align:center;">{NEWS_INDEX_PAGENAV}</div>

I added the following too just before <!-- BEGIN: PAGE_ROW -->
<div class="paging righttext">{NEWS_SUBMITNEWPOST} &nbsp; {NEWS_HEADLINESTOGGLE}</div>
This is to add a new news-item and to toggle between headlines and full news-items.

-------------
I am not sure if you need sedplus too for that look that I have. (Just try it.)
http://www.t3-design.com/seditio-plus/
... can we help you ...

Dit bericht is bewerkt door pieter (2009-05-27 03:46, 16 jaren ago)