Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 393 of 808  Not logged in ELOG logo
ID Date Icon Author Author Email Category OS ELOG Version Subjectdown
  1339   Tue Jul 26 21:05:26 2005 Reply Chris Greengreenc@fnal.govQuestionLinux2.6.0bRe: New and reply pages don't use Page Title

Stefan Ritt wrote:
So if you have time and fun doing it, you could restructure the documentation page into some separate pages, to give people a better overview. Please send the modified pages back to me and I will include them on the web site.

I'll try to put this together in the next week or two. Thanks for all your help,
Chris.
  224   Tue Feb 18 09:21:34 2003 Idea Stefan Rittstefan.ritt@psi.ch   Re: New Version
> I noticed the site has been updated as far as the documentation for 2.3.1, 
> however the latest version in the downloads section is 2.3.0, any other 
> places where I can get 2.3.1
> 
> Cheers

Patience, patience! 2.3.1 is currently kind of in "beta" version, but will be 
released this week. Not that you can always get the latest snapshot from the 
CVS tree at

http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c

- Stefan
  66960   Fri Nov 26 12:36:53 2010 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.8.0-2344Re: New User in Config Menu ?

Christoph Kukulies wrote:

I see only Save Back Change Password Remove User in Config Menu.

How can I create a New User?

[global]
Port=8880
SSL=1
;Self register = 1
Password file = passwd
admin user = kuku
SMTP host = smtp.mydomain

[Demo]

Attributes = Author, Status

 

The documentation is mentioning a Config Menu and a New User item there. 

You have to be admin user to see that Config Menu.

Admin user = kukulies             (or whatever your login name is)

  66961   Fri Nov 26 16:22:05 2010 Reply Christoph Kukulieskukulies@physik.rwth-aachen.deQuestionLinux2.8.0-2344Re: New User in Config Menu ?

Stefan Ritt wrote:

Christoph Kukulies wrote:

I see only Save Back Change Password Remove User in Config Menu.

How can I create a New User?

[global]
Port=8880
SSL=1
;Self register = 1
Password file = passwd
admin user = kuku
SMTP host = smtp.mydomain

[Demo]

Attributes = Author, Status

 

The documentation is mentioning a Config Menu and a New User item there. 

You have to be admin user to see that Config Menu.

Admin user = kukulies             (or whatever your login name is)

 Thanks. You see in the elogd.cfg above that there is

admin user = kuku

 Aaah, case sensitive ! !

 

--

Christoph

 

 

  1234   Thu Jul 7 05:26:36 2005 Idea Gary Claysonimppster@gmail.comRequestWindows2.6.0-betaRe: New Message Formatting and Default Settings

Gary Clayson wrote:
Hello All. Please Help! How can I turn off the formatting controls above the message text when making a new or reply entry? I included the flat 'Default Encoding = 1' in my config file, but it seems to have no effect. The log has been set up to suppress all email notification, as SMTP is not being used at my location (MS Exchange Server is being used). Also How can I turn off the icon selection panel to the left of a new message text box? And, finally, is it possible to turn off the Suppress Email notification checkbox AND not send emails? Forgive me for asking yet another - but the same question about turning off the Encoding buttons - Is there some method of setting I can enter into the config file to turn off the Encoding and default it to text entry only?

Forgive this entry being so long, I'm new to using ELOG; Thanks Stefan for an incredible application. Well thought out and elegant. Keep up the good work.

Gary ;->

PS Reworking the source code, then recompiling it, is not a viable option for me at this time.


I just downloaded and installed beta2 and most of my questions have been answered. I now have a new question: What are the possible settings with the 'Default Encoding' flag? Can I please get a rundown on this one as the config syntax page does not list this one. Thanks in Advance.

Gary ;->
  1237   Thu Jul 7 08:43:37 2005 Idea Stefan Rittstefan.ritt@psi.chRequestWindows2.6.0-betaRe: New Message Formatting and Default Settings

Gary Clayson wrote:
I just downloaded and installed beta2 and most of my questions have been answered. I now have a new question: What are the possible settings with the 'Default Encoding' flag? Can I please get a rundown on this one as the config syntax page does not list this one. Thanks in Advance.


The config page does list this one, but you have to access the online one since I have no access to modify the one you have on your hard disk Wink
  1238   Thu Jul 7 09:11:45 2005 Reply Stefan Rittstefan.ritt@psi.chRequestWindows2.6.0-betaRe: New Message Formatting and Default Settings

Gary Clayson wrote:
How can I turn off the formatting controls above the message text when making a new or reply entry? I included the flat 'Default Encoding = 1' in my config file, but it seems to have no effect.


You need the current CVS version which has this implemented, or you wait for the next official release.


Gary Clayson wrote:
The log has been set up to suppress all email notification, as SMTP is not being used at my location (MS Exchange Server is being used).


MS Exchange Server has and SMTP server inside, I use this all the time.


Gary Clayson wrote:
Also How can I turn off the icon selection panel to the left of a new message text box?


By clicking on the smiley on the top row next to "FONT".


Gary Clayson wrote:
And, finally, is it possible to turn off the Suppress Email notification checkbox AND not send emails?


You can put a
Suppress email to users = 1
into the config file, but the checkbox will still be there, but non-functional. Maybe I should remove it in that case...


Gary Clayson wrote:
PS Reworking the source code, then recompiling it, is not a viable option for me at this time.


You are not supposed to rework the source code, but if you want the cutting edge features, you need to recompile from CVS or wait for official releases.
  1247   Fri Jul 8 22:25:39 2005 Reply Gary Claysonimppster@gmail.comRequestWindows2.6.0-betaRe: New Message Formatting and Default Settings

Stefan Ritt wrote:

Gary Clayson wrote:
How can I turn off the formatting controls above the message text when making a new or reply entry? I included the flat 'Default Encoding = 1' in my config file, but it seems to have no effect.


You need the current CVS version which has this implemented, or you wait for the next official release.


Gary Clayson wrote:
The log has been set up to suppress all email notification, as SMTP is not being used at my location (MS Exchange Server is being used).


MS Exchange Server has and SMTP server inside, I use this all the time.


Gary Clayson wrote:
Also How can I turn off the icon selection panel to the left of a new message text box?


By clicking on the smiley on the top row next to "FONT".


Gary Clayson wrote:
And, finally, is it possible to turn off the Suppress Email notification checkbox AND not send emails?


You can put a
Suppress email to users = 1
into the config file, but the checkbox will still be there, but non-functional. Maybe I should remove it in that case...


Gary Clayson wrote:
PS Reworking the source code, then recompiling it, is not a viable option for me at this time.


You are not supposed to <b>rework</b> the source code, but if you want the cutting edge features, you need to recompile from CVS or wait for official releases.


I apologize for my using the incorrect language. I did not mean I would be rewriting your code, merely compiling, linking, and running the new version. The computer elog is loaded one is not one I have access to a compiler on. Sorry if I misspoke!

Gary
ELOG V3.1.5-3fb85fa6