Change the presets for a module installation

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
Xadomir
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Nov 23, 2010 1:33 pm

Change the presets for a module installation

Post by Xadomir » Wed Mar 04, 2015 11:34 am

I will change the joomla presets for a module.

Example:
After the installation of the module should be the options "show title" and "module style" to off or none.
Can I add this presets in the xml file of the module? But how?

I hope their understand me... :)

sovainfo
Joomla! Exemplar
Joomla! Exemplar
Posts: 8808
Joined: Sat Oct 01, 2011 7:06 pm

Re: Change the presets for a module installation

Post by sovainfo » Wed Mar 04, 2015 11:38 am

Use default= and provide a value at fields in the xml.
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!

Xadomir
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Nov 23, 2010 1:33 pm

Re: Change the presets for a module installation

Post by Xadomir » Wed Mar 04, 2015 11:42 am

Yes for the my fields. And the default fields of Joomla? It's the same way?

sovainfo
Joomla! Exemplar
Joomla! Exemplar
Posts: 8808
Joined: Sat Oct 01, 2011 7:06 pm

Re: Change the presets for a module installation

Post by sovainfo » Wed Mar 04, 2015 11:50 am

No difference, you'll need to find them though!

And document your changes, so you can reapply them after an update. Wished updates only applied changed files, unfortunately it is not that granular.
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!


Locked

Return to “Joomla! 3.x Coding”