Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
If they add the listing they can already edit it, if u add it then yes they would need ot claim it to edit it.
Thanks,
Stiofan
UWP takes over the login/registration, i think some changes were made for that which have not been released yet, they should be next week.
Thanks,
Stiofan
Its not possible at the moment, this will be possible in GDv2.
Thanks,
Stiofan
Hi David,
These things seems like customisations, we will tell you how to use our hooks but we do not do customisations. Please try hiring a developer in places like https://geodirectoryexperts.com/
Thanks,
Stiofan
Hi Anders,
There is not currently any “require” link CPT in GDv2.
Core functionality customisations may not work with v2, it depends on the customisation, some hooks will remain the same but most of the “backend” code has been changed.
I can’t really say if ur customisations will work with v2, but all core settings/features will convert smoothly.
Thanks,
Stiofan
Hi Tilt,
Thanks for reporting this, i have added a task for it to be looked at, we will update you when done.
Thanks,
Stiofan
January 20, 2018 at 11:05 am in reply to: Temporary VS Permanent Permalink – Emailed to Business Owner #413584No, i registered a new use, is it maybe just paid listings?
Stiofan
Thanks for reporting, we have a task for go over accessibility (again) in our v2 release, one issue is in Whoop theme though so that will be in the next release of that.
Thanks,
Stiofan
Alex’s post above pretty much provides the answer:
global $post; $post_ID = $post->ID; // use the current post ID $package_ID = '4'; // REPLACE PACAKAGE ID $upgrade_url = geodir_getlink( get_permalink( geodir_add_listing_page_id() ), array( 'pid' => $post_ID, 'package_id' => $package_ID ), false );
Thanks,
Stiofan
January 20, 2018 at 10:06 am in reply to: German .po files for Directory Starter and Supreme Directory #413580Please add them to a zip file to upload.
The best place to translate the free themes is on WP here:
https://translate.wordpress.org/projects/wp-themes/supreme-directory
https://translate.wordpress.org/projects/wp-themes/directory-starterThanks,
Stiofan
January 19, 2018 at 8:33 pm in reply to: Temporary VS Permanent Permalink – Emailed to Business Owner #413489This reply has been marked as private.The GD email functions will be changing in GDv2, if you really want to send an email now you best bet is to use the WP functions, and in the hook, just call the post email with
$email = geodir_get_post_meta($post_id, 'geodir_email', true);
Stiofan
Hi Joy,
Reviews are just comments, there might be a plugin that does something like this (not sure).
OR you could just use one of the comment actions to hook in an send them your own email:
https://codex.wordpress.org/Plugin_API/Action_Reference/wp_insert_comment
https://codex.wordpress.org/Plugin_API/Action_Reference/comment_postIt depends when u want to send it, on insert ot on publish…
Thanks,
Stiofan
Is this not something that is acknowledged on the frontend?
Stiofan
January 19, 2018 at 9:36 am in reply to: Temporary VS Permanent Permalink – Emailed to Business Owner #413428Hi Jacob,
WP core or GD core? If its just WP core i’ll take a look.
Stiofan
-
AuthorPosts