Page 1 of 1

What type of block must use

Posted: Wed 4. Apr 2007, 14:22
by VIOTEXN
What type must be the main block If I wan to put this command

[EXT http://www.cnn.com]cnn[/EXT]

I had tryied with html and plain text
but nothing happen.
This line command comes as it is in the browser window.
What can I do?

Is there any pdf tutorial for phpwcms 13 to download?

Re: What type of block must use

Posted: Wed 4. Apr 2007, 21:09
by DeXXus
VIOTEXN wrote:What type must be the main block If I wan to put this command

[EXT http://www.cnn.com]cnn[/EXT]

I had tryied with html and plain text
but nothing happen.
This line command comes as it is in the browser window.
What can I do?
Replacement tags are entered as "plain text" in templates, categories and content parts.

If you have placed this tag in a template main block, you must then set that template as "default" template -or- select that template for use from within category (article) that will use that template to format the article.
VIOTEXN wrote:Is there any pdf tutorial for phpwcms 13 to download?
There is no tutorial. There is a PDF in Deutsch for some Helpful information about 1.3 here:

http://www.phpwcms.de/forum/viewtopic.php?t=14346

See the links in my signature line (or search the forum better) for ~some~ documentation from previous versions.

Posted: Wed 4. Apr 2007, 22:50
by flip-flop
@VIOTEXN: have you switches this to active?

Code: Select all

$phpwcms['allow_cntPHP_rt']   = 1; //allow PHP replacement tags and includes in content parts
Documentions: http://www.phpwcms.de/forum/viewtopic.php?p=77825#77825
Templates: http://phpwcms.de/forum/viewtopic.php?p=77047

Knut

Posted: Fri 27. Apr 2007, 14:09
by VIOTEXN
flip-flop wrote:@VIOTEXN: have you switches this to active?

Code: Select all

$phpwcms['allow_cntPHP_rt']   = 1; //allow PHP replacement tags and includes in content parts
Documentions: http://www.phpwcms.de/forum/viewtopic.php?p=77825#77825
Templates: http://phpwcms.de/forum/viewtopic.php?p=77047

Knut
I think that when I put a command [EXT http://www.cnn.com]cnn[/ext]
it is not seen as a link but as it is. (when the box it is defined as a plain text)