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:

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

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい