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 - Mnemic

Pages: [1]
1
How To's / Tunneling FengOffice on random port.
« on: May 17, 2010, 12:16:39 pm »
Hello,

I've got a FengOffice install, and its working very well. We have a VPN solution that allows us to tunnel traffic from outside our workplace by creating a tunnel from Localhost:randomport to the webserver:80

However Whenever FengOffice launches, it redirects back to its "core" URL every time, including the port.

IE: Extenral PC launches VPN tunnel, which points webbrowser to:
http://localhost:1234/fengoffice
but the launcher will get rewritten to whats in the config file
http://lampserver/fengoffice
and therefor stops using the localhost tunnel, and breaks.

is there anyway to prevent fengoffice from altering the URL Line when initialized?

I'm decent with PHP, so I'm not afraid to get in and change it, just need to know where to start looking for resolution.


2
Community Contributions / Re: Added tasks to iCalendar export
« on: May 03, 2010, 12:16:15 pm »
Mkay,

We'll I've been digging into this, and the code attached to the original post seems to be... incomplete. The CalFormatUtilities.php file is missing the last few lines of the code, and just generates errors.

The function modified also is missing the $tasks assignment so I see no way for it to work. Even fixing and creating what lines I think are missing, it still does not function, and I'm at a loss on why.

I'm just a novice OO programmer, and In my test app I've made, I can't get the Tasks to give me a date at all.

This feature would be really nice if we can get it to work.

3
Community Contributions / Re: Added tasks to iCalendar export
« on: April 29, 2010, 05:41:12 pm »
This doesn't appear to work for 1.7RC

Just an FYI...

Also how do you get to the Raw Calendar URLs?

Pages: [1]