Search found 11 matches

by ykoehler
Mon Jan 31, 2005 1:28 pm
Forum: Bugs
Topic: problem with WYSIWYG editor
Replies: 8
Views: 8308

Re: HTMLArea nightmares solved.

Hi Garvin,

Yanick, could you test Serendipity 0.8 with that issue?

I'd love to, yet I cannot promise anything about it. I do not have 0.8 installed and doing so does require a little setup time. Once I do get the chance to do that I will post my results to this post.

I may be able to have a ...
by ykoehler
Mon Jan 31, 2005 1:21 pm
Forum: General discussions
Topic: increase media items displayed
Replies: 11
Views: 8345

No war...

Hi,

I didn't meant to start a war on this :-)

While I think that generaly speaking most applications should provide configurable default values for anything in a global and per author scope, I do feel that this kind of functionnality is a low priority and benefit.

I did mention that I would ...
by ykoehler
Mon Jan 31, 2005 1:12 pm
Forum: General discussions
Topic: External links to open in new window
Replies: 17
Views: 12738

Re: hyperlink event plugins

Hi Garvin,


However I think you're more requesting an interface for this, right? How would you think that could look like?


I am not sure if I was requesting something new. As I said, I don't know if something already exists that could do as dk requested. I was just pointing out that instead of ...
by ykoehler
Sun Jan 30, 2005 7:31 pm
Forum: General discussions
Topic: increase media items displayed
Replies: 11
Views: 8345

thumbnails

Hi,

When I select an image to be inserted, the selection is on the full picture. How can I tell to use the generated thumbnail instead? Or is it already using the thumbnail? (I have the impression that the original image is used in the article).
by ykoehler
Sun Jan 30, 2005 5:27 pm
Forum: Bugs
Topic: problem with WYSIWYG editor
Replies: 8
Views: 8308

HTMLArea nightmares solved.

Hi,

I spent 1 hour yesterday on debugging the HTMLArea issue with I18N. There is a lot of post around the web and on the HTMLArea forum itself about this issue. The problem I think is both, due to an HTMLArea bug and to most web site inserting HTMLArea in their system.

It has to do with the way ...
by ykoehler
Sun Jan 30, 2005 5:01 pm
Forum: General discussions
Topic: increase media items displayed
Replies: 11
Views: 8345

Add to todo?

Hi,

Can such configuration options be added to the todo? I also foresee that as I add pictures, I would probably like to have more and more pics displayed over the same window. Also, on my high resolution screen, there is probably a lot more pictures that could be displayed while still being very ...
by ykoehler
Sun Jan 30, 2005 4:56 pm
Forum: General discussions
Topic: .08
Replies: 5
Views: 5357

Confusion resolved.

Hi,

Thanks for having added the this is still a draft line to the page. I also misunderstood yesterday that this page was a draft until I saw that the download page was still claiming 0.7.1 to be the latest release.

This will mostly save time to others like me.
by ykoehler
Sun Jan 30, 2005 4:53 pm
Forum: General discussions
Topic: External links to open in new window
Replies: 17
Views: 12738

hyperlink event plugins

Hi,

I just realized that by having such an event pluggable for hyperlink one could then implement in the same way as the "target='_blank'" the google 'nofollow' attribute.

An interface for the event would include information such as the link is pointing inside the site or externally, where that ...
by ykoehler
Sun Jan 30, 2005 1:11 am
Forum: General discussions
Topic: External links to open in new window
Replies: 17
Views: 12738

modifying anchor attributes...

Hi,

While reading this, it looked like that would be a nice hook to add to the plugin system. Maybe it already exists, but basically like they do for changing acronyms into links, they should also have post-processing event on link creation that would allow such manipulation.

An example could ...
by ykoehler
Sun Jan 30, 2005 1:08 am
Forum: General discussions
Topic: Change week start day?
Replies: 4
Views: 4223

Plugins options

Hi,

I also had a hard time initially to figure out that the each plugins had options that were accessible by clicking their name in the plugins administration page.

Kind of funny, my initial thoughts where that clicking on their name would provide me destination information, yet, not options. It ...
by ykoehler
Sun Jan 30, 2005 1:04 am
Forum: General discussions
Topic: Images Pictures Graphics
Replies: 7
Views: 7995

How to add image to a post.

Hi,

New to serendipity, since January. I have started my site and I have figured that to add image to a post, you first have to upload your images inside the mediatheque, once this is done, you can use inside your post the following HTML code

<img src="/<upload path>/<image filename>"/>

The ...