Problems, need help? Have a tip or advice? Post it here.
8 posts Page 1 of 1
someone could help me get to that :(


1.preciso the client to create a title.
2. After the title the year. eg 2013,2014,2015 .......
3. within these a year tablela repitable with PDF files. with pagination

I tried many ways but I could not get a result.
Thank you very much in advance.
I'm from Brazil and the couch like.

Attachments

Hi :)

Do you wish to display things that way on the front-end or is it that you wish to have a data entry form like that in the back-end (i.e. admin panel)?

Please clarify because if you want something like that in the admin-panel, I don't think it'd be easy to do that out-of-the-box. However, for the front-end, I think we can do that using relations etc.
Post your template with complete html design :) We'll try to start it from that.

I see here
- 1 template,
- 9 folders,
- clonable pages with
- - numero
- - description
- - securefile/simple file
- - date

Years will be managed by cms:archive + cms:pages.
Pagination is native.
It's about 1000 clonable pages, and it's not a big number at all, if uploaded via CSV. For double dates (which seem identical) can use this technique.
--
I agree with @KK, if this is for data entry, then it should not be entered in admin panel.
Better have databound forms/csv import on a front-endish page. Backend should be clean and nice ;)
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
Hello friends!

I need to show it on the front end!

this and so a model that I want to look up to!

if you can help me I will be very grateful. :D
IdealSolucoes wrote: Hello friends!

I need to show it on the front end!

this and so a model that I want to look up to!

if you can help me I will be very grateful. :D


Thanks for update. I can help with CouchCMS, but can't help with HTML.
Maybe if you can create 1 sample table with 2-3 sample rows, '+' and expanding year - then it will be a good start. What do you say?
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
Hello Friend!

It will be that it could come to this?

<div class="item">
<div class="accordion">
<div class="competencias"> <a href="<cms:show k_page_link />">Main Title</a>
<div style="display: none;">
<div class="accordion">
<div class="competencias"> <a href="">2014 - (yers)</a>
<div style="display: none;">
<table class="tg">
<tr>
<th class="tg-yw4l">Number</th>
<th class="tg-yw4l">Date</th>
<th class="tg-yw4l">Publication date (manual)</th>
<th class="tg-yw4l">Download</th>
</tr>
<tr>
<td class="tg-yw4l">001</td>
<td class="tg-yw4l">10-10-2016</td>
<td class="tg-yw4l">10-10-2016</td>
<td class="tg-yw4l"><a href="#">Baixar</a></td>
</tr>
<tr>
<td class="tg-yw4l" colspan="4">description</td>
</tr>
</table>
</div>
</div>
<div class="competencias"> <a href="">2013 - (yers)</a>
<div style="display: none;">
<table class="tg">
<tr>
<th class="tg-yw4l">Number</th>
<th class="tg-yw4l">Date</th>
<th class="tg-yw4l">Publication date (manual)</th>
<th class="tg-yw4l">Download</th>
</tr>
<tr>
<td class="tg-yw4l">001</td>
<td class="tg-yw4l">10-10-2016</td>
<td class="tg-yw4l">10-10-2016</td>
<td class="tg-yw4l"><a href="#">Baixar</a></td>
</tr>
<tr>
<td class="tg-yw4l" colspan="4">description</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="competencias"> <a href="<cms:show k_page_link />">Main Title 2</a>
<div style="display: none;">
<div class="accordion">
<div class="competencias"> <a href="">2013 - (yers)</a>
<div style="display: none;">
<table class="tg">
<tr>
<th class="tg-yw4l">Number</th>
<th class="tg-yw4l">Date</th>
<th class="tg-yw4l">Publication date (manual)</th>
<th class="tg-yw4l">Download</th>
</tr>
<tr>
<td class="tg-yw4l">001</td>
<td class="tg-yw4l">10-10-2016</td>
<td class="tg-yw4l">10-10-2016</td>
<td class="tg-yw4l"><a href="#">Baixar</a></td>
</tr>
<tr>
<td class="tg-yw4l" colspan="4">description</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

Attachments

Yeah, something like that. Where do I take your CSS and other used files? I will place it on my host and see.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
trendoman wrote: Yeah, something like that. Where do I take your CSS and other used files? I will place it on my host and see.


css
js

I will be very grateful to help me :D

Attachments

8 posts Page 1 of 1