Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wwwcad

Pages: [1]
1
Feng Office 2 / Some questions and reports?
« on: October 18, 2011, 09:18:08 pm »
First, Congratulations.
This version seems to give a new and fresh look to the application. We were trying different applications to change our project management mainly because the perfomance and lack of an API to integrate other applications.

Some questions or reports:

1 - View as dashboard button not found. I can't see it in the Overview Tab

2 - Extjs is still in 2.2 . Do you plan to update to Extjs 4.0, maybe it will help with the perfomance ?

3 - I read somewhere this version will have an api for external integration or something similar?

Regards

2
General Discussion / Skysa Chat Bar in Feng Office
« on: October 21, 2010, 08:49:53 pm »
Well, we just configure the skysa chat bar with the users in fengoffice. Even when the skysa toolbar will become commercial in some months here is how the integration was done. For reference:


Add the next code in the head section of:  application/layouts/website.php

Code: [Select]
<script type="text/javascript" src="http://static2.skysa.com?i=SKYSACODEHERE" async="true"></script>

<script type="text/javascript">

var _SKYAUTH = {
        loginUrl:'index.php?c=access&a=login',
        memberNick:'<?php echo logged_user()->getUsername()?>',
        memberId:'<?php echo logged_user()->getId() ?>',
        /*profileUrl:'REPLACE WITH MEMBER PROFILE URL',
        photoUrl:'REPLACE WITH MEMBER PHOTO URL'*/
};


</script>

Regards

http://www.imaginacolombia.com

3
Development / Re: Authorization check
« on: August 28, 2010, 05:03:45 pm »
Quote
I'm implementing various third party plugins in Feng Office (the excellent gantt charts for example found here),


Great ssbka, what kind of plugins are you working on?


Pages: [1]