Page 1 of 1

Adding more lines to discography list

Posted: Sun Jun 02, 2019 5:16 pm
by jessiegalante
Hello,
Attached a link to my website page with my issue in question:

http://www.jessiegalante.com/index.php? ... must-go-on

I would like to add more songs to my discography list as I am limited to only 10 songs.
Is is the where I would change to add three more to total 13 for each list?
and how please!

<div id="MusicContainer">
<div id="MusicContent">
<div class="music_category_page">
{$notes}
{section name=numloop loop=$items}
<div class="discographylistitem number{$smarty.section.numloop.rownum}" >
<a href="{$items[numloop].link}" onclick="ajax_load('{$items[numloop].link}','#ContentHolder'); return false;">
<img vspace="5" border="0" src="{$items[numloop].image}" title="{$items[numloop].title}" alt="{$items[numloop].title}" valign="left"/></a>
</div>
{/section}
</div>
</div></div>

Thank you!!!
Jessie Galante

Re: Adding more lines to discography list

Posted: Sun Jun 02, 2019 8:15 pm
by velden
Seems the limitation is not in the template. I guess you're using the Cataloger module.

Although I don't really know that module I expect only ten fields are set up for the playlist.

So check the admin section of Cataloger and check the help of the module.