0
Hi,
in the grid which shows the songs (as a result of a search for example), in the first column of the grid the number/position of the song is show. As an example:
I use pagination which shows 20 songs (limit=20). The first page shows the numbers "1-20" for the songs. Now I would guess the second page shows the song numbers "21-40", but it shows "1-20" again. That is the error.
If you want to see a live example of this error: Look in the demo on your website
Click "Search songs" and then scroll in the songs.
Thanks for your help in advance!
Greetings
Michael
in the grid which shows the songs (as a result of a search for example), in the first column of the grid the number/position of the song is show. As an example:
I use pagination which shows 20 songs (limit=20). The first page shows the numbers "1-20" for the songs. Now I would guess the second page shows the song numbers "21-40", but it shows "1-20" again. That is the error.
If you want to see a live example of this error: Look in the demo on your website

Thanks for your help in advance!
Greetings
Michael
Responses (5)
-
Accepted Answer
-
Accepted Answer
0Hi germi,
in my eyes this is an error - but I do not want to discuss it with you - you have a different opinion I guess - but no matter. But I do not know any website which does such a numbering
But can you give me a tip where I can it implement by myself? I do not want to give up the numbering because I realize some "music charts" and therefore the numbering is important for me.
If you want to see the current state of my website visit www.gigsong.de - you are welcome B)
Greetings
Michael -
Accepted Answer
0hello Michael,
if you know basic PHP and mysql it will be easy for you..
the template is /components/com_muscol/views/search/tmpl/songs.php
there you'll see how the data is printed out.
there's a object called pagination, stored on $this->pagination variable
just make some debugging on it (maybe a print_r($this->pagination) will be enough), and you'll see the variables contained on the pagination object, such as start numbering. use these to replace the default ("wrong") numbering for the desired one
makes sense?
Germi -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »