Search found 2 matches
- Mon Nov 19, 2007 8:17 pm
- Forum: Joomla! Coding 101
- Topic: using administrator's pagenav on frontend
- Replies: 1
- Views: 491
Re: using administrator's pagenav on frontend
alright people, i solved most of the problems with simple things, like putting mosGetParam's to get limit and limitstart, instead of using those wretched getUserStatementWhatever... And instead of using getListFooter at the end of the list, i've put three echo's: echo $pageNav->writePagesLinks("inde...
- Wed Nov 14, 2007 1:10 pm
- Forum: Joomla! Coding 101
- Topic: using administrator's pagenav on frontend
- Replies: 1
- Views: 491
using administrator's pagenav on frontend
i'm making a component that manages a database on frontend, but it must have a reordering feature (those blue up and down arrows). since frontend version of the pagenav include dont offer that possibility, i am trying to use the backend version of this include, but it's not working. when i click any...