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
-
Topic author - Valued Contributor
- Posts: 53
- Joined: 28. November 2014 14:54
-
- Valued Contributor
- Posts: 62
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
Re: Quotes Collection
You should ask Dmzx, it's his extension
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
-
Topic author - Valued Contributor
- Posts: 53
- Joined: 28. November 2014 14:54
Re: Quotes Collection
yes I know, but I've been asking for days, mpom I understand why there's nobody,
-
- Valued Contributor
- Posts: 62
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
Re: Quotes Collection
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..
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 -->
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
-
Topic author - Valued Contributor
- Posts: 53
- Joined: 28. November 2014 14:54
Re: Quotes Collection
ok i test
-
Topic author - Valued Contributor
- Posts: 53
- Joined: 28. November 2014 14:54
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
-
- Valued Contributor
- Posts: 62
- Joined: 26. January 2017 14:12
- phpBB.com User: Froddelaar
- Location: Aalst, Belgium
Re: Quotes Collection
I think you need to add the correct path, but can't test right now.grazia wrote: ↑15. March 2018 16: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
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
-
Topic author - Valued Contributor
- Posts: 53
- Joined: 28. November 2014 14:54
Re: Quotes Collection
Ok thank you so much