CodeCanyon

Pagination Class 3.0

  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • United States
digidave0205 says

Nice work. Bookmarked.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • Brazil
equipexq says

It is easy to adapt to ajax? is easy to adapt to sqlite?

2 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
  • Brazil
equipexq says
Purchased

Excellent, simple and easy. I suggest future update with ajax, sqlite and search field. Thanks

2 years ago
Author
websource websource replied

I’ll take under consideration your suggestions for Ajax and sqlite and I will answer as soon as possible

2 years ago
Author
websource websource replied

Hi,

A little later than I wanted, I did an update. Now paging class, besides the method with refresh the page, it has ajax method. Information on this site are not yet changed, but in the file to download there is a complete manual, also can be found here http://www.websource.ro/pagination/ajax/docs/. Also, a demo can be found here http://www.websource.ro/pagination/ajax/demo.php

have a nice day :)

9 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
jspicher says

How about a screenshot of the output.

Few questions too… does it include css style sheets? and does it break up long strings of pages?

For example instead of:

Does it output:

... [7] ... 10[12]

Thanks!

2 years ago
Author
websource websource replied

at the bottom of the item details page you will find 2 links to online demo instead of screen shots

you have a css file for navigation system.

this class can split in pages only rows, not a string by some number of words or chars

2 years ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • United States
rrgerman says
Purchased

Hi, i just bought the script and i am testing it…where can i specify my own table name? so i can also change the rows that i want to be displayed? this seems to be already set up for ajax_pagination table but i cant seem to find a way to adjust it to my existing table?

7 months ago
Author
websource websource replied

hi, you have all the details here http://www.websource.ro/pagination/ajax/docs/ – in the section “How to use it?” the table name is the first attribute set when you declare the class $pg = new pagination(“table_name”, “id>‘1’”.....

“ajax_pagination” is the name of the mysql table, it has nothing to do with ajax, is just a name :)

7 months ago
Purchased
rrgerman rrgerman replied

Thank you very much. Awesome CLASS …. 100% Recommended!!! And the support after the purchase is A1! – FIVE STARS !

7 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
kgirl says
Purchased

hi, I alredy bought this class and when I download it just come 1 file, the folder with js,css and sql is missing. Can you tell where can I download all the files?

3 months ago
Author
websource websource replied

hi, on my last update i put in the archive, by mistake, only the modified file not all of them. :D I sent you by email all the files, also i sent them to codecanyon in order to be available for download

3 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
kgirl says
Purchased

I look in to the screenshots and there are the files (css, js, php) I download it already 3 times and is the same file, only 1 and the name is 7_code.php and is not the class! Please I paid alredy, I just want all the files you said will be included it!

3 months ago
Author
websource websource replied

you have the answer in the other message :) sorry again, my mistake

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
javjaramillo says
Purchased

heh I purchased this and I have to say that i have no idea where to start, please help me since this is important to me.

is there a guide on what or where to look and how to apply it?

20 days ago
Author
websource websource replied

Hi, here you will find some help http://www.websource.ro/pagination/ajax/docs/ if you can not make it work write to me by email and i’ll help you

have a nice day

19 days ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
flavio_p1 says
Purchased

Hi, I bought your class and it’s really good, i gave you all 5 stars.

Now one question, because I’m new to ajax. Is there a way to save the state: I will explain better: After I changed page by clicking a number and the page reloaded the new content I want the customer to be able to look at product details. So he will choose a product click it an will be redirected to the product page. When he wants to go back to the product-list, the page loads the content of page one.

Solutions: safe state in cookie passing page number through the pages (product detail and back link) in both cases I need the current page, but I don’t know how to get it while it is passed via ajax.

Can You please help me.

Thank You very much Flavio

10 days ago
Author
websource websource replied

hi,

you can save the cookie with javascript. in the file util/js.js, inside the function get_content, after the first “{”, put

document.cookie = “page_number=”+goto_page;

“page_number” is the name of the cookie. you cand read it by php like this <?php if(isset($_COOKIE[‘page_number’])) { print $_COOKIE[‘page_number’]; } else { print “Not set ”; } ?>

here is the demo http://www.websource.ro/pagination/ajax/demo.php click a page number and then refresh the browser. the cookie is set with javascript and read with php

8 days ago

by
by
by
by
by