ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

pagination_links tag pair doesn't work inside query module

May 24, 2013 10:40am

Subscribe [4]
  • #1 / May 24, 2013 10:40am

    Musa

    124 posts

    I’ve following tags inside query module

    {paginate}
         {pagination_links}
                 <ul class="paginate style1">        
                         {previous_page}
                                 <li><a href="http://{pagination_url}" class="page-previous">< Prev</a></li>
                         {/previous_page}
         
                         {page}
                                 <li><a href="http://{pagination_url}" class="page-{pagination_page_number} {if current_page}active{/if}">{pagination_page_number}</a></li>
                         {/page}
         
                         {next_page}
                                 <li><a href="http://{pagination_url}" class="page-next">Next ></a></li>
                         {/next_page}        
                 </ul>
         {/pagination_links}
        {/paginate}


    This doesn’t parse. I’m using EE 2.5.5, is this normal?

  • #2 / May 30, 2013 6:04am

    jstewart

    11 posts

    I’m also having this problem on EE 2.6.1. {pagination_links} seems to work fine as a single tag, but the tag pair interior doesn’t parse.

  • #3 / Jun 24, 2013 3:02am

    itc

    16 posts

    I’m also experiencing this problem on EE 2.6.1.
    It will parse as

    Previous Page {first_page}
    First Page
    {/first_page}{previous_page}
    Previous Page
    {/previous_page}{page}
    {pagination_page_number}
    {/page}{next_page}
    Next Page
    {/next_page}{last_page}
    Last Page
    {/last_page} Next Page
  • #4 / Oct 31, 2013 12:37pm

    amityweb

    162 posts

    Has anyone found a solution for this? There’s a post from 2 years ago in which EllisLab staff said it would be added in a future release. But thats 2 years ago.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases