Search found 2 matches
- Fri Mar 21, 2008 8:00 pm
- Forum: Joomla! Coding 101
- Topic: Pagination Problem between list views
- Replies: 0
- Views: 2882
Pagination Problem between list views
I have an interesting problem I hope someone in the forum can help me with. In my component I have several list views that have the possibility of multiple pages. What's happening is that certain variables, namely $limit and $limitstart are persisting when the admin clicks from page 2 of list 1 to (...
- Thu Dec 13, 2007 6:56 pm
- Forum: Joomla! Coding 101
- Topic: Prevent menu link for certain layouts
- Replies: 4
- Views: 1242
Re: Prevent menu link for certain layouts
I had a similar problem but fixed it in another way. If you have a view that goes to a list, and another that goes to the details of an item from that list, you may wish the details view to be visible and create the ability to link to a specific item directly, rather than going to the list first. To...