Results 1 to 1 of 1

Thread: Adding a new usertype?

  1. #1
    Thread Starter
    Member zuko's Avatar
    Join Date
    Apr 2011
    Location
    United Kingdom
    Posts
    81
    Thanks
    0
    Thanked 1 Time in 1 Post

    Adding a new usertype?

    I want to add a new user so freelancer and businesses

    Some people will want to represent there business for jobs rather than themselves personally.

    Is it a case of adding another usertype


    // Custom Roles
    define( 'HRB_ROLE_FREELANCER', 'freelancer' );
    define( 'HRB_ROLE_BUSINESS', 'Business' );
    define( 'HRB_ROLE_EMPLOYER', 'employer' );

    // "User Types"
    define( 'HRB_FREELANCER_UTYPE', 'freelancer' );
    define( 'HRB_FREELANCER_UTYPE', 'business' );

    Then I will need to create the achieve page for businesses too

    Anything else I will need?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: March 7th, 2014, 10:09 AM
  2. Dimitris Adding Ads?
    By slinky25252 in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: February 6th, 2013, 07:45 AM
  3. [SOLVED] Adding New Ads
    By khuya in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: June 10th, 2012, 11:33 AM
  4. Hiding fields, adding buttons and adding background
    By sgg123 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: February 17th, 2011, 03:57 AM