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

Pages: [1]
1
Feng Office 2 / Documents fail to save with embedded image
« on: March 14, 2012, 04:14:58 pm »
If I create a document and embed an image in it - using the image utility - it fails to save... and this error shows in the logs:

Session "default" started at 2012-03-14T19:13:10+0000
#1 DEBUG: SQL ERROR: Query failed with message 'Unknown column 'filename' in 'where clause'' -
                SELECT e.*, o.* 
                FROM `fo_project_files` e
                INNER JOIN fo_objects o ON o.id = e.object_id
             WHERE `filename` = 'Points.html-img-1.gif' ORDER BY `id` DESC
Time since start: 0.2660551071167 seconds

Any ideas? Thanks...

2
Feng Office 2 / Design Suggestion to save vertical space
« on: March 14, 2012, 11:44:00 am »
Vertical space is always at a premium, especially on smaller displays like netbooks...

Can I suggest moving the #div.primary-breadcrumb up to the div#headerContent area and lose that white space the breadcrumbs are eating up?

In other words... Move the title of the workspace above the tabs, next to the logo and move the tabs all the way up... There just seems to be a lot of dead white space in that area.

Between browser tabs, bookmark menus, then the Company Logo / Header banner that adds up to be alot of screen real estate we're losing.

Thanks!

3
Ideas / Convert Email to Document
« on: March 14, 2012, 10:52:40 am »
It would be great if we could convert an email to a document, most emails are HTML based anyways... conversion should be fairly easy. It would be great if we could edit the content of the email in that way.

I use evernote to clip websites with, and it shares via email... it would be great to be able to store those snippets as documents in Feng.

Thanks

4
Getting Started / Convert email to Document
« on: March 13, 2012, 07:56:40 pm »
Is it possible to convert an email to a document? It would be great to be able to access the content of the email and edit it though the document interface. I am guessing this is technically a feature request, unless I'm missing something?

Thanks... I'm liking Feng2 by the way!

5
Development / Re: We really need invoicing:(
« on: December 31, 2010, 08:29:21 pm »
Hi, maybe not exactly the solution you're looking for... but I embedded Simple Invoices into an application tab in Feng.

Simple Invoices: http://www.simpleinvoices.org/

Simple Invoices has it's own shortcomings, but it works very well for what I need at the moment. Follow the Hello World thread to add an app tab into Feng. My entry in public/assetts/javvascript/og/layout.js is:
Code: [Select]
og.panels.invoices = new og.ContentPanel({
                        title: lang('invoices'),
                        id: 'invoices-panel',
                        iconCls: 'ico-invoices',
                        //refreshOnWorkspaceChange: true,
                        defaultContent: {
                                type: 'html',
                                data: '<iframe style="width:100%;height:100%;border:0" src="application/views/invoices/index.php"></iframe>'
                        }
                }),

Of course, this is essentially a dirty hack - so none of the data is shared between the two. But, it's a starting point. Hopefully this helps, I'm off to figure out how to enable/disable tabs...

6
You can try something like editing the hosts file on the local LAN computers. Point www.yourfenginstallation.com to your internal IP. Problem is, of course, you would have to do this on every computer.

The other option is to setup a local DNS server, and create a record for your internal Feng installation. And... of course, you would have to change the DNS records of all the local computers to match your new server. Considering you have such limited bandwidth, a local DNS server would also speed things up overall.


7
How To's / Re: Missing lang.js: labs
« on: September 13, 2010, 03:04:16 am »
Same thing here...

Perhaps it's related to this:

http://forums.fengoffice.com/index.php?topic=3826.0

I attempted this How-to on a test server a few weeks back, part of the tutorial goes through creating the folder and tab... that 1.7.1 is complaining about missing.

I feel a 1.7.1.1 coming out soon. :)

8
How To's / Re: Android and Feng events
« on: June 27, 2010, 09:57:17 pm »
I have an Android device as well... I sync my Feng Calendar to Gmail, like you would any other remote calendar in Gmail.

Perhaps this is an obvious suggestion, but you have to manually add the calendar on the device itself.

I did notice that the ical in google doesn't always update, if I change the Feng Calendar - my goog calendar doesnt always reflect those changes though... but that was in 1.6.2, so I'd have to test that again in 1.73

9
That was it! Thanks again...

Im in the process of buying a subscription to Onsite as well!

10
I had done that before logging back in after the upgrade. I also tried a different browser.

In the previous version, I implemented this change to Tag Permissions:
http://forums.fengoffice.com/index.php?topic=3491.msg13546#msg13546

But I noticed that you had incorporated that into the 1.7 release.

Thanks for the speedy reply...

11
I receive the above error message when trying to navigate to Notes, Email, Contact and Documents. I can navigate to the object in question through either searching or clicking on it from the overview page. However, going to the actual Notes tab shows nothing except the message:

There are no Notes tagged as '[object Object]' in 'All'

I've tried adjusting the tag properties on the objects, however there are no tags. After creating a new note, the new note disappears as well.

Debug is on, and there are no error messages.

Any ideas? Im at a loss as to what to do next... Thanks

12
Feature requests / Re: robots.txt
« on: February 08, 2010, 10:52:29 pm »
Yep... that's exactly how I came across this thread... after upgrading from 1.6.1 to 1.6.2 - the robots.txt file must have come to life. And google is complaining about not being able to crawl the contents of an exported ical.

My workaround was to add:

Code: [Select]
User-agent: Googlebot
Allow: /*.php?c=feed&a=ical_export$

to the top of my robots.txt

13
How To's / Re: Ticketing/Knowledge base
« on: February 04, 2010, 03:07:10 pm »
Yeah, I figured it wouldn't auto increment values... It's unfortunate, I'd love Feng to be effective in tracking bugs/issues but maybe it's not really meant for that.

You may want to contact them directly about the feature, they do seem to provide support through paid subscriptions. 

14
How To's / Re: Ticketing/Knowledge base
« on: February 04, 2010, 02:59:49 pm »
The only thing I can think of in regards to adding something like that is by going through:

Administration --> Custom Properties

The select Type: Task

and define the variables for that custom property. That may get you what you need...

Good Luck

15
How To's / Re: Workspace and task permissions
« on: February 01, 2010, 10:58:13 pm »
http://forums.fengoffice.com/index.php?topic=3491.0

The solution... My php sucks so I don't know what else those changes affect - but it certainly seemed to do the job. Tasks were confined to workspaces...

Pages: [1]