Re: ELOG Skins Showcase, posted by Stefan Ritt on Sat May 3 15:06:16 2003
|
> Let's share some inspiration. I'll post mine as soon as finished the re-
> look.
Excellent idea. I added a category "CSS File" in the logbook "Config
Examples" next to this forum. You can login with the same user name and
password as for this forum. As an example, I posted the new CSS file. Please
note that one need small changes in elogd.c to accomodate for the new 3D
look (basically don't display lines between cells), so it won't work very
nice with pre-2.3.7.
So everybody is invited to post his favourite CSS files an icons there.
Maybe we can even make a competition about the nicest ELOG icon... |
CVS URL, posted by nickc1 on Tue May 6 10:53:33 2003
|
Can anyone tell me the URL for the CVS download section
the link has gone from one of the main screens
Cheers |
Re: CVS URL, posted by Stefan Ritt on Tue May 6 11:34:22 2003
|
> Can anyone tell me the URL for the CVS download section
>
> the link has gone from one of the main screens
>
> Cheers
The message stating the URL is still in this forum: elog:233 |
A NAME=... tags around the attachments, posted by Thomas Salein on Wed May 7 15:20:46 2003
|
Hello Stefan,
it would be useful, if the web server automatically produced tags <A NAME=
[AttachNo3]>Anhang 3</A> around the entry of the attachment. With this one
could easily reference in the HTML text an attachement at the end of the
page.
I had a problem, when I just put a HTML text with <IMG> tags into the
formular box and I could not reference them although they were available
(and displayed pictures) as attachments.
Thomas |
missing '.' in emails, posted by Heiko Scheit on Wed May 7 16:04:45 2003
|
missing '.' in emails
-----------------------
A dot '.' at the beginning of a line is not transmitted via email.
It is stored in the entry properly though.
Test:
./There is a dot just before '/There...'
Greetings, Heiko
Well it seems here it is working fine...
. |
Re: missing '.' in emails, posted by Stefan Ritt on Wed May 7 16:12:37 2003
|
>
> missing '.' in emails
> -----------------------
>
> A dot '.' at the beginning of a line is not transmitted via email.
> It is stored in the entry properly though.
>
> Test:
> ./There is a dot just before '/There...'
>
> Greetings, Heiko
Here is what I got as email:
Test:
./There is a dot just before '/There...'
So I guess you mean ONLY a dot at the beginning of the line. In the email
SMTP protocol, at lonely dot at the beginning of the line means "end of
message" and the mail server stops by that. I checked my mail program and
found out that it converts a single dot into two dots at the beginning of the
line. I have to implement this in elgod.c. Thanks for pointing out this
problem. |
"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 |
Re: , posted by Stefan Ritt on Wed May 7 16:58:34 2003
|
> 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?
Just upload one attachment at a time by hitting the "Upload" button, your
message text stays there. Once you are finished, hit "Submit". Sorry, I
thought this would be obvious, since most providers use this for their mail
web interface. |