We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !.
I manage to change the file:
administrator\components\com_virtualdomains\views\virtualdomain\view.html.php
With:
// Octavio Begin HTMLHelper::_('stylesheet', 'administrator/components/com_virtualdomains/assets/fields.css', array('relative' => true, 'version' => 'auto', 'pathOnly' => false, 'debug' => true)); /* JHTML::stylesheet( 'fields.css', 'administrator/components/com_virtualdomains/assets/' ); if(version_compare(JVERSION, '3', 'lt')) { JHTML::stylesheet( 'bootstrap-forms.css', 'administrator/components/com_virtualdomains/assets/' ); } */ // Octavio Ends
And the Warnings are gone !!.
BUT any Menu Filtering implies that the sites are not displayed ok.
I think this may imply that a new programming approach is needed for Joomla version 3.9 or ??
Any suggestion are welcome !!.
Thanks in advance,
Octavio Baez [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi !.
I manage to change the file:
administrator\components\com_virtualdomains\views\virtualdomain\view.html.php
With:
And the Warnings are gone !!.
BUT any Menu Filtering implies that the sites are not displayed ok.
I think this may imply that a new programming approach is needed for Joomla version 3.9 or ??
Any suggestion are welcome !!.
Thanks in advance,
Octavio Baez
[email protected]
The text was updated successfully, but these errors were encountered: