What type of block must use

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
VIOTEXN
Posts: 36
Joined: Wed 7. Mar 2007, 12:54

What type of block must use

Post 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?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: What type of block must use

Post 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.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
VIOTEXN
Posts: 36
Joined: Wed 7. Mar 2007, 12:54

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