is possible to put a pagination option in the featured list at home?

Discussion in 'Customizations' started by theacidhouse, Aug 10, 2010.

  1. theacidhouse New Member

    hi everybody!

    I want to put a pagination like:
    <<first < prev 1 2 3 4 5 6 7 8 9 10 next > last >>

    under the featured list in the home page.

    I see in the template dir the file home.tpl, there I can change the quantity and columns for the ads. but I don't know if I can put a pagination under the list. is that possible? someone tried it?

    thxs!

    (running v4.1.10)
  2. seymourjames All Hands On Deck

    What are you actually trying to do in detail. A screenshot or link to your site would be useful. There are no featured showlistings on the home page and I do not see how pagination applies to the featured horizontal listings either.
  3. theacidhouse New Member

    hi...

    I try to explain it: imagine that you have 15 ads as FEATURED LISTINGS, but in the home page the list show only 5. the idea is that I can see the next 5 (and the next 5...) with a pagination.

    something like that:



    some ideas?
  4. seymourjames All Hands On Deck

    I have not seen this done elsewhere but you would probably need to write a plugin to do it. You would basically look to base it on a customisation of the code embedded within a showlistings template file when primed to show featured listings. I don't see this being easy without quite a bit of coding knowledge.
  5. Lhotch curmudgeon

    Looks like he wants to just add pagination to the existing plugin. If thats the case you would need to edit the plugin and add the code for pagination.
  6. seymourjames All Hands On Deck

    It is a nice idea. I have seen it on a few sites in my market.
  7. theacidhouse New Member

    hi!

    thanks! I will try... to put some code in function.feature_listings_horizontal.php

Share This Page