Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
yes he can, but not using the import export tool.
It can be done by cloning the entire database as Guust said.
Thanks
Hi again,
unlike I thought last night, I just double checked and it is actually not working with my credentials too.
I’ve asked the developer to check what’s wrong.
Thanks
October 12, 2015 at 9:21 pm in reply to: How to rename author link for author archive listing page #56655You are welcome 🙂
October 12, 2015 at 8:56 pm in reply to: How to rename author link for author archive listing page #56652I think I’ve already replied.
GeoDirectory uses the author template for its dashboard. There is no way to change that. You can rename author to anything you want using a function, but that will not change the fact that it still be using the author template.
For example:
function change_author_permalinks() { global $wp_rewrite; // Change the value of the author permalink base to whatever you want here $wp_rewrite->author_base = 'member'; $wp_rewrite->flush_rules(); } add_action('init','change_author_permalinks');This will change author page permalink to member.
You cannot get that data in any other page at the moment.
Thanks
October 12, 2015 at 8:11 pm in reply to: How to rename author link for author archive listing page #56648Hi,
you can only have 1 author page. That is defined by WordPress Template hierarchy.
https://codex.wordpress.org/Author_Templates
Using Ultimate Members removes the GD Dashboard. Because both use the author template to start with.
The only way to do this is to add the content that you normally find in the GD dashboard within the Ultimate Members profile.
I hope it is clearer now.
Thanks
That is correct.
Thanks
not sure what you mean by Geofencing integration…
HI,
1 link will be enough. Css will hide them for any keyword, once applied.
Thanks
Hi,
I tried deactivating GeoDirectory to see if the website would change and I didn’t see any of that.
I’ve applied few changes in GeoDirectory >> Theme Compatibility to better accomodate the plugin output with your theme (however it wasn’t that bad.)
Let us know if I misunderstood you.
Thanks
Hi,
if you wish to see this implemented, please submit a feature request : here
If many other members will vote for it, we will definitely consider it.
Thanks
October 12, 2015 at 6:17 pm in reply to: Item(s) could not be added due to blank title/invalid post type. #56630under post type you should have gd_place (or gd_event for events or gd_cptname for other custom post types).
Let us know if this helps.
Thanks
Hi,
without admin details we can’t even see the problem because there is a coming soon page.
Please provide them in a private reply, only staff can read them.
Thanks
Hi,
GeoDirectory doesn’t provide tools to manage additional fields and reset password.
In the dashboard they can view their listings, both submitted or favorites.
With buddyrpess all info available in GD Dashboard are moved in the Buddypress profile. Buddypress in addition allows to have extra fields.
Thanks
October 12, 2015 at 6:00 pm in reply to: How to redirect a logged-in user to his profile page when clicking../gd-login? #56627Thank you for letting us know. 🙂
Hi,
there is no such option in GeoDirectory.
However you can google for a solution as we use the regular wp comment system for reviews: https://www.google.com/search?q=limit+comment+per+user
Thanks
-
AuthorPosts