📕
Meup - Marketplace Events WordPress Theme
  • READ THE FIRST
  • Global
    • Youtube Tutorials
    • Install Theme
    • Update Theme/Plugins
      • Automatic Update
      • Manual Update
    • Support Theme
  • Basic
    • Header Settings
    • Update Footer
    • Home Page
    • Theme Options
      • Typography
      • Layout Global
      • Header Global
      • Footer Global
      • Blog
      • Event
      • Venue
      • Author
      • Site Identity
  • Main Features
    • How to make money with Theme?
    • VENDORS FEATURES
      • READ THE FIRST
      • Package
      • Create Event
        • Basic
        • Ticket
          • Internal link - No Seat
          • Internal link - Simple Seat
          • Internal link - Map
          • Event Online (Virtual Online)
          • External Link
          • Customize Template
        • Calendar
        • Coupon
        • Staff member
        • Cancel booking
        • Extra Service
      • My Listings
      • Wallet
      • General
      • My Bookings
      • My Wishlist
      • My Profile
    • USER FEATURES
      • READ THE FIRST
      • My Bookings
      • My Wishlist
      • My Profile
    • ADMIN FEATURES
      • Create Event
      • Manage Event
      • Manage Packages
      • Manage Venues
      • Manage Categories
      • Manage State, City
      • Manage Custom Taxonomy
      • Manage Custom Checkout Fields
      • Manage all Bookings
      • Manage all Tickets
      • Report Sales
      • Report User
      • Cancel/Refund Booking
      • Manage Withdraw and Payout
        • Method 1
        • Method 2
    • Settings
      • General
      • Event
      • Package
      • Checkout
      • Cancel Booking
      • Mail
      • Tax & Profit
      • Role
      • PDF Invoice
      • Ticket Transfer
      • Date Format
    • Elements in page
      • Search Form
      • Search Half Map
      • Event Category
      • Event Slider
      • Location Event
      • Event Slideshow
      • Event Grid
  • Login/Register User
    • READ THE FIRST
    • Setup Login, Register
    • Customize Register User Form
    • Admin Approve Vendor
  • Scan QR code in ticket
    • READ THE FIRST
    • Via Mobile Phone
    • Via Application
      • Install Application
      • Use Application
      • Customize Application
    • Via a link
    • Note
  • Frontend
    • Change Slug event
    • Event Archive Template
    • Event Detail Template
    • Cart Event Page
    • Checkout page in WooComemrce
    • Author Page
    • Customize PDF Ticket
    • Disable Marketplace
    • Vendor Dashboard
    • Mail
    • Update Sharing Social
  • Other
    • Mail chimp setting
    • Google Map
    • Translation
    • Find Icons
  • FAQs
    • Can't Book Events
    • Cart Event Error
    • Admin will approve event before publish it.
    • Login before booking event
    • when i create events, there is not ''booking button'' but ''share button''
    • Get Token Instagram
    • The vendor submit event without register package
    • Search go to home page
Powered by GitBook
On this page
  • 1: Allow Register user in site
  • 2: Create Login and Register User Form
  • 3: Login Form Page
  • a) Recaptcha
  • b) Login with facebook or other social
  • 4: Register Form Page
  • a) Add other fields to Regsiter form
  • b) Hide Confirm Email, First Name, Last Name, Password, Phone, Website, Job, Addresss, Description
  • c) Remove Vendor option
  • d) Remove User Option
  • e) Make Vendor option like default
  • f) Terms and conditions
  • g) Display Recaptcha
  • h) Register with social
  • 5: Choose Page display Dashboard of User, Vendor
  • 6) Admin Approve Vendor
  • 7) Customize Template

Was this helpful?

  1. Login/Register User

READ THE FIRST

PreviousEvent GridNextSetup Login, Register

Last updated 8 months ago

Was this helpful?

1: Allow Register user in site

When someone tries to register, it says "Registering new users is currently not allowed." => To Resolve this problem: Go to Settings >> General >> tick choose membership

2: Create Login and Register User Form

Edit a header and use "Menu Account" Element to create a Login/Register Button in header

3: Login Form Page

a) Recaptcha

b) Login with facebook or other social

Login with social: Facebook, Twitter, Google...

4: Register Form Page

a) Add other fields to Regsiter form

b) Hide Confirm Email, First Name, Last Name, Password, Phone, Website, Job, Addresss, Description

c) Remove Vendor option

Add this code to functions.php file in child theme

add_filter( 'meup_register_vendor_account', function(){ return false; } );

d) Remove User Option

Add this code to functions.php file in child theme

add_filter( 'meup_register_vendor_account_checked', function(){ return 'checked'; } );
add_filter( 'meup_register_user_account_checked', function(){ return ''; } );
add_filter( 'meup_register_user_account', function(){ return false; } );

e) Make Vendor option like default

Add this code to functions.php file in child theme

add_filter( 'meup_register_vendor_account_checked', function(){ return 'checked'; } );
add_filter( 'meup_register_user_account_checked', function(){ return ''; } );

f) Terms and conditions

You can remove it by add bellow code to functions.php file in child theme

add_filter( 'el_show_register_account_terms', '__return_false' );

g) Display Recaptcha

h) Register with social

However the system only register normall user not vendor when use this feature.

5: Choose Page display Dashboard of User, Vendor

After login or register form successfully, the system will redirect to Dashboard of user/vendor.

You have to choose the page in Events Setitng >> Settings.

This content of page has shortcode: [el_member_account/]

6) Admin Approve Vendor

7) Customize Template

if you want to customize template of form in login plugin.

Copy file in folder plugins/ova-login/templates/ to child theme meup-child/ovalg-templates/ folder

Note: You have to make folder ovalg-templates in child theme

"Custom Login Link" setting: You can insert new custom link here or Empty. If empty the system will get page of "Sign in page" setting of .

"Custom Register Link" setting: You can insert new custom link here or Empty. If empty the system will get page of "Sign up page" setting of

If you want to display Recaptcha in login form, you have to Enable it in

You can install to use this feature.

You can setup it in Custom Register Fields of Login Plugin.

You can config in Regsiter User Form Settings of

You can change link of Terms and Conditions in

If you want to display Recaptcha in register form, you have to Enable it in

You can install to use this feature.

If you want to Admin will check information of Vendor before Vendor can create an event.

https://wordpress.org/plugins/nextend-facebook-connect/
Read here
https://wordpress.org/plugins/nextend-facebook-connect/
Read here
Login Plugin Setting
Login Plugin Setting.
Recaptcha Setting
Login Plugin Settings
Login Settings
Recaptcha Settings