Page 2 of 2

Re: collective thread: admin-area improvements

Posted: Sun Aug 30, 2009 2:05 pm
by chrisbra
garvinhicking wrote:One thing that came to my mind: MAybe you could use the HTTP_Request method to open the URL? Currently this only works when PHP's allow_url_fopen wrappers are enabled. You could check the spartacus plugin for example on "HTTP_Request" for an example on how to make use of that method, if you'd have the time? (Which I'm lacking this week, sadly)

Thanks, I'll looking into that next week when I have more time.
stm999999999 wrote: would anyone be angry if I split this thread and branch off the detailed discussio into its own thread?
go ahead. I've been suggesting something like this before. Hopefully I'll find the thread again :?


regards,
Christian

Re: collective thread: admin-area improvements

Posted: Sat Jul 06, 2013 1:40 am
by onli
As the current 2.0-development captures the essence of this thread (see http://board.s9y.org/viewtopic.php?f=15&t=17276), I disabled the sticky-bit.

Re: collective thread: admin-area improvements

Posted: Sun Jul 28, 2013 11:15 pm
by artodeto
My wife gave me that hint.
What about autocompletion (js based) in the tag section. The tags are already loaded in "#backend_freetag_list" so all that its left is to build up an js array and try to search in it when the user has entered at least two chars.

I only knew the jquery ui autocomplete [0] but i like the idea.

A easier thing would be, to add a "<br />" after the last tag of a char to have a new char started in a new line.

[0]
http://jqueryui.com/autocomplete/

Re: collective thread: admin-area improvements

Posted: Mon Jul 29, 2013 7:49 am
by bernd_d
artodeto wrote:What about autocompletion (js based) in the tag section. The tags are already loaded in "#backend_freetag_list" so all that its left is to build up an js array and try to search in it when the user has entered at least two chars.
serendipity_event_freetag already uses autocomplete. But (in my case) sometimes it doesn't seems to work, could be it depends on order of event-plugins, if it is working or not.

Re: collective thread: admin-area improvements

Posted: Mon Jul 29, 2013 1:01 pm
by onli
It would be worth investigating why that fails. I guess that plugin needs a bit of work anyway?