
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] [log] - question
joachim.richter wrote:
> Hi list,
>
> this tag writes lname, interchange page title and date in a logfile.
> with the create=1 the tag will create the file after deletion !
>
> [log file="pages/log/logfile.log" type=txt interpolate=1 create=1]
> Name : [value lname] Page : @_MV_PAGE_@ Date : [tag time]%A, %d. %B, %Y %H:%M:%S[/tag]
> [/log]
>
> One question, how do I get rid of the "1" which always shows up on the page ?
>
try:
[log file="pages/log/logfile.log" type=txt interpolate=1 create=1 hide=1]
Name : [value lname] Page : @_MV_PAGE_@ Date : [tag time]%A, %d. %B, %Y %H:%M:%S[/tag]
[/log]
(See: http://ic.redhat.com/cgi-bin/ic/dev-4.8/ictags_47.html)
regards achim
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users