Differences

This shows you the differences between two versions of the page.

english:phpwcms_replacer_rts:frontend_render [2010/08/30 10:31]
Claus
english:phpwcms_replacer_rts:frontend_render [2018/06/03 18:09] (current)
Line 1: Line 1:
{{indexmenu_n>20}} {{indexmenu_n>20}}
-===== /fronten_render/ =====+===== /frontend_render/ =====
Line 12: Line 12:
-Into the folder **/frontend_render/** you can install own php scripts, which are processed while parsing //(simplified: Internal processing)// the site, before the page is delivered to the browser.+Into the folder **template/inc_script/frontend_render/** you can install own php scripts, which are processed while parsing //(simplified: Internal processing)// the site, before the page is delivered to the browser.
All files ending with *.php are loaded and implemented by the system. The file names are freely selectable // (recommended sample: rt_mein_dateiname.php). // All files ending with *.php are loaded and implemented by the system. The file names are freely selectable // (recommended sample: rt_mein_dateiname.php). //
Line 23: Line 23:
Naturally also different system external functions can be implemented. Naturally also different system external functions can be implemented.
 +
 +\\
 +
 +Folder:  ** template/inc_script/frontend_render/ **
 +
 +**Condition:**  -> [[http://www.phpwcms-docu.de/conf_inc_php_en.phtml|/config/phpwcms/conf.inc.php]] \\
 +  * ##$phpwcms['allow_ext_render'] = 1;##
\\ \\
Line 161: Line 168:
  var3= third mad text   var3= third mad text
-Like that it is possible to solve very special problems.+This way it is possible to solve very special problems.
 --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2009/01/23 15:19//  --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2009/01/23 15:19//
Line 172: Line 179:
-If you have more then one file in frontend_render and the results of the routines are to each other dependent, there is a fundamental problem of the processing sequence. \\ +If you have more than one file within frontend_render and the results of the routines are depending on each other, a fundamental problem of the processing sequence is arising. \\ 
-We can´t determine direct the processing sequence of the files in this folder.+We can´t determinethe processing sequence of the files in this folder directly.
==== Solution 01 ==== ==== Solution 01 ====
Line 181: Line 188:
--> [[http://forum.phpwcms.org/viewtopic.php?p=119117#p119117|Forum]] --> [[http://forum.phpwcms.org/viewtopic.php?p=119117#p119117|Forum]]
-  - We uses a custom navigation like [[english/navigation/dropdown-flyout/nav_horiz_dd|{NAV_HORIZ_DD:xx,yy}]] +  - We use a custom navigation like [[english/navigation/dropdown-flyout/nav_horiz_dd|{NAV_HORIZ_DD:xx,yy}]] 
-  - We uses the custom frontend_render language switch. +  - We use the custom frontend_render language switch.
-If the frontend_render language switch is processing before the NAV_HORIZ_DD script, all language tags in this navigation file are not processed.+If the frontend_render language switch is processed before the NAV_HORIZ_DD script, all language tags in this navigation file are not processed.
[de]Das Haus[/de][en]The Hotel[/en][de]Urlaub & Familie[/de][en]Holidays & Family[/en] [de]Das Haus[/de][en]The Hotel[/en][de]Urlaub & Familie[/de][en]Holidays & Family[/en]
**The simplest solution:** \\ **The simplest solution:** \\
-Shift the concerned  files into another folder and manufacture the correct order of the concerned files  with the help of a third file. +Shift the concerning files into another folder and define the correct processing order of the these files  with the help of a third file.
  - Create a folder e.g. /frontend_render/special   - Create a folder e.g. /frontend_render/special
Line 215: Line 222:
==== Solution 02 ==== ==== Solution 02 ====
-To optimized the script runtime on your server you can put the content of all /frontend_render/* files in the right order into one file e.g. called /frontend_render/master.php. +To optimize the script's runtime on your server you can put the content of all /frontend_render/* files in the right order into one file e.g. called /frontend_render/master.php. 
-Disable all other files in this folder by the extend e.g. *.php_+Disable all other files of this folder by extending the suffix like e.g. *.php_
-Thats it, we have determine the processing order. :-D \\ //(You can do this with all other php snippets in /frontend_render/ if you have similar problems).//+Thats it, we have determined the processing order. :-D \\ //(You can do this with all other php snippets in /frontend_render/ if you have similar problems).//
english/phpwcms_replacer_rts/frontend_render.1283157118.txt.gz · Last modified: 2018/06/03 18:08 (external edit)
www.planmatrix.de www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0