Title: New and need some basic help
Last modified: August 30, 2016

---

# New and need some basic help

 *  [pointblankmedia](https://wordpress.org/support/users/pointblankmedia/)
 * (@pointblankmedia)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/new-and-need-some-basic-help/)
 * I wish to set up (for example) 8 pages of apps that specific users (based on 
   geo graphic location) can download.
 * i.e. if you are in North America Group – you see the North America page
    and 
   if you are in the UK – you see the UK page
 * Members of one group can never be allowed to see other pages they do not belong
   to.
 * I cannot see an obvious way to set-up individual users (whom I have a largish
   database with their emails dresses and password – which I wish to retain and 
   set-up fir them without the need for them to re-register).
 * The important thing to bare in mind is that no users will actually contribute
   to the site itself – it is simply a site fore them to download content based 
   on the location groups that we set for them.
 * So to reiterate – the users have no ‘roles’ as such (traditional wordpress roles–
   such as author contributor etc) – they just need to login and be redirected to
   their specific group page.
 * Can someone please advise me how to begin setting up the individual user accounts
   and assign them to the respective pages (which I have already set-up)?
 * thank you
 * [https://wordpress.org/plugins/ultimate-member/](https://wordpress.org/plugins/ultimate-member/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [George Florea Banus](https://wordpress.org/support/users/fbgm/)
 * (@fbgm)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/new-and-need-some-basic-help/#post-6900467)
 * How do you know which country the user belongs?
 * If you have a custom field you can use an if else statement:
 *     ```
       if(custom_field == 'Country A'){
           // code for Country A
       }
       else if(custom_field == 'Country B'){
           // code for Country B
       }
       else if(custom_field == 'Country C'){
           // code for Country C
       }
       else if(custom_field == 'Country D'){
           // code for Country D
       }
       ```
   
 *  Plugin Author [Ultimate Member](https://wordpress.org/support/users/ultimatemember/)
 * (@ultimatemember)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/new-and-need-some-basic-help/#post-6900468)
 * If the key that contains user country is “country”. Then you can do
 * if ( um_user(‘country’) == ‘Country.. ‘ ) {
    // do something }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘New and need some basic help’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Ultimate Member](https://wordpress.org/support/users/ultimatemember/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/new-and-need-some-basic-help/#post-6900468)
 * Status: not resolved