Hi,
I urgently need a menu template for a client which will allow users to navigate forward and backwards through a set of sibling pages using previous/next links. There must also be a page counter, in the following format, eg: 4 of 10.
If there is cheaper/more efficient way of doing this without setting up a menu template, that would be fine too. If anyone is interested please message me back.. many thanks!
menu layout needed
Re: menu layout needed
Hello there,
Am just a newbie trying to help.
maybe you should add
<div>
<span>
{cms_selflinks dir="previous"}
</span>
<span>
{cms_selflinks dir="next"}
</span>
</div>
or if you are using another language you can use
<div>
<span>
{cms_selflinks dir="previous" label="previous page"}
</span>
<span>
{cms_selflinks dir="previous" label="next page"}
</span>
</div>
just before the footer div in your themeplate
or before the content tag in your themeplate.
you can as well float the div left/right
you can change "next page" and "previous page" after the "label=" to you preferred language.
an sorry if these couldn't help. just wish you understands it.
Am just a newbie trying to help.
maybe you should add
<div>
<span>
{cms_selflinks dir="previous"}
</span>
<span>
{cms_selflinks dir="next"}
</span>
</div>
or if you are using another language you can use
<div>
<span>
{cms_selflinks dir="previous" label="previous page"}
</span>
<span>
{cms_selflinks dir="previous" label="next page"}
</span>
</div>
just before the footer div in your themeplate
or before the content tag in your themeplate.
you can as well float the div left/right
you can change "next page" and "previous page" after the "label=" to you preferred language.
an sorry if these couldn't help. just wish you understands it.