Search found 4 matches
- Wed Oct 24, 2007 9:53 pm
- Forum: Joombie Coding Q/A
- Topic: JOS_USERS [ Coding Help Please ]
- Replies: 7
- Views: 1516
Re: JOS_USERS [ Coding Help Please ]
Okay cool, I understand what you said about com_resumesystem however Im still not sure how to actually use this.. Do I continue to use a wrapper and call the link you mentioned or another method? index.php?option=com_resumesystem&task=resumes index.php?option=com_resumesystem&task=jobs index...
- Wed Oct 24, 2007 7:59 pm
- Forum: Joombie Coding Q/A
- Topic: JOS_USERS [ Coding Help Please ]
- Replies: 7
- Views: 1516
Re: JOS_USERS [ Coding Help Please ]
Thanks for the info. I guess I am stuck in the mud. you say component? I have a complete working php file which allows users to post jobs or resumes. However I simply need to obtain the username from joomla and my system will do the rest. I have (index.php) includes php/html/css I have (jobs.php) ...
- Tue Oct 23, 2007 6:58 pm
- Forum: Joombie Coding Q/A
- Topic: JOS_USERS [ Coding Help Please ]
- Replies: 7
- Views: 1516
Re: JOS_USERS [ Coding Help Please ]
Hi Thanks,
I see there is also jos_session in the database which contains username and time. Would it be possible to access sessions when a user is logged in?
I see there is also jos_session in the database which contains username and time. Would it be possible to access sessions when a user is logged in?
- Tue Oct 23, 2007 5:45 am
- Forum: Joombie Coding Q/A
- Topic: JOS_USERS [ Coding Help Please ]
- Replies: 7
- Views: 1516
JOS_USERS [ Coding Help Please ]
Hi, First off I am using 1.0.12 currently. I will upgrade to 1.5 when it is production stable. Currently I need to access jos_users from the joomla database. I know a little about programming suchs as sessions, which I thought might work, I have also looked at mainframe->getUser a little however I...