Rating: 1 star
After install this plugin while i Uninstall it I lost all my Media attachment like images, video and docs of my wordpress website so First time I don’t get reason Why i lost my images and file which was i uploaded in media, I check all things and Lastly I found that Reason and check this plugins “uninstall.php” file so, please Remove Some Function from “uninstall.php” as below if you want, and then Uninstall it…
Please Find this “ldl_uninstall_attachments();” and delete or comment it or find below function and delete it or comment it also
function ldl_uninstall_attachments() {
global $wpdb;
$query = sprintf(“
SELECT ID
FROM %s
WHERE post_type = ‘%s’
AND post_status NOT IN ( ‘auto-draft’, ‘inherit’ )
“, $wpdb->posts, LDDLITE_POST_TYPE);
$post_ids = $wpdb->get_col($query);
if (!$post_ids)
return;
$post_ids = implode(‘,’, $post_ids);
$attachments = get_posts(array(
‘post_type’ => ‘attachment’,
‘posts_per_page’ => -1,
‘post_status’ => ‘any’,
‘post_parent_in’ => $post_ids,
‘no_found_rows’ => true,
));
if ($attachments) {
foreach ($attachments as $attachment) {
wp_delete_attachment($attachment->ID);
}
}
}
]]>Rating: 5 stars
Love this plugin. Looks really great on my city website! Looking forward to having an export/import option in future versions.
]]>Rating: 5 stars
Cool plugin. But it’s so buggy. Do I really have to upload a logo?? just add a if statement checking if in image was uploaded or not. Jesus Christ!
]]>Rating: 5 stars
Hey guys this is an awesome plugin for creating directories. All the other directory plugins require payment for the good features, this one however offers the whole package free of charge. There is one thing I wish it had though, the ability to charge for users to submit their business. Aside from that, everything is good.
]]>Rating: 4 stars
A simple directory plugin but enough for most cases. Very good technical support.
]]>Rating: 5 stars
I’m digging this plugin. The submit listing button is great! I would suggest giving the admin a choice of what each listing can consist of, like FB, Twitter, etc but I’m glad the options are there! Really easy to use hope they update the plugin soon with a few more options but so far so good! Great job!
]]>Rating: 4 stars
This is a nice plug-in, just needs a little bit of extra polish and it would be awesome.
]]>Rating: 5 stars
This plugin is easy to operate and with a variety of functions. One can give business owners the right to hold their data up to date. Thx for this plugin. Love it. Hope it will be supported for a long long time. ??
]]>Rating: 5 stars
I’ve just installed this plugin and had a minor problem after installing. Support responded very quickly with the solution to my query.
]]>Rating: 5 stars
I have been using this app on a website for a chamber of commerce for almost a year now and it is by far one of the best WordPress apps I have ever used. It runs great!
On the occasion that I have had questions or issues, the app developers have been extremely responsive. They have always answered any questions within 24 hours and usually also fixed the issue within that timeframe.
I highly recommend this directory app to anyone that needs a business directory on their website.
]]>Rating: 5 stars
This directory is perfect for my client and provides great support!
]]>Rating: 4 stars
Great little plugin…. one caveat is that you have to enter an email address to post the business… considering a lot of small shops may not have email or may not want to publicise it, this is a nuisance..
works well… icons are poorly designed – replace with your own
]]>