Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You would need to ask your server admin to increase the servers url character limit.
Stiofan
ok, then you could add a simple check on the edit form saying something like sorry the owner can no longer edit this listing, please contact support for any changes”
This code snippet should do it:
add_action('geodir_add_listing_form', '_owner_not_edit', 5); Function _owner_not_edit(){ global $post; if(isset($post->claimed) && $post->claimed=='1'){ remove_action('geodir_add_listing_form', 'geodir_action_add_listing_form', 10); echo "The owner can no longer edit this listing, please contact support for any changes"; } }Thanks,
Stiofan
Thanks for the info, the problem seemed to be in the prices and payments manager, i updated you to the latest beta version and installed the “invoicing” plugin, you should check your settings there but now everything seems to be working ok.
Thanks,
Stiofan
The site does note even seem to be asking for the user location, i also seen the search bar is missing the location part to locate the user, did u remove that part?
Stiofan
Anything is possible with the right code 🙂
If you were to remove the filters is would link to the man cat page like /winery/south-bay-wineries/To get to the region and cat you would need custom code, (which is customisation)
Do you just want the cat to show the direct link just in the details page?
Stiofan
I have renewed your licence, please on next renewal use the links in your account section.
Thanks,
Stiofan
looks like you resolved it?
Stiofan
I don’t understand why you would allow a user to edit a place but not a owner? It could be done easily but i don’t understand the logic 🙂
So after a listing is claimed no one but the admin can edit it?
( The comments part should work like that by default )
Stiofan
Good idea 🙂
Yes, it can be slow, when deleting WP runs lots of hooks, some plugins might be using them which might slow down each delete.
Stiofan
I believe for that we add all the possible values together and set it as that on the fly, if you are having problems i would set it as TEXT.
Stiofan
You too Al 🙂
I do not think this is a GD problem as no one else has reported it, but i have added a task to add a tool for duplicates, it is an enhancement meaning it will be worked on when all higher priority things are done first: https://github.com/GeoDirectory/geodirectory/issues/394
That query i gave you will allow you to get the IDs of duplicates and maybe there is a plugin or something that can delete by id (not checked)
Thanks,
Stiofan
No problem, the instructions are clear from the WordPress codex, i would suggest you have your dev look at it, it will take less than 5 minz to fix.
Thanks,
Stiofan
This is a WP problem you have not a GD problem, its just we run a check for it as our plugin needs access for import/export but things like plugin updates or anything that uses the file system will fail.. We are just trying to help you.
Thanks,
Stiofan
Hi Neil,
Are you using our beta Invoicing plugin or just payments manager alone?
Did you enable bank option?
If you can provide wp-admin details in a private reply we can take a look.
Thanks,
Stiofan
-
AuthorPosts