Recent content by Juste_me__

  1. J

    XF 2.1 Forcing Users to Login Using Google Only

    Hello, Is it possible to enforce users to log in and register using Google accounts only? I mean preventing users from registering using the traditional registration process? Thank you in advance
  2. J

    XF 2.2 Username Change | Updating All Old Occurrences (mentions, replies...etc)

    I faced a problem with that workaround. Example: Censored string:smith Replacement: john.smith If another user exists with the username "mark.smith", then his username will be updated to mark.john.smith. Not sure if I can use regex? Reference to any addon that does this job will be helpful too!
  3. J

    XF 2.1 Group Promotion For Newly Registered Users

    Thank you. I think I will go with that option.
  4. J

    XF 2.1 Group Promotion For Newly Registered Users

    Yes, a manual process for now as I could not find a way to make a promotion based on form submission.
  5. J

    XF 2.1 Group Promotion For Newly Registered Users

    I want verified users only to be able to post new messages. By verified I mean, their username is set to Firstname.Lastname. I adjusted the registration form to accept usernames in the above format using regex. So users are one of the following two cases: 1-A user who will register in the...
  6. J

    XF 2.1 Group Promotion For Newly Registered Users

    Thanks for responding. The problem is that will apply to all registered users because the condition is "User has been registered for at least X days". Whatever number I used here, this rule will apply to both new users and all existing users. I want to apply something to users who will register...
  7. J

    [OzzModz] Advanced Forms [Paid]

    Is it possible to use this as a criteria/condition for group promotion criteria? i.e. a user who submits a specific form will be automatically promoted to a certain group.
  8. J

    XF 2.1 Group Promotion For Newly Registered Users

    I add a couple of custom fields to the registration form and would like any newly registered users to be added automatically to a new group I just created called verified. The only option I found in group promotions settings close to what I need is "User has been registered for at least X days:"...
  9. J

    XF 2.1 Allow registration using Linkedin accounts only

    I have configured and activated Linkedin integration through connected accounts successfully. New users can register either using Linkedin or the default traditional registration form. I would like to allow users to register and login only using their Linkedin accounts....is that something doable?
  10. J

    XF 2.1 Invalid Regex

    Thank you. It works.
  11. J

    XF 2.1 Invalid Regex

    I tried this initially but did not work. I tried the exact one above but did not work too.
  12. J

    XF 2.1 Placeholder For a Custom Field

    Hello, I created a custom field and marked it as "mandatory" and "showing during registration". I would like to add some instructions to this field and would like to know how can I add a placeholder text to be displayed inside the field on the registration page. Thank you
  13. J

    XF 2.1 Invalid Regex

    Hello, I am trying to use the following regex to validate LinkedIn profile url as a custom field. However, XF is responding with "please enter a valid regular expression"
Top Bottom