• Resolved rakesh1974

    (@rakesh1974)


    Hi

    1. We want to restrict a user to only 1 listing.. where is the option or how do I do it? so they dont add more listing other than their own.

    2. Also we need to add company logo not as in the image slide, separately.. if there is no option let me know the steps and which page to edit to show logo on grid and single page listing.

    3. After login we need to redirect the user to the user dashboard now it is redirecting to account

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    We want to restrict a user to only 1 listing.. where is the option or how do I do it? so they dont add more listing other than their own.

    -Sorry, currently we don’ have the option to restrict a user to only 1 listing.

      Also we need to add company logo not as in the image slide, separately.. if there is no option let me know the steps and which page to edit to show logo on grid and single page listing.

      -In our plugin settings, you can set the number of images per listing. Here you please set “1”, so that the users can upload only one image and it will not displayed in the slider.

      After login we need to redirect the user to the user dashboard now it is redirecting to account

      – If you?need?to?redirect?your users to the?user?dashboard?after?login, please follow the below steps?to achieve it.?
      Open the below file:

      Root\wp-content\plugins\advanced-classifieds-and-directory-pro\public\class-acadp-public-registration.php


      Search the following code:

      $login_url = esc_url_raw( get_permalink( $page_settings[‘login_form’] ) );

      replace the above code with the below code:

      $login_url = esc_url_raw( get_permalink( $page_settings[‘user_dashboard’] ) );?

      That’s it, Now save the file and check

      Thanks

      Thread Starter rakesh1974

      (@rakesh1974)

      Is the 1 user 1 listing option available in the premium version? and can you tell me in which database table is the individual listing data saved

      Thread Starter rakesh1974

      (@rakesh1974)

      the redirect url code did not work

      nevermind, leave it for now

      • This reply was modified 1 year, 9 months ago by rakesh1974.
    Viewing 3 replies - 1 through 3 (of 3 total)
    • The topic ‘one listing per user & logo’ is closed to new replies.