Page 1 of 1

Quotes Collection

Posted: 12. March 2018 12:49
by grazia
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

Re: Quotes Collection

Posted: 14. March 2018 16:27
by Solidjeuh
You should ask Dmzx, it's his extension ;)

Re: Quotes Collection

Posted: 14. March 2018 21:19
by grazia
yes I know, but I've been asking for days, mpom I understand why there's nobody,

Re: Quotes Collection

Posted: 15. March 2018 01:32
by Solidjeuh
grazia wrote: 14. March 2018 21:19 yes I know, but I've been asking for days, mpom I understand why there's nobody,
I see that the Quote colelction is on overall_header_page_body_before.html
So 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..

Image

Or add this code to the very top of: /ext/board3/portal/styles/prosilver/template/event/overall_header_page_body_before.html

Code: Select all

<!-- IF S_QC_EXIST -->
	<!-- INCLUDE dm_qc_index_body.html -->
<!-- ENDIF -->

Re: Quotes Collection

Posted: 15. March 2018 15:30
by grazia
ok i test

Re: Quotes Collection

Posted: 15. March 2018 15:33
by grazia
grazia wrote: 15. March 2018 15:30ok i test
unmmm,,,

Code: Select all

Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "dm_qc_index_body.html

Re: Quotes Collection

Posted: 15. March 2018 17:48
by Solidjeuh
grazia wrote: 15. March 2018 15:33
grazia wrote: 15. March 2018 15:30ok i test
unmmm,,,

Code: Select all

Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "dm_qc_index_body.html
I think you need to add the correct path, but can't test right now.
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 :oops:

Re: Quotes Collection

Posted: 15. March 2018 19:18
by grazia
Ok thank you so much