1
PeterPan
project management... tasks... gantt charts etc...
  • 2004/8/18 16:54

  • PeterPan

  • Just popping in

  • Posts: 6

  • Since: 2004/8/18


Hi

I'm testing XOOPS to be used in my enterprise intranet site.

Searching this site and internet i found about every information and modules i need.

But i am still lacking of a project management module... something like php-collab (i see they develope a xoops-integrated version but they stop this support *sigh*).

I tested netproject and webslave project... they are nice but i can't use because they lack project-permissions (who can see... etc...)

Can someone tell me other alternatives?

Thanks a lot
PeterPan





2
krystinevo
Re: project management... tasks... gantt charts etc...

I would also be interested in a project mgmt module... any ideas would be greatly appreciated.

TIA

kristine

3
cibelix
Re: project management... tasks... gantt charts etc...
  • 2004/8/22 22:19

  • cibelix

  • Just popping in

  • Posts: 1

  • Since: 2004/8/1 1


I use Phprojekt as project management but im intersting in a module for xoops, also.

May be ... iframe+phprojekt ?

Any ideas?

Cibelix

4
PeterPan
Re: project management... tasks... gantt charts etc...
  • 2004/9/30 15:34

  • PeterPan

  • Just popping in

  • Posts: 6

  • Since: 2004/8/18


paint... paint... uff... uff...

I adopted phprojekt and "adapted" it to work with xoops:
1) I put XOOPS and projekt tables in the same DB (with different prefix: xoops_ and projekt_)

2) I write a php script to replicate XOOPS user, groups, and user group association in phprojekt. The script copy/update XOOPS user in a predefined group (projekt users) to projekt.

3) I create a phprojekt "skin" with a menu similar to XOOPS menu (vertical with projekt entries and a link to the site home)

4) I patched phprojekt login (lib/auth.inc.php) to accept authentication from XOOPS user table:
if ($row[1] == $enc_pw) {
// store the found user_ID
$fetch_uservalues = $row[0];
} // end check for &pw

// BEGIN XOOPS AUTH
if ( ! $fetch_uservalues ) {
$xoopres = db_query("select pass from xoops_users where uname='$loginstring'");
$xooprow = db_fetch_row($xoopres);
if ( $xooprow && ($xooprow[0] == md5($user_pw)) ) {
$fetch_uservalues = $row[0];
}
}
// END XOOPS AUTH
} // end loop over all found users with the same loginstring
} // end case for non-ldap auth
} // end else bracket for authentication


All work quite fine (i am starting using it)... except (todo):

5) avoid requiring a new authentication entering in projekt page... now i have to auth entering in XOOPS and than again when selecting projekt
Ho can i do??? cookies??? Is there an active session table in xoops??? other ways???

6) write a XOOPS modules to show blocks from projekt tables. I am working on it but i think it will long :( :( Writing XOOPS modules doesn't seem too complex... but understand German field names in projekt isn't soo easy

Bye
PeterPan

5
wcrwcr
Re: project management... tasks... gantt charts etc...
  • 2004/9/30 15:42

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hey PeterPan

I?m not a coder so with this I can?t help, but please keep on doing It

I think this will be a very nice and wanted module.
Count on me with any other kind of support than coding, ok?

Thanks for sharing,
Wilson


6
rabideau
Re: project management... tasks... gantt charts etc...
  • 2006/3/26 17:44

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


Aside from xProject which is pretty new in its development cycle and trouble ticket based, has anyone developed a link between an open source project management system like phprojekt, phpcollab, CVW or similar and XOOPS?????
Pax vobiscum,
...mark

may the road rise to meet your feet!

http://treemagic.org

Login

Who's Online

219 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 219


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits