Hey there,
until now I didn't really understand the view of a site and how I can influence it.
Here comes my thing: A customer of mine has a site where he offers jobs. Every job offer is represented in one accordion-tab. Now he wants to be able to add or delete jobs.
Therefore I created a template with one extra variable (beschreibung) besides the title:
<cms:template title='Stellenangebote' clonable='1'>
<cms:editable name='beschreibung' label='beschreibung' type='richtext' />
</cms:template>
and added the following code into my accordion
<div class="acc-container">
<div class="acc-btn"><h1><cms:show k_page_title /></h1></div>
<div class="acc-content">
<div class="acc-content-inner"><p><cms:show beschreibung /></p>
</div>
</div>
</div>
Now I want that all the jobs are listed when a user vists that site jobs.php.
Any help would be much appreciated. I own a licence for the site. Thanks!
Best regards,
Pierre
until now I didn't really understand the view of a site and how I can influence it.
Here comes my thing: A customer of mine has a site where he offers jobs. Every job offer is represented in one accordion-tab. Now he wants to be able to add or delete jobs.
Therefore I created a template with one extra variable (beschreibung) besides the title:
<cms:template title='Stellenangebote' clonable='1'>
<cms:editable name='beschreibung' label='beschreibung' type='richtext' />
</cms:template>
and added the following code into my accordion
<div class="acc-container">
<div class="acc-btn"><h1><cms:show k_page_title /></h1></div>
<div class="acc-content">
<div class="acc-content-inner"><p><cms:show beschreibung /></p>
</div>
</div>
</div>
Now I want that all the jobs are listed when a user vists that site jobs.php.
Any help would be much appreciated. I own a licence for the site. Thanks!
Best regards,
Pierre