Problem with {NOSPAM}-Tag

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
monkeyz
Posts: 46
Joined: Fri 30. Jul 2004, 08:53

Problem with {NOSPAM}-Tag

Post 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.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

and you have enabled frontend_render in conf.inc.php?
http://www.studmed.dk Portal for doctors and medical students in Denmark
monkeyz
Posts: 46
Joined: Fri 30. Jul 2004, 08:53

Post by monkeyz »

How do I have to enable frontend_render?
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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;
http://www.studmed.dk Portal for doctors and medical students in Denmark
monkeyz
Posts: 46
Joined: Fri 30. Jul 2004, 08:53

Post 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
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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....
http://www.studmed.dk Portal for doctors and medical students in Denmark
CodexX
Posts: 27
Joined: Wed 6. Oct 2004, 00:14
Location: Germany

Post 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?
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hi,

yoe need to place the php file in frontend_render folder also in dev 1.2.5.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Pappnase

Post 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 :-)
CodexX
Posts: 27
Joined: Wed 6. Oct 2004, 00:14
Location: Germany

Post 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.
Post Reply