Re: [openupload-devel] Additional Info error
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2009-11-10 14:07:55
|
Yeah, this is a bug. I checked more deeply and there is an error in the
template.
please change the line 52 in templates/default/modules/admin/logs.tpl
from:
<td id="{$rid}">{$l.additional}</td>
to:
<td id="{$rid}">{$l.moreinfo}</td>
To add the IP simply add a header line for it and the relative IP value.
You can replace it with the attached file :) which adds the additional
information.
Alessandro
Florent VALLEE ha scritto:
> I would like to see in the Additional Info box, the table information
> activitylog including the IP address and moreinfo.
>
> Thank you for your reply. Sincerely.
>
> Alessandro Briosi a écrit :
>> Logging uses the log function which writes varius information inside
>> the log table or the syslog. The Additiona Info is used somewhere
>> (afair), but mostly not.
>> You might want to specify exactly what you'd like to acomplish so I
>> can give a better answer.
>>
>> Alessandro
>>
>> Florent VALLEE ha scritto:
>>> Hello,
>>>
>>> I have a problem with openupload 0.4.1.
>>>
>>> In "Administration" -> "Logs/Statistics", in "Additional Info"
>>> nothing appears. Is there way to correct this?
>>>
>>> Thanks
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>>> 30-Day trial. Simplify your report design, integration and deployment
>>> - and focus on what you do best, core application coding. Discover
>>> what's new with
>>> Crystal Reports now. http://p.sf.net/sfu/bobj-july
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Openupload-devel mailing list
>>> Ope...@li...
>>> https://lists.sourceforge.net/lists/listinfo/openupload-devel
>
|