Page 1 of 1

Hide the phpMyFAQ version number from FrontEnd

Posted: Sun Dec 09, 2018 2:40 am
by swguy
Is there a way I can not display this value, short of modifying every single template file?

Re: Hide the phpMyFAQ version number from FrontEnd

Posted: Sun Dec 09, 2018 11:17 am
by Thorsten
Hi,

you can remove it in the templates.

bye
Thorsten

Re: Hide the phpMyFAQ version number from FrontEnd

Posted: Sun Dec 09, 2018 2:37 pm
by swguy
I wonder if rather than editing each template it would be better to simply modify index.php and use

Code: Select all

'phpmyfaqversion' => '',
in place of

Code: Select all

    'phpmyfaqversion' => $faqConfig->get('main.currentVersion'),

Re: Hide the phpMyFAQ version number from FrontEnd

Posted: Sun Dec 09, 2018 6:41 pm
by Thorsten
Hi,

removing the version in the templates is more update savely.

bye
Thorsten