Foren / Cotonti / Support / Pagenav in list.tpl

SparrozzoIT
#1 17. Juli 2009, 04:42
The following strings dont work in list.tpl and page.tpl

		<tr>
			<td class="paging_left">{LIST_TOP_PAGEPREV}</td>
			<td class="paging_center">{LIST_TOP_PAGINATION}</td>
			<td class="paging_right">{LIST_TOP_PAGENEXT}</td>
		</tr>

After, I have installed the plugin CatNav (Category navigation ) but this show the page with error.
I want to make CatNav on the left and the list of file on the right or at center.
Go HERE

Added 12 hours 15 minutes later:

nothing ???

Dieser Beitrag wurde von SparrozzoIT (am 17. Juli 2009, 17:02, vor 15 Jahre) bearbeitet
tensh
#2 17. Juli 2009, 17:18
On the left you say? It seems to me that the left menubar is the part of header. It that's so, you've got to change the template in such a way that the part of left menu goes to list.tpl or page.tpl. The Catnav tag must be placed there.

Or change plugin hook, but I'm pretty sure it won't work that way >_>

The easiest thing would be creating right menu.
SparrozzoIT
#3 17. Juli 2009, 18:49
tnx tensh...I try today.
tensh
#4 17. Juli 2009, 19:28
No problem :)

But remember that when you cut header to make left menu be included in page body, you've got to change nearly all templates... to avoid it, use custom header feature.

Find in config.php:

$cfg['enablecustomhf'] = FALSE;		// To enable header.$location.tpl and footer.$location.tpl

Set it to "TRUE", and follow the little instructions :) create header.(your group location).tpl for all your categories. I think (but I'm not sure) it will extend to pages as well.

This way custom header + list and custom header + page will complete nicely.
SparrozzoIT
#5 17. Juli 2009, 22:43
tnx again tensh. I work on your example.

bye