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
-
- 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
phpBB NL Extension translations, also on request.
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
Re: Quotes Collection
yes I know, but I've been asking for days, mpom I understand why there's nobody,
-
- 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 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 -->
phpBB NL Extension translations, also on request.
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
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
-
- 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
phpBB NL Extension translations, also on request.
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
Re: Quotes Collection
Ok thank you so much