Adding more lines to discography list

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jessiegalante
New Member
New Member
Posts: 1
Joined: Sun Jun 02, 2019 4:35 pm

Adding more lines to discography list

Post 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
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Adding more lines to discography list

Post 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.
Post Reply

Return to “Layout and Design (CSS & HTML)”