[ic] [log] - question

Joachim Schubert interchange-users@interchange.redhat.com
Thu Dec 6 02:45:01 2001


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