21
dplittle
Applicant Tracking
  • 2005/3/26 23:59

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


I'm looking for a XOOPS module that will allow us to track applicants through their hiring process. Best of all worlds would be a module that will allow us to ...

1) define the hiring process (i.e., submit resume, initial phone interview, submit application, request background check, etc.) and have the module track which step has been completed

2) graphically display which steps of the process have been completed

3) alert individuals to changes in status

4) integration with XOOPS user management for module access and interaction

Has anyone seen anything like this?

Thanks

David



22
dplittle
Re: Remove "submit news" from menu
  • 2004/10/24 21:51

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


I came up with a slightly different solution...

I still wanted to have the menu items for me as Admin so I used the following code ...

global $xoopsUser;
if ( 
$xoopsUser )
{
  if ( 
$xoopsUser->isAdmin() )
  {
    
$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
    
$modversion['sub'][1]['url'] = "submit.php";
  }
}



23
dplittle
Re:One Xoops User for Many Physical Users
  • 2004/10/19 20:15

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


I agree with you 100% but haven't been able to convince the guy who's running the site that it would be better for each person to have their own account. He contends that many of the folks involved are "lower on the computer skills ladder" and he wants to make it as easy as possible.

We still need some login/logout since he will only release the account name and password to neighbors. Later when he needs to expand the level of granularity of access, those users will be individuals.

I'll play with the templates and see what I can come up with.

Thanks

David



24
dplittle
One Xoops User for Many Physical Users
  • 2004/10/18 16:25

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


I've started building a site for a neighborhood group and would like to build it like this ...

I have four basic groups ...

1) webmaster
2) home owners
3) special users
4) anonymous users

What I'd like to have happen is that the webmaster and anonymous groups work as normal but that the two other groups work a little differently.

Since I'm going to have many people logging in as a single XOOPS user (home owners), I want to remove most of the items in the User Menu. I effectively only want the "Logout" menu item to be displayed for the "home owner" group since I don't want one person changing any of the account information for all the others. I want to control the password, etc. The User Menu should look normal for the "Special Users".

Here's what I'm thinking of doing and if it makes sense might need a little direction on the best way to do it.

I figured I'd take the "Logout" out of the User Menu and create a special block to do nothing but Logout. I'd give everyone access to this block.

Then I'd take the altered User Menu and make it only available to the Special Users group. That way everyone will be able to log out but only the Special Users (i.e., users with an individual account) will be able to change account information, etc.

So the questions are ...

1) Does this make sense? Are there any unforeseen issues with having this kind of Many-To-One account?

2) How should I "doctor" the User Menu? Will I need to muck with the template or themes?

Appreciate any help and guidance.

David



25
dplittle
Re:Custom PHP Block Accessing Group Info
  • 2004/10/5 16:18

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


And then I hit the Reply button twice!! Sorry.



26
dplittle
Re: Custom PHP Block Accessing Group Info
  • 2004/10/5 16:16

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


Doh! Answered my own question ... I had to log out and back in first!

Thanks

David



27
dplittle
Re: Custom PHP Block Accessing Group Info
  • 2004/10/5 16:16

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


Doh! Answered my own question ... I had to log out and back in first!

Thanks

David



28
dplittle
Re: Custom PHP Block Accessing Group Info
  • 2004/10/5 16:04

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


Quote:

Mithrandir wrote:
global $xoopsUser;
$groups = $xoopsUser ? $xoopsUser->getGroups() : array(XOOPS_GROUP_ANONYMOUS);

if (in_array($group_id_you_want_to_check, $groups)) {
//show links
}


Thanks Mithrandir! I've got to spend some time in the developer documentation!

I'm having a problem getting all user groups though. When I run the following code ...

global $xoopsUser;
$groups $xoopsUser $xoopsUser->getGroups() : array(XOOPS_GROUP_ANONYMOUS);

print_r($groups);


I only get the first three groups. Here's what I get as output ...

Array ( [0] => [1] => [2] => )


I know the user is in five groups ... the last two are the ones I'm using to check. Any ideas?

Thanks

David



29
dplittle
Custom PHP Block Accessing Group Info
  • 2004/10/4 21:23

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


I've built a custom PHP block that I'm using to dynamically create a "Quick Links" feature for my users. We need to access our internal site differently depending on if you are in front of or behind the firewall. This is all working great.

The next step though is to change the link depending on if the XOOPS user is in a specific group (i.e., "management" vs. "sales"). Is it possible somehow to have the custom PHP block be able to determine is the current user is in a specific group?

Thanks

David



30
dplittle
Re: Embed HTML in News Item
  • 2004/10/4 18:37

  • dplittle

  • Just popping in

  • Posts: 49

  • Since: 2004/9/15


Never mind ... once I finally saved it and was not just looking the preview, it worked.

Thanks

David




TopTop
« 1 2 (3) 4 5 »



Login

Who's Online

150 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 150


more...

Donat-O-Meter

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

Latest GitHub Commits