Permission on reply, posted by Banata Wachid Ridwan on Fri Jan 30 03:15:25 2015
|
is it possible to set reply only for certain member?
all members can submit lobook, but only certain member can make reply on it
thanx for help and so sorry if I have too many question :D |
Re: Permission on reply, posted by Stefan Ritt on Fri Jan 30 09:30:35 2015
|
You can use the switches
Alloe reply = <user list>
Deny reply = <user list> |
Re: Link to full resolution image attachments, posted by Eric Quintero on Fri Jan 30 22:45:02 2015
|
Since I am unable to attach an image to this logbook, I made a post over the the Linux Demo logbook showing an image that was uploaded with the CKeditor
toolbar "Image" button that doesn't link to the full resolution image.
Incidentially, Dario Milicic's recent commit to the git repository (83a10a5), adds the exact functionality I'm looking for to drag-and-drop |
Re: SMTP Host Error, posted by Andreas Luedeke on Mon Feb 2 10:13:58 2015
|
You need to specify "Suppress Email to users=1" in the [global] section of the configuration. And it does matter
if the letters are capitalized on not.
Banata |
Re: CSV question, posted by Andreas Luedeke on Mon Feb 2 10:29:15 2015 
|
I've imported your export.csv file with OpenOffice 3.1.1 and with Excel 2010 and it both works fine (see attachments).
You should
consult some Microsoft Helpdesk: ELOG works fine :-)
PS: I'm no English native speaker either. I have been told that international business
language is anyway not English, but "Bad English" |
Re: CSV question, posted by Stefan Ritt on Mon Feb 2 10:39:33 2015
|
If you enter ELOG text body entreis as HTML, they will be exported as HTML, and thus you have the <p> tags. To avoid them, enter the ELOG text
body as plain text, or just remove them in your spreadsheet via find and replace (find "<p>" and replace by nothing). Ther is NO HTML to
text converter in ELOG, so they cannot be stipped automatically. And maybe other people DO want the full HTML there. |
Re: Link to full resolution image attachments, posted by Andreas Luedeke on Mon Feb 2 10:40:38 2015
|
If you add the picture in the HTML editor, then you can add any link you like.
I don't see why the specific link to the full resolution
picture should be the default.
If you want to have it, why not just add it by hand?
I took the liberty to edit your Linux Demo
post accordingly.
For attachments that is a completely different story, since you cannot add any links there, only ELOG can do this |
Re: SMTP Host Error, posted by Stefan Ritt on Mon Feb 2 12:44:24 2015
|
That's not correct. Any option in the configuration file is case-insensitive. It should also not matter if the statement is under
the logbook or in the [global] section.
What you probably made wrong is to write "supress email to users =1" instead "suppress |