Core hack/es: Difference between revisions

From Joomla! Documentation

Created page with "Páginas de aterrizajeGlosario"
Created page with "Si quieres agregar una modificación al código fuente original en esta Wiki, por favor agrega Template:CoreHackNotice al inicio de la..."
Line 2: Line 2:
Core hacking is not attempting to force your way into the Joomla! core, but adjusting the Joomla! core files (i.e., the files that you uploaded before installing Joomla!), which should actually be hidden from and left alone by users and extension developers. '''Any changes you make to core files will be overwritten during the next update''', which means that you will need to reapply your core hack. See [[Understanding Output Overrides]] for information on a mechanism to adjust Joomla's output permanently without hacking the core.
Core hacking is not attempting to force your way into the Joomla! core, but adjusting the Joomla! core files (i.e., the files that you uploaded before installing Joomla!), which should actually be hidden from and left alone by users and extension developers. '''Any changes you make to core files will be overwritten during the next update''', which means that you will need to reapply your core hack. See [[Understanding Output Overrides]] for information on a mechanism to adjust Joomla's output permanently without hacking the core.


If you want to add a core hack to this Wiki, please add [[S:MyLanguage/Template:CoreHackNotice|Template:CoreHackNotice]] at the top of the page.
Si quieres agregar una modificación al código fuente original en esta Wiki, por favor agrega [[S:MyLanguage/Template:CoreHackNotice|Template:CoreHackNotice]] al inicio de la página.


==Ver también==
==Ver también==

Revision as of 21:54, 10 August 2016

Core hacking is not attempting to force your way into the Joomla! core, but adjusting the Joomla! core files (i.e., the files that you uploaded before installing Joomla!), which should actually be hidden from and left alone by users and extension developers. Any changes you make to core files will be overwritten during the next update, which means that you will need to reapply your core hack. See Understanding Output Overrides for information on a mechanism to adjust Joomla's output permanently without hacking the core.

Si quieres agregar una modificación al código fuente original en esta Wiki, por favor agrega Template:CoreHackNotice al inicio de la página.

Ver también