|
Demo
Discussion
|
Forum
Config Examples
Contributions
Vulnerabilities
|
Discussion forum about ELOG, Page 225 of 806 |
Not logged in |
 |
|
New entries since: | Thu Jan 1 01:00:00 1970 | |
ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1228
|
Tue Jul 5 23:06:12 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.9+r167 | Re: changing the default to plain text rather than elcode |
John Habermann wrote: | I just shifted our elogs to a new server and in the process upgraded to the latest debian version which is 2.5.9+r1674-1. I am just wondering how to change the default for the text body area from "elcode" to plain text? I can't see anything in the admin configuration syntax guide and the HTML default = 2 option no longer seems to work. |
The HTML default option has been replaced by the Default encoding option, with which one can set the default encoding style to plain text (Default encoding = 1).
John Habermann wrote: | Also is there anything in particular that you have to do to get the elcode editor to work. Although the elcode buttons appear highlighting text and clicking on them doesn't actually do anything although it works fine in my browser when using these elog forums. I don't get any errors in mozilla but trying it in IE under cxoffice gives an "error on page" message in the bottom of the browser. |
The ELCode editor requires the JavaScript file elcode.js to be present in the scripts directory under your elog root directory. Future installations will handle this correctly. |
1230
|
Thu Jul 7 02:41:40 2005 |
| Tim Fowler | timfowler1@gmail.com | Question | Linux | 2.5.9+r167 | Re: changing the default to plain text rather than elcode |
Stefan Ritt wrote: |
John Habermann wrote: | I just shifted our elogs to a new server and in the process upgraded to the latest debian version which is 2.5.9+r1674-1. I am just wondering how to change the default for the text body area from "elcode" to plain text? I can't see anything in the admin configuration syntax guide and the HTML default = 2 option no longer seems to work. |
The HTML default option has been replaced by the Default encoding option, with which one can set the default encoding style to plain text (Default encoding = 1).
John Habermann wrote: | Also is there anything in particular that you have to do to get the elcode editor to work. Although the elcode buttons appear highlighting text and clicking on them doesn't actually do anything although it works fine in my browser when using these elog forums. I don't get any errors in mozilla but trying it in IE under cxoffice gives an "error on page" message in the bottom of the browser. |
The ELCode editor requires the JavaScript file elcode.js to be present in the scripts directory under your elog root directory. Future installations will handle this correctly. |
The installation did not include scripts directory. Where can I download the elcode.js file? |
1236
|
Thu Jul 7 08:38:11 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.9+r167 | Re: changing the default to plain text rather than elcode |
Tim Fowler wrote: | The installation did not include scripts directory. Where can I download the elcode.js file? |
I said future installations will handle this. This feature is still in beta becaus it's not finished completely. You can get the elcode.js from CVS.
- Stefan |
1241
|
Thu Jul 7 22:31:40 2005 |
| Tim Fowler | timfowler1@gmail.com | Question | Linux | 2.5.9+r167 | Re: changing the default to plain text rather than elcode | I said future installations will handle this. This feature is still in beta becaus it's not finished completely. You can get the elcode.js from CVS.
- Stefan |
Thanks Stefan! This is an excellent application. |
1412
|
Thu Sep 8 03:37:44 2005 |
| Noah P | na | Question | Linux | 2.5.9+r167 | Re: changing the default to plain text rather than elcode |
I, too, found that this elcode.js file was missing. However, it seems to be present on this demo site!
so, I downloaded it from this very demo site, and saved it to my system (in the root of your resources folder). This (so far) seems to have made the "ELCode" formatting mode work properly.
This is the URL I used. It seems that this file was ommitted from the latest distribution:
http://midas.psi.ch/elogs/elcode.js
Hope that helps! |
67090
|
Wed Jul 20 13:50:34 2011 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | 2.8.1-1 | Re: changing raw style when empty attribute value |
Zbigniew Reszela wrote: |
Dear all,
I wonder if anyone of you already tried to change raw style in case of empty attribute value.
In my configuration file I have defined attribute "End date" (without quotation marks) and it's type is datetime.
How should I configure extra style for entries where this attribute doesn't have value.
My tries were:
Style End date = background-color:red
Style End date "" = background-color:red
Style End date " " = background-color:red
Style End date - = background-color:red
But they didn't work.
Any ideas?
|
This functionality was not implemented. I added it in SVN revision #2420, so it will be contained in the next release. |
67092
|
Wed Jul 20 17:38:16 2011 |
| Zbigniew Reszela | zreszela@cells.es | Question | All | 2.8.1-1 | Re: changing raw style when empty attribute value |
Stefan Ritt wrote: |
Zbigniew Reszela wrote: |
Dear all,
I wonder if anyone of you already tried to change raw style in case of empty attribute value.
In my configuration file I have defined attribute "End date" (without quotation marks) and it's type is datetime.
How should I configure extra style for entries where this attribute doesn't have value.
My tries were:
Style End date = background-color:red
Style End date "" = background-color:red
Style End date " " = background-color:red
Style End date - = background-color:red
But they didn't work.
Any ideas?
|
This functionality was not implemented. I added it in SVN revision #2420, so it will be contained in the next release.
|
Thanks a lot Stefan |
79
|
Tue Jul 23 09:16:01 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: change the Email From address used when sending notifications |
> Is there a way to change the From address used when sending notifications
> from ELOG? I was hoping there might be another attribute that would go
> along with the smtp host section.
>
> Thanks,
> Eric
Yes there is an option
Use Email from = xxxx
see documentation. |