GeoDirectory SupportAdmin approve listing and share location question. – GeoDirectory Support https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/feed Sat, 15 Mar 2025 06:08:50 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-12929 <![CDATA[Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-12929 Fri, 22 Aug 2014 22:45:00 +0000 neilrobb Is it possible to configure GeoDirectory so that all new listings created need to be approved by the administrator? Also for share location, when I activate it I continuously get 404 errors, why is this? Ideally I would like the map to show listings that are nearby to the users current location, so it would not be stored as a session and also on mobile show the places as list view, how plausible is this?

]]>
https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-12936 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-12936 Sat, 23 Aug 2014 01:16:50 +0000 Guust To configure GeoDirectory so that all new listings created need to be approved by the administrator:
GD > design > listings > New listing default status > set to draft

For your other problem, I would like to have a look at your WP admin, can you post your login details in a private message please.

]]>
https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-13861 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-13861 Sun, 31 Aug 2014 20:48:07 +0000 neilrobb https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-13935 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-13935 Mon, 01 Sep 2014 14:54:31 +0000 Guust Hi Neil(?)
You must be using some plugin that modifies the WP media settings.
For GeoDirectory to work correctly, you should organise your uploads into month- and year-based folders, see more at
http://docs.wpgeodirectory.com/basic-installation/#media

Also, GD is not 100% MultiSite compatible yet, that is being worked on for the moment.

]]>
https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-14858 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-14858 Tue, 09 Sep 2014 22:25:39 +0000 neilrobb Hi, it’s a dev account as I had it on hand.

I think the issue with images may be either GeoDirectory or the file path, with inspect element I get this error after attempting to upload an image:

Uncaught ReferenceError: loc is not defined

Attempting to fix this at the moment but no luck yet.

]]>
https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-14981 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-14981 Wed, 10 Sep 2014 18:59:29 +0000 neilrobb I think this is an issue with plupload, it says loc is not defined so I’m assuming that loc is where the images are to be stored? How do I go about fixing this without correcting the code myself as an update will rewrite it.

]]>
https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-14984 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-14984 Wed, 10 Sep 2014 19:35:33 +0000 Paolo Hi,

I can’t visit your back end. I get this error:



Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method sidebar_generator::init() should not be called statically in /home/caferoo1/public_html/hub/wp-includes/plugin.php on line 505 Strict Standards: Non-static method sidebar_generator::get_sidebars() should not be called statically in /home/caferoo1/public_html/hub/wp-content/themes/creativo/functions/plugin/multiple_sidebars.php on line 52 Warning: Cannot modify header information - headers already sent by (output started at /home/caferoo1/public_html/hub/wp-includes/plugin.php:505) in /home/caferoo1/public_html/hub/wp-includes/pluggable.php on line 1173 

The geodirectory warning is easy to fix, just add

error_reporting(E_ERROR);

to your functions.php file.

BTW Is that a multisite install?

]]>
https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-14996 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-14996 Wed, 10 Sep 2014 19:59:30 +0000 neilrobb That should be fixed now, I had debug enabled in wp-config. It was a multisite until I removed it. I’ll try adding that code shortly.

]]>
https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-15008 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-15008 Wed, 10 Sep 2014 21:24:13 +0000 neilrobb If you can have a look it would be greatly appreciated. I can upload images fine through the media page and it’s simply through GeoDirectory that the error occurs.

]]>
https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-15086 <![CDATA[Reply To: Admin approve listing and share location question.]]> https://wpgeodirectory.com/support/topic/admin-approve-listing-and-share-location-question/#post-15086 Thu, 11 Sep 2014 17:51:16 +0000 Paolo Hi,

unfortunately I’m not able to find the solution, but I suspect the problem comes from the server setup.

Particularly the dashboard being under https and the front end under http.

When uploading a new image, the script should save the image in a temp location with ajax before saving it in the upload folder once the listing is saved after the preview page.

The ajax call should return the temp URL for the image as answer.

In your front end it returns -1, that’s why the script return the error no loc.

What is strange, is that it works in the back end (Place attachements) as expected.

That’s why I think the http/https configuration could be the issue.

I have to ask to Stiofan to have a deeper look at it.

We will let you know asap.

Thx

]]>