I installed an extension Quotes Collection that displays its contents on the index page, as I can do to have it on the portal page
Tnk
Quotes Collection
-
Solidjeuh
- Valued Contributor
- Posts: 63
- Joined: 26. January 2017 13:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
- Contact:
Re: Quotes Collection
You should ask Dmzx, it's his extension 
Live trivia & chat • Scores, rankings & statistics
spiderpiggy.com
Re: Quotes Collection
yes I know, but I've been asking for days, mpom I understand why there's nobody,
-
Solidjeuh
- Valued Contributor
- Posts: 63
- Joined: 26. January 2017 13:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
- Contact:
Re: Quotes Collection
I see that the Quote colelction is ongrazia wrote: 14. March 2018 21:19 yes I know, but I've been asking for days, mpom I understand why there's nobody,
overall_header_page_body_before.htmlSo it should be able to show on ALL pages.
Try to set Quote on index to NO. Maybe that way it shows on all pages..

Or add this code to the very top of:
/ext/board3/portal/styles/prosilver/template/event/overall_header_page_body_before.htmlCode: Select all
<!-- IF S_QC_EXIST -->
<!-- INCLUDE dm_qc_index_body.html -->
<!-- ENDIF -->Live trivia & chat • Scores, rankings & statistics
spiderpiggy.com
Re: Quotes Collection
ok i test
Re: Quotes Collection
unmmm,,,
Code: Select all
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "dm_qc_index_body.html-
Solidjeuh
- Valued Contributor
- Posts: 63
- Joined: 26. January 2017 13:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
- Contact:
Re: Quotes Collection
I think you need to add the correct path, but can't test right now.grazia wrote: 15. March 2018 15:33unmmm,,,Code: Select all
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "dm_qc_index_body.html
Something like
<!-- INCLUDE ext/quotescollection/styles/all/template/dm_qc_index_body.html -->Could also need some more edits.. Dmzx can help better with this
Live trivia & chat • Scores, rankings & statistics
spiderpiggy.com
Re: Quotes Collection
Ok thank you so much
