Previous Thread
Next Thread
Print Thread
Rate Thread
#268717 02/05/2004 4:57 AM
Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
I am looking for some good project management integration software. Anybody using one they integrated with threads?

I am looking at http://www.phprojekt.com/ right now. I might need to commission somebody to help integrate this one or similar. Anyway still looking for advice before I commit the time required for this project.

Sponsored Links
Kelly #268718 02/05/2004 7:44 AM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
It depends a bit on what modules you need, but I prefer moregroupware.
To my mind, the user interface is easier and the new calendar module uses iCal
http://moregroupware.sourceforge.net/

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Astaran I got the moregroupware all setup... now I would like to integrate the ubbt. Can you point me in the right direction or a script? Thanks

Kelly #268720 02/17/2004 8:02 AM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
What do you want to do?

You could use the ubbthreads user table for authentication.
You'lll have to add some fields to it and change the /include/auth/sql.inc.php of moregroupware to use this table.

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
I would like the threads users to be able to help with projects. Using the entire database of users from threads as authentication for the groupware.

Sponsored Links
Kelly #268722 02/17/2004 2:46 PM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
Have a look at the file mentioned above and the structure of the build in mgw users table.

Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Code
 <?php<br />/* $Id: sql.inc.php,v 1.9 2003/09/27 17:01:08 k-fish Exp $ */<br /><br />function authentify_user($user, $pass, $encrypted_pwd=''){<br />    global $conn;<br /><br />    if ($encrypted_pwd == '') $encrypted_pwd = md5($pass);<br /><br />    $sql = "SELECT id FROM mgw_users WHERE username=".$conn->QMagic($user)." AND pw=".$conn->QMagic($encrypted_pwd);<br />    if(!$res = $conn->Execute($sql)) exit(showSQLerror($sql, $conn->ErrorMsg(), __LINE__, __FILE__));<br /><br />    return $res->NumRows();<br />}<br />?> 


And the tables use mgw_users then passes the "username" and "pw"


id username lastname firstname occupation workloc birthday sex privstreet privcode privcity privregio privcountry privmobil privtel privemail privhobby mobil telephone email skintheme pw lang level lu_user lu_date lastin is_ldap



My coding skills are suspect but can do a mean copy and paste.

Kelly #268724 02/17/2004 4:10 PM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
If you have the moregroupware tables in the database as the threads ones, you can simply modify the query.

SELECT U_Number FROM w3t_Users WHERE U_Username=".$conn->QMagic($user)." AND U_Password=".$conn->QMagic($encrypted_pwd);


The next thing you'll have to do is to add all fields to the threads table that mgw needs. I didn't integrate my installation into ubbthreads because I have no need for it. So I can't give you a ready solution. I'll have to look into it first.

-Fusion- #268725 02/18/2004 4:35 PM
Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Can I just let users register with this one without manually adding them.. I don't see that setting.

I have decided to go with another project software. User interface a bit easier to use for my members. Thanks for the help astaran

Kelly #268726 02/18/2004 8:07 PM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
You would need to modify your newuser.php to achieve this.

[]
I have decided to go with another project software. User interface a bit easier to use for my members. Thanks for the help astaran [/]
May I ask which one?

Sponsored Links
-Fusion- #268727 02/19/2004 2:36 AM
Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
egroup

Kelly #268728 02/19/2004 4:34 AM
Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
I am lost in the sea of to much info..lol I want to have communtiy involvement in projects so I need to make it super easy for them to join in. If not then I spend all my time as a help desk.

Looking at maybe tikiwiki too.. I am lost on my direction decision. Would love to have a full wiki as a addon for threads.

Kelly #268729 02/19/2004 3:41 PM
Joined: Jan 2002
Posts: 674
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 674
Astaran your about right for the project and other module interfaces. They look pretty snazzy with the other modules added in but the project section is the best of what I have found.

Guess my fear of playing with the threads database is staring me in the face .


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)