Page 1 of 1

where to put my own stuff?

Posted: Sun 17. Apr 2005, 16:26
by Arkanis
Hello again :)

Where should I put my own code so it works with phpwcms but doesnt affect the core code?
So I can update phpwcms as many times i want without losing my changes.

For example a replacement-tag or such a thing.

I had several things changed manually. Of course I have to insert all things again because I have updated phpwcms.

Posted: Sun 17. Apr 2005, 17:20
by pico
Hi

put it in /phpwcms_template/inc_script/frontend_init
or ......./frontend_render

see sample.php there

Posted: Thu 30. Jun 2005, 05:06
by iceman
Hi

This "inc_script" directory does not exist for me in 1.1RC4. Is this only compatible for newer 1.2.1+ versions?

Posted: Thu 30. Jun 2005, 05:14
by iceman
ah just found why.

I am running 1.1RC4 22/06 but the frontend_render stuff was introduced in the 27/08 version.

doh