Simone
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Ok, here we are..
issues:
1- author mush have the ID, your id in this case is number 1
2- custom fields should have appended geodir_ before the name, e.g., geodir_editor if the html variable name is “editor”, as in your case.
3- most important: you had in your region, FL, which is wrong, the correct region name must be as set in the Location, Florida.you have a mess with your permalink and slugs.
step 1-
go the gd tools
step 2
fix the virtual pages (first task)
step 3
go to Location, edit it
step4
change the slug to whatever you wantNOTE:
you can’t select a slug you’re using because otherwise it won’t work, tats why /dogfriendly is not workingHi Josh, 20k records are quite a big number, I personally would split them in multiple files, it is easy, straightforward and quick to do 🙂
I will check your .csv soon and get back at you asap.Ive answered to your other thread, closing this one
This reply has been marked as private.May 28, 2015 at 11:36 am in reply to: Social login visitors don't get their listing assigned to them #40895Hi Sally, the crucial question is: do they click on YES in “Business Owner?” when adding a listing?
Geodirectory uses the same WordPress table for users, so you can use your own login/registration page.
TO change the default login page to whatever page you want, add the following to your functions.php (inside your child theme)add_action('init' , 'geodir_redirect_to_default_login') ; function geodir_redirect_to_default_login() { if(isset( $_REQUEST['geodir_signup'])) { wp_redirect(home_url().'/login/'); exit(); } }
have a look at the row
wp_redirect(home_url().'/login/');
and change /login/ to whatever is the login page you want to use
Hello Diane, you can find that option in the Geodirectory/Design and then in the Listings tab, “New listing default status” set it to draft
Hello, could you please post your login details ?
Dove esattamente hai il best of? non riesco a vederlo in homepage
Great, I was about to paste that url 🙂
Hello Helga, an user can only add an image of the place, in the comments. You first must enable that feature in the backend (if you’re using the MultiRatings addon), in Geodirectory/Multiratings
“Enable comment images upload:”With the multi rating you can add different ratings to each post type and/or category, see attach (not only a rate for “overall”)
In the dropdown in the backend you’ll see that, but once you set the time, in the fronted will be in the 24h format
Hello, check your WordPress settings / general and check your time format
-
AuthorPosts