Page 1 of 1

Problem with {NOSPAM}-Tag

Posted: Tue 2. Aug 2005, 09:44
by monkeyz
I tried to use the {NOSPAM_EMAIL}-Tag and copied the code in a file in frontend_render. But if I use the Tag it only displays

{NOSPAM_EMAIL:xy@kdl.de} and no mail link in the frontend.

I don´t know what I made wrong. Please help.

Posted: Tue 2. Aug 2005, 10:42
by frold
and you have enabled frontend_render in conf.inc.php?

Posted: Tue 2. Aug 2005, 10:50
by monkeyz
How do I have to enable frontend_render?

Posted: Tue 2. Aug 2005, 11:02
by frold
monkeyz wrote:How do I have to enable frontend_render?
open config/phpwcms/conf.inc.php

Find

Code: Select all

$phpwcms["allow_ext_render"] = 0; 
Change to

Code: Select all

$phpwcms["allow_ext_render"] = 1; 
eg also find

Code: Select all

$phpwcms["allow_ext_init"] = 0;
and change to

Code: Select all

$phpwcms["allow_ext_init"] = 1;

Posted: Tue 2. Aug 2005, 11:40
by monkeyz
These things aren´t in my conf.inc.php. Do I have a wrong version of phpwcms.

Release 1.1-RC4 22-06-2004

Posted: Tue 2. Aug 2005, 12:01
by frold
monkeyz wrote:These things aren´t in my conf.inc.php. Do I have a wrong version of phpwcms.

Release 1.1-RC4 22-06-2004
I guess it explain it all ....

you use a relaese that is more then a year old....

Posted: Sun 28. Aug 2005, 14:29
by CodexX
is this or a similar included in the official release? (1.2.5 DEV) or is it still necessary to include it as a hack?

Posted: Sun 28. Aug 2005, 14:31
by cyrano
hi,

yoe need to place the php file in frontend_render folder also in dev 1.2.5.

Posted: Sun 28. Aug 2005, 17:25
by Pappnase
CodexX wrote:is this or a similar included in the official release? (1.2.5 DEV) or is it still necessary to include it as a hack?
hello

this is no part of the offcial release :-)

Posted: Sun 28. Aug 2005, 20:27
by CodexX
maybe would be a good idea to do this?
it's not much effort but is needed by most webmasters since this is a way to reduce spam.