Search found 440 matches

by JoshuaPrismon
Wed Jan 05, 2011 4:08 pm
Forum: Developers
Topic: Few changes in webpanel
Replies: 10
Views: 1883

Few changes in webpanel

[quote user="loocek"]That's nothing, I will not upgrade the Zimbra. Where, then, in the code to change the things that I mentioned?[/quote] You want to look at the Zimbra Web Client javascript code. If you want to change this code, I highly recommend at least posting the code back to the c...
by JoshuaPrismon
Sat Jan 01, 2011 10:00 am
Forum: Developers
Topic: Preauth and folder forwarding
Replies: 1
Views: 514

Preauth and folder forwarding

Justin, check the development notes in the zimbra source code. I believe that there is a way to specify which folder to open on login (if that's what you are trying to do).
by JoshuaPrismon
Sat Jan 01, 2011 9:58 am
Forum: Developers
Topic: New CheckBox
Replies: 9
Views: 1827

New CheckBox

[quote user="ash85"]Hello Folks , Ok so i have created a checkbok field below "notes" under address book in contact. The problem now is when i save this new field called " version" as a checked item, then when i view it or even export it as spreadsheet, i get a value &q...
by JoshuaPrismon
Sat Jan 01, 2011 9:55 am
Forum: Developers
Topic: send mail with zimbra lib
Replies: 1
Views: 609

send mail with zimbra lib

I'm not familiar with this API at all, but I think you might be using the low level API's to access the mail store. Take a look at the client packages instead. Also take a look at the social zimlet, which sends a email message. Remember that anything you can do in Javascript, you can do in Java.
by JoshuaPrismon
Sat Jan 01, 2011 9:53 am
Forum: Developers
Topic: IM Server Features for external clients
Replies: 3
Views: 866

IM Server Features for external clients

[quote user="bkirkland"]Mark, Thank you for the response. I was unaware of this. Looks like it may be time for me to look into a better 3rd party messaging system that will cooperate with Zimbra. Thanks again, Ben[/QUOTE] Take a look at the Meebo extension. Not sure if it does what you wan...
by JoshuaPrismon
Sat Jan 01, 2011 9:52 am
Forum: Developers
Topic: (How to) write zimlet for extending LDAP objects?
Replies: 1
Views: 609

(How to) write zimlet for extending LDAP objects?

Take a look at the Samba Zimlet. that involves both changes to the LDAP object model, and a administration interface change to be able to use thoose LDAP changes.
Also take a look at the server extensions. You will probably need to add some SOAP calls to pull that off.
by JoshuaPrismon
Sat Jan 01, 2011 9:50 am
Forum: Developers
Topic: Few changes in webpanel
Replies: 10
Views: 1883

Few changes in webpanel

[quote user="loocek"]Exactly And what with the other changes ?[/QUOTE] If it's not possible to change these inside the CoS, or the member's preference, then it won't be easy to change it other then by going and making code changes (which I never recommend unless you are capable of upgradin...
by JoshuaPrismon
Mon Oct 18, 2010 11:29 pm
Forum: Developers
Topic: How can i get return value from AjxRpc.invoke function?
Replies: 1
Views: 796

How can i get return value from AjxRpc.invoke function?

Firebug is your friend here. Set a breakpoint inside of your routine (you may have to run Zimbra in &debug=1 mode) and examine the data structure. As a note, you want to look at response.sucess, not myResponse.sucess since the response function will be called asynchronously.
by JoshuaPrismon
Mon Oct 18, 2010 11:26 pm
Forum: Zimlets
Topic: Server Data Retrieval
Replies: 1
Views: 404

Server Data Retrieval

[quote user="theonewesp"]I have some semi-sensitive information that I want to expose via a web service. Is there a way for me to have the ZCS server make the call to the service and serve up this data to my zimlet or does all the data have to come from the client? Currently this service o...
by JoshuaPrismon
Mon Oct 18, 2010 11:25 pm
Forum: Zimlets
Topic: Smartsheet Not Visible
Replies: 2
Views: 557

Smartsheet Not Visible

Check the QoS for the default user, see if it's enabled. Check the settings for your user, and see if it's enabled. If it still doesn't show up (on a supported Browser - try firefox 3.6), enable Firebug and see if any errors pop up.
Ran into this myself, turned out to be a stupid QoS issue.