Pre Process Module output - Joomla! Forum - community, help and support
is possible @ module output before page renders via system plugin or this? example wanted control module output / module position output before rendering document.
i know can @ actual rendered html via:
it nice have nice formatted alter , update with:
maybe like:
that manipulate , set like:
so there anyway of getting @ module layout without resorting regex or hacking core?
thanks advice can give.
i know can @ actual rendered html via:
code: select all
$_html = jresponse::getbody();
it nice have nice formatted alter , update with:
code: select all
jresponse::setbody( $_html );
maybe like:
code: select all
$_modules = jresponse::getmodules();
outputs:
array(
modules(
positions(
left()
right(), etc, etc
that manipulate , set like:
code: select all
jresponse::setmodules( $_modules );
so there anyway of getting @ module layout without resorting regex or hacking core?
thanks advice can give.
Comments
Post a Comment