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

Pages: [1]
1
Feature requests / Re: Two features request
« on: February 17, 2009, 02:02:22 am »
At present if user uploads the Microsoft Office document to Opengoo, they are neither able to view nor modify in Opengoo. I think it would be a great enhancement of Opengoo feature if compatibility with MS Office and Open Office incorporated. This is what my FR No. 2 is.

Rgds,
Nimesh

2
Feature requests / Two features request
« on: February 09, 2009, 03:19:42 am »
Hi,

Can following two features be incorporated in near future versions?

1) Disk Quota implementation on users. Example, A user can not exceed total disk quota of X amount including File Uploads, New File creation etc. So, that I can set that a ABC user can only store/create up to 1 GB of data and XYZ can store/create 500 MB.

2 ) Compatibility of with Microsoft Office & Open Office.

Thanks for wonderful project.

Rgds,
Nimesh

3
Announcements / Re: OpenGoo 1.1 RC1
« on: December 24, 2008, 06:31:22 am »
Hey,

Are you planning "Spreadsheet" in this version?

Are you planning to use external authentication methods like, IMAP, IMAP-SSL, POP3 OR POP3-SSL in future? This will be useful as user will not need to remember separate password and user ids for opengoo, will use same user id and password same as their email id.

Rgds,
Nimesh

4
How To's / Re: Spell Check - Solved
« on: December 24, 2008, 06:24:27 am »
Hi,

If found the solution from fckeditor's website forums. Here is the solution if someone faces the same problem,

open following file,
<<your_web_root>>/opengoo/public/assets/javascript/fckeditor/fckconfig.js

Change this,
FCKConfig.SpellChecker                  = 'SpellerPages' ;      // 'ieSpell' | 'SpellerPages'

FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;        // Available extension: .php .cfm .pl

then,
open following file,
<<your_web_root>>/opengoo/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php

Change this,
//$aspell_prog  = '"C:\Program Files\Aspell\bin\aspell.exe"';   // by FredCK (for Windows)
$aspell_prog    = 'aspell';
        // by FredCK (for Linux)

And your are done,
Yes one more thing, do not forget to refresh your web browser.

Rgds,
Nimesh

5
How To's / Spell Check
« on: December 23, 2008, 08:45:11 am »
Hi All,

Just downloaded and installed RC1. Just wondering how can I use aspell instead of default spell check that is iSpell.

Thanks,
Nimesh

Pages: [1]