GeoDirectory SupportChange All Listings to Claimed After Import – GeoDirectory Support https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/feed Thu, 12 Mar 2026 19:29:09 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/#post-20441 <![CDATA[Change All Listings to Claimed After Import]]> https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/#post-20441 Mon, 03 Nov 2014 20:01:31 +0000 Kenny Eliason Hey guys! Any way to change all listings in the db to claimed? Thanks!

]]>
https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/#post-20455 <![CDATA[Reply To: Change All Listings to Claimed After Import]]> https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/#post-20455 Mon, 03 Nov 2014 22:44:13 +0000 Guust Assign them all to a particular user first:
Places > bulk edit > author > change.

In the database, change claimed from 0 to 1 in the geodir_gd_place_detail table.

]]>
https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/#post-20460 <![CDATA[Reply To: Change All Listings to Claimed After Import]]> https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/#post-20460 Mon, 03 Nov 2014 23:09:17 +0000 Simone Or while importing you can set the author to some other ID (if you know the ID of the author), and..not sure but..you can create a column in the CSV named “claimed” and set it to 1 (try it, it should work)

]]>
https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/#post-20463 <![CDATA[Reply To: Change All Listings to Claimed After Import]]> https://wpgeodirectory.com/support/topic/change-all-listings-to-claimed-after-import/#post-20463 Mon, 03 Nov 2014 23:12:58 +0000 Kenny Eliason Ah yes, that’s what I needed. Couldn’t find that table. Used this to update ALL of them at once:

UPDATE 'geodir_gd_place_detail' SET 'claimed'=1

Thanks guys!

]]>