Removing drop-down menu in pagination?

juhannus 07 Sep, 2009
Hi,

is it possible to remove "Display num" -text and drop-down menu (that has values 5,10,15,...)?
All I need is Prev, Next and page numbers. I have a page that shows only one record at a time from db.
GreyHead 07 Sep, 2009
Hi juhannus,

It is possible but not easy. Pagination in ChronoConenctivity is a bit of a mess. I recently re-wrote the Pagination function for a client to get it working properly but haven't yet had time to test them in the latest release or pass the changes on to Max to see if he will include them in a future release.

Bob
juhannus 08 Sep, 2009
Hi Bob,

ok, thanks. Please, let me know if there's something I can do to fix this problem.

b.r.

Juha
apulis 29 Dec, 2009
Any help how to remove that drop down list would be apreciate. I can use easy or hard way, but need your assistance.
crat3rs 03 Jan, 2010
My problem is the pagination drop down isn't working, after selecting a number it returns blank contents. What action should I use to enable the drop down list?
victorius 02 Sep, 2010
The easiest way to hide the drop-down menu is to do it with css.

Add this to your stylesheet:
.limit { display: none }

About the drop-down not working, I've only know that there needs to be a form tag for the drop-down to work. I haven't done this myself so I don't know what the form's action needs to be or what else is needed.
This topic is locked and no more replies can be posted.