John
Forum Replies Created
-
Too late for that, Collins. Nobody will trust you ever again and more importantly, nobody who wanted WP User Avatar wants your bloated member plugin. You screwed up.
Forum: Plugins
In reply to: [Sunny] Why is Sunny needed with Cloudflare?Yes we use that, and to solve our problem internally, we “Purge Everything”. We wanted to use Sunny for this.
Forum: Plugins
In reply to: [Sunny] Why is Sunny needed with Cloudflare?Hi Tang, but you say above “Sunny purges cloudflare caches. To be specific, the “cache everything” caches.”
If Sunny purges “Cache Everything” then doesn’t that = “Purge Everything”?
I will make a new post for my questions tomorrow, sorry for being in this one.
Forum: Plugins
In reply to: [Sunny] Why is Sunny needed with Cloudflare?Tang, I have been looking for this exact functionality. Basically, we use Cache Everything Rules, which works well but it also works too well. Sunny will clear everything while the official Cloudflare plugin only clears whatever is related to the post or page.
Tang, can you clarify, when does Sunny Purge Everything, when publishing a post? Updating a page? Is there a list of when Purge Everything triggers? I am not good at looking at code, so if you can help, I would appreciate it. Thank you
Forum: Plugins
In reply to: [Table Sorter] Sorting no longer worksFarhan, if you can, please send me your email so I can disclose the site and further info. Happy to pay for proper help too. Thanks
Forum: Plugins
In reply to: [XML Sitemap & Google News] Timestamp off by 13 hoursThanks for the reply – my time zone is EST, and my site and server are also set for EST.
These are the settings
https://postimg.org/image/s9krydldl/UT is about 5 hours ahead of ET
Forum: Plugins
In reply to: [LDD Directory Lite] Removing logo feature on listingsHello, thanks for trying to solve this problem but neither solution worked ??
Forum: Plugins
In reply to: [LDD Directory Lite] email notificationTo be clear here, the way this plugin is setup is it requires you to login or create an account to submit a listing – I made it so when a new listing is created, it is done under the Admin.
Now when a listing is submitted and approved, I would like an email notification not to go to the “admin” but to the email that has been entered in the listing submission.
$meta[’email’] = get_post_meta($id, ldl_pfx(‘contact_email’), 1);
Any ideas?
Thanks!
Forum: Plugins
In reply to: [LDD Directory Lite] email notificationI think this is the code to get the contact_email from the post
$meta[’email’] = get_post_meta($id, ldl_pfx(‘contact_email’), 1);
but I am not sure how to use it in that block code I previously posted
Forum: Plugins
In reply to: [LDD Directory Lite] Show more than 10 entries on one pageactually, I see that this is now controlled in general post settings tab in WP
Forum: Plugins
In reply to: Can only see 10 entries on listing pageI notice the search page has pagination, but what about the main listing page?
/?post_type=directory_listings&s=testForum: Plugins
In reply to: [LDD Directory Lite] Show more than 10 entries on one pageHello, is this fixed in the newest release? Mine only shows 10 listings and I cannot find the directory or code you suggested to fix.
Forum: Hacks
In reply to: LDD Directory Lite$user_id = 1; on line 297 worked, I was able to comment out the user logged in block of code too.
Thanks so much for your help here, it’s really appreciated. Thank you!
Forum: Plugins
In reply to: [LDD Directory Lite] Submit Listings without Requiring the user to loginI understand if I remove
if (!is_user_logged_in()) {
ldl_get_template_part(‘login’);
return;
}it allows the user to not log in,
But then when you submit, it says no user account created, but that is the part I don’t know how to fix… thank you
Forum: Plugins
In reply to: [LDD Directory Lite] Edit content under listing logoI was able to edit the php file called contact-sidebar.php, and just replace the contents with what I want to show – but do you have a better, more elegant idea? Thanks sir.