Search found 11 matches

by brick__
Thu Oct 06, 2016 9:14 am
Forum: Zimlets
Topic: [SOLVED] Exporting a user's data
Replies: 1
Views: 3203

Re: Exporting a user's data

All right, I figured it out, and it's really my bad. The error message actually misled me, making me think that the argument it was waiting for was a destination folder. Actually, it doesn't, what he needs is the folderId argument which is clearly referenced in the JSAPI... So the final snippet look...
by brick__
Tue Sep 27, 2016 8:23 am
Forum: Administrators
Topic: LDAP DB is huge (80Gig)
Replies: 5
Views: 4557

Re: LDAP DB is huge (80Gig)

Hello Mechanix,

Here's a link to zimbra documentation.
You'll find a wikipedia link in there to what a sparse file is and how to actually detect it.
by brick__
Mon Sep 26, 2016 3:43 pm
Forum: Zimlets
Topic: [SOLVED] Exporting a user's data
Replies: 1
Views: 3203

[SOLVED] Exporting a user's data

Hello everyone, Once again I am seeking for help on these forums, but this time it's more about a specific function than a zimlet altogether. I want to export a user's data from the console, and, as each and every time I am looking for how stuff is working, I do a little search in the javascript API...
by brick__
Wed Jun 29, 2016 12:58 pm
Forum: Zimlets
Topic: [SOLVED] Creating a new tag menu
Replies: 4
Views: 5006

Re: Creating a new tag menu

Thanks guys,
it works as intended now.

Setting the post as solved.
by brick__
Fri Jun 24, 2016 10:09 am
Forum: Zimlets
Topic: tab iframe zimlet without overview area on the left?
Replies: 4
Views: 4912

Re: tab iframe zimlet without overview area on the left?

Hello Tom, I think it might come from the second parameter your hide( name, noReflow ) function takes. The noReflow argument triggers the _reflowApp() function if it is false (because of the double negation). I don't know why it is done this way, probably because it is easier to use in the grand sch...
by brick__
Mon Jun 20, 2016 10:28 am
Forum: Zimlets
Topic: tab iframe zimlet without overview area on the left?
Replies: 4
Views: 4912

Re: tab iframe zimlet without overview area on the left?

Hello Tom, First of all, I'm not a member of Zimbra or related to it in any way. I just happen to be working on it, and had the exact same need a few weeks ago. The solution that I found best was to use the methods present in the ZmSkin.js file that you can find in the skins folder in the base skin(...
by brick__
Thu Jun 09, 2016 3:44 pm
Forum: Zimlets
Topic: [SOLVED] Creating a new tag menu
Replies: 4
Views: 5006

Re: Creating a new tag menu

All right, that last post was pretty bad. I figured a few things out since I first posted it, and I don't think an edit of the first one is worth since I was pretty off beam. TL;DR: I have a view-wise working sub tagMenu in my actionsMenu, as I wanted. My question is: What is the proper way to bind ...
by brick__
Thu Jun 09, 2016 2:50 pm
Forum: Zimlets
Topic: Enhancing the toolbar Round 2
Replies: 0
Views: 2057

Enhancing the toolbar Round 2

Hello again guys, As you may have seen in my first post on this matter (you can check it out here ), @heswaran gave me a solution that seemed good enough. It turned out that even though the zimlet does what I need, there's a slight ajustement I need to make, and I really don't know how to solve it. ...
by brick__
Wed Jun 08, 2016 4:55 pm
Forum: Zimlets
Topic: [SOLVED] Creating a new tag menu
Replies: 4
Views: 5006

[SOLVED] Creating a new tag menu

Hello guys, I think you could have guessed from the post's title that I'm trying to create a new tag menu by myself. TL;DR: I want to have the tag menu in the actions menu in the toolbar. The way i'm trying it is by creating a new ZmTagMenu in the actions menu. The menu creation is working, but i ca...
by brick__
Wed May 25, 2016 9:22 am
Forum: Zimlets
Topic: [SOLVED] Enhancing the toolbar
Replies: 2
Views: 13917

Re: Enhancing the toolbar

Well, that pretty much did the trick. I mean, it did exactly the trick.
I knew there was a way to get back those already existing buttons, i just couldn't figure out how.
Thanks @heswaran, i hardly would have come up with a better way to do it. I'll mark the post as solved.