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
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
the redirect url code did not work
nevermind, leave it for now
-
This reply was modified 3 years, 2 months ago by
rakesh1974.