Configuration of HTML editor, posted by Kristján Jónsson on Thu Jan 10 18:30:26 2008
|
Do I have to do any extra configuration in elog to enable the FCKeditor.
What I get with V2.7.0-1954 is that the main message entry field looks and behaves identically whether I set the encoding to HTML or plain (except the width and height of the field changes).
ELCode works as expected. Message files saved with the encoding set to HTML have a line "Encoding: HTML", but no HTML markup. Those saved with encoding set to plain have the line "Encoding: plain", but are otherwise identical.
I have the scripts directory as set up by "make install" containing the elcode.js file and the fckeditor subdirectory. All are world readable.
Any hints about what could be the problem?
Thanks
Kristján
|
Re: Configuration of HTML editor, posted by Kristján Jónsson on Fri Jan 11 14:33:58 2008
|
Stefan Ritt wrote: |
Kristján Jónsson wrote: |
Do I have to do any extra configuration in elog to enable the FCKeditor.
What I get with V2.7.0-1954 is that the main message entry field looks and behaves identically whether I set the encoding to HTML or plain (except the width and height of the field changes).
ELCode works as expected. Message files saved with the encoding set to HTML have a line "Encoding: HTML", but no HTML markup. Those saved with encoding set to plain have the line "Encoding: plain", but are otherwise identical.
I have the scripts directory as set up by "make install" containing the elcode.js file and the fckeditor subdirectory. All are world readable.
Any hints about what could be the problem?
|
Version 1954 is a bit old. Please update to the current SVN version and try again. There must be a file elog/scripts/fckeditor/fckeditor.js which was missing at some time.
|
Excellent, works as expected now, thanks.
Didn't realise how far behind the SVN version elog-latest.tar.gz is.
|
How to get a list of registered users assigned to an attribute?, posted by Kishore Masand on Thu Jul 31 06:39:40 2003
|
Hi,
I am trying to create an issues logbook where I have defined an attribute
so I can track who this issue is assigned to. In order to get a drop-down
list of users of the system to show up for that attribute (when creating a
new issue), I have to type in the whole list of users in the config file.
The problem is that whenever a user self-registers, I have to go into the
config file and add that user to the list. Is there a way to write
something like this:
Options Assigned To = $user_list
I am a new user, and am thoroughly enjoying working with ELog. Thanks for
such a neat product. I have not been able to go through all the logs yet
to figure out if this question has been asked/answered before. |
Options Category : User\Admin, posted by Kim Rosmo on Fri Feb 6 10:47:11 2009
|
Hi :)
First i have to say that i love this exelent program,
and that it saved me Hours of trouble using it ^^
Thanks Stefan Ritt :)
Now.. here is my problem :P
1. I was wondering if there is a possibility to have separate 'Options Category'.. One for Admin and one for User?
If it is possible, can i have an example?
2. How can i arrange pictures in the main window, f.eks 1 picture in center, to the right or wherever i want?
Regards
Kim R |
Re: Options Category : User\Admin, posted by Kim Rosmo on Fri Feb 6 11:42:40 2009
|
Stefan Ritt wrote: |
Kim Rosmo wrote: |
Hi :)
First i have to say that i love this exelent program,
and that it saved me Hours of trouble using it ^^
Thanks Stefan Ritt :)
Now.. here is my problem :P
1. I was wondering if there is a possibility to have separate 'Options Category'.. One for Admin and one for User?
If it is possible, can i have an example?
|
This is unfortunately not possible. All users see the same options.
Kim Rosmo wrote: |
2. How can i arrange pictures in the main window, f.eks 1 picture in center, to the right or wherever i want?
|
You can put the pictures in a table, and align the table cells accordingly. Here is an example:
Now you can make the border invisible by setting "border=0". This however can only be done in the HTML mode, so you have to switch using the top left icon "Show HTML source code" and then manually edit the code. This requires some basic HTML knowledge. The result will look like this:
|
Thanks for a fast reply :)
Its a lot of html tutorials on the net, so i think i will make it with the tables ^^
Regarding the 'Options Category' I can live with it... I have removed edit mode in User, so only Admin can delete or edit.
One last question.. Background color possible? (Not Style)
Kim R |
Re: http status 200 returned for "file not found", posted by Alexey Khudyakov on Tue Jan 30 13:10:38 2024
|
> "file not found" should return http code 404. elogd returns code 200 together
> with a page containing text "404 not found". This pollutes the browser cache
> with wrong content (in this case, we are trying to load a css file, and the browser
> is trying to use text "404 not found" as if it were a css. bad. file not found
> should return http code 404. K.O.
Yes. That's quite a problem when interacting with ELOG programmatically. Only way to
find whether response succeeded or failed with 404 is to parse response body
When file is not found send_file_direct calls show_html_header which in turn calls
show_http_header which sets HTTP code 200 unconditionally. It's reasonably easy to
patch around. |
Increase attachment file size for elog command line client, posted by Kevin Ellwood on Fri Sep 27 19:17:58 2002
|
Hi,
I am having trouble modifying the elog client to allow larger attachment. I
have elogd configure for attchment sizes of 10Meg and I would like the
option to be able to use the elog client. Can anyone give me key points as
to how to go about doing this? I have tried but I must be missing something.
Also, as a suggestion, it might make sense to add a MAX_ATTACHMENT_SIZE def
in a common header file.
Thanks
Kevin |
"Number Attachments =" not being read after upgrade, posted by Kevin Ellwood on Wed May 7 16:54:26 2003
|
Hello
I have upgraded elog from version 2.2.4 to 2.3.6 and then entry "Number
Attachments =" is not being read. Looking at the changelog, I found that
"Number Attachments" has been removed in favor of "enable attachments". I
tried looking in the documentation but I can't find a discription of the way
in which multiple attachments are handled. Can someone give me a pointer?
Thanks
Kevin |