jaymawoody
jaymawoody
Offline
0
anybody know how can i remove page 1 of 2, page 2 of 2 in SEARCH pagination?

please see the image i provide. http://www.joomlamusicsolutions.com/images/fbfiles/images/Untitled_1-20120719.jpg
Attachments:
Responses (2)
  • Accepted Answer

    Friday, July 20 2012, 07:19 PM - #Permalink
    0
    try this:
    open /components/com_muscol/views/search/tmpl/songs.php go to line 85 and change this:

    $this->pagination->getListFooter();

    to this:

    $this->pagination->getPagesLinks();
    The reply is currently minimized Show
  • Accepted Answer

    jaymawoody
    jaymawoody
    Offline
    Saturday, July 21 2012, 07:10 AM - #Permalink
    0
    yeah it works! thank you :cheer:
    The reply is currently minimized Show
Your Reply