Hi all,
I had a question. Switching from a horizontal to a vertical mailbox list (a three column layout), would you think this should be done through a plugin or through theme?
I played with it when creating a theme but was thinking that maybe this would be better done through a plugin.
- Aside from the obvious UI changes, to do this well one should really change how the message list table is displayed (since a narrower list doesn't make sense with the same table view). As far as I know, this is beyond what a skin can do.
- In addition, switching the layout makes more sense to do it through Settings > Mailbox View > Main Options rather than by switching themes.
- Lastly, this feature would then, in turn, be also available to any theme.
Any thoughts? Would this make sense to be done through a plugin or do you think this is better left to skins?
Thanks!
PS: I'm not a programmer, so unfortunately I don't know how to do it myself. Would this be hard to do? Any volunteers? ;-)
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
I am migrating address book from horde to roundcube. I have a script called
migrate.php to do the job. I would like to make a button (i.e. next to the
'export contacts in vCard format) that will execute the migrate.php. I have
the button up, but it is disable. I add
<roundcube:button command="importhorde" type="link" class="buttonPas
importhorde" classAct="button importhorde" classSel="button importhorde"
title="importhorde" content=" " />
to skins/templates/addressbook.html
1. How can I make the button enable to click ?
2. How can I make the script running when the button is clicked ?
3. How can I change the icon/images of the button ? It uses the same image
as the 'Add new contact'
Thank you.
_______________________________________________
List info: http://lists.roundcube.net/dev/
I posted the following message to the Roundcube users list but never got a
response. Is there a fix for this?
Thanks,
Jeff
-------- Original Message --------
Subject: Re: [RCU] Deleting Messages
Date: Tue, 08 Sep 2009 11:45:55 -0700
From: Jeff Grossman <jeff(a)stikman.com>
To: Roundcube Users List <users(a)lists.roundcube.net>
On Tue, 08 Sep 2009 11:38:13 -0700, Jeff Grossman <jeff(a)stikman.com>
wrote:
> I am running version 3 and think it is great. I want to thank everybody
> involved on a great release. But, I do have one issue. Maybe it is a
> configuration issue, not sure. I have my messages sorted by date. I
show
> 30 messages per page. If I am on any page besides page 1 and delete a
> message, it will return me back to page 1 of the list instead of back to
> the page I was on. Version 2 did not have this problem.
>
> Thinking about it now this might have to do with the new config option
to
> show the next message on a delete. I have it set to not show me the
next
> message on a delete.
Actually, I just tried just hitting the arrow to take me back to the
message list and it returns me to page 1 also. So, I guess it has nothing
to do with the delete config but just has to do with returning to the
message list will always return you to page 1.
Jeff
_______________________________________________
List info: http://lists.roundcube.net/dev/
Alec,
you will reopen the ticket r2948, I deleted the messages and cache, it's
still the error occurs
Thanks
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
L.S.,
I'm currently updating the skin 'GroupVice' to be work with
RoundCube v0.3. I have a question about how to use templates
in combination with a plugin.
I.E.
I want to use some other images for the 'markasjunk' plugin.
How/where do I specify what skin to use for a plugin?
--
Kees de Keizer
kees(a)de-keizer.net
http://www.de-keizer.net/
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
About a week ago I submitted a patch to remove "Add contact" link on
contacts already in address book: http://trac.roundcube.net/ticket/1486097
I have been using it since and it seems to work fine.
I was wondering it you were planning on pushing it into the trunk since
its milestone has been set to "later". I'd be happy to work on the patch
if you think it's not sufficient as is.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
it's possible to have an example script to attach file to a new email at
runtime?
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I need to add a new tab into the tabsbar of the settings page. How can I
add it from my plugin ?
If the template_container hook must be used, could you please paste a
sample code ?
Thank you.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi.
I went through the (quite good) German translation and changed some
strings to use even more common or correct words and phrases.
In "de_DE.patch" you can see all changes I made. Maybe it's interesting
for other Germans, so they can comment on it.
Another small thing: It should be "Deutsch (Deutschland)" or simply
"Deutsch" instead of "Deutsch (Deutsch)". Compared to the English language:
Deutsch (Deutschland) - English (Great Britain)
Deutsch - English
Deutsch (Deutsch) - English (English)
Best regards,
Lars
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/2u/GytLSvXa/labels.inchttp://detached.gigo.com/rc/2u/GytLSvXa/messages.inchttp://detached.gigo.com/rc/2u/GytLSvXa/de_DE.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
This patch against trunk increases the performance of autocomplete address
book searches by only requesting MAXNUM (hardcoded to 15) results be
returned by the backend contact providers (LDAP and SQL). This is in theory
more efficient than fetching the full results list from all available
backends and then pushing individual results into the return list until it
hits MAXNUM contacts.
It also adds a configurable tuning parameter - autocomplete_min_length.
Searches of less than this length (in bytes) are ignored by the autocomplete
provider. This could probably be moved to or duplicated in the
ksearch_get_results JS function, but I have yet to familiarize myself with
that bit of the codebase.
I have backported this to 0.3-stable and tested it on our evaluation host
that's pointed at a production LDAP server with 45k+ entries spread across
multiple OUs, and it seems to work well.
Regards,
-Brandon
_______________________________________________
List info: http://lists.roundcube.net/dev/