Re: The Chinese Language,Demo Configuration and Help Files, posted by Stefan Ritt on Mon Oct 10 12:53:46 2005
|
[quote="Exaos Lee"]I want to make elogd display the date in Chinese format. Please tell me howto.[/quote]
Thank you for the files.
|
Re: Text column in the main list, posted by Stefan Ritt on Fri Oct 20 13:28:38 2006
|
[quote="Alexandre Lindote"]Is there a way of removing the "Text" column from the main listing of a logbook?
I have a logbook that works as a document database, and I don't even allow the entering of text... But the column insists on appearing! :)
[/quote]
|
Re: Text column in the main list, posted by Alexandre Lindote on Fri Oct 20 13:36:29 2006
|
[quote="Stefan Ritt"][quote="Alexandre Lindote"]Is there a way of removing the "Text" column from the main listing of a logbook?
I have a logbook that works as a document database, and I don't even allow the entering of text... But the column insists on appearing! :)
[/quote]
|
Re: Text Limit for Subject line, posted by Stefan Ritt on Thu Feb 26 10:01:37 2009
|
Robert Risher wrote:
|
Re: THREAD DISPLAY = sucks up coded spaces, posted by Stefan Ritt on Sun Aug 8 16:25:09 2004
|
> I was trying to do some hard coded spaces using:
>
> Thread display = For: $Date for Shutdown. $DataCenter:
|
Re: THREAD DISPLAY = sucks up coded spaces, posted by Steve Jones on Tue Aug 10 20:11:38 2004
|
> > I was trying to do some hard coded spaces using:
> >
> > Thread display = For: $Date for Shutdown. $DataCenter:
|
Re: TEXTSIZE too big message, posted by Illam Pakkirisamy on Fri Apr 28 19:47:51 2023
|
Hi, any help will be appreciated on this. I have not still figured this out.
Thanks.
Illam |
Re: TEXTSIZE too big message, posted by Xuan Wu on Sat Apr 29 01:02:30 2023
|
Hi Illam,
You can find it in src/elogd.h, #define TEXT_SIZE 250000, the original value 250000, you can change it to a larger one like #define
TEXT_SIZE 1000000. Then recompile it again, just need typing "make". Elog Version is 3.1.3 in my site. HTH. |