acub
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable User Registration] Plugin will not installSince you haven’t provided additional info to reproduce this and the issue is not present in a fresh WP install, I’m going to assume it has to do with your particular setup.
Should you or anyone else run into this problem again, please open a new ticket, providing the following or as many of this info as possible:
– WP version
– complete list of installed plugins (with versions)
– installed theme (with version)
– php version installedFor now, I’m going to close this as “not a support question”.
Forum: Plugins
In reply to: [Disable User Registration] Plugin will not installThere are very many reasons for which a plugin might not get installed in a WordPress install, @annasue.
The most common issue is faulty writing permissions on your server. If you are able to install other plugins but not this one, please let me know.
I just installed the plugin in a WP 4.9.8 and it works fine.
Forum: Reviews
In reply to: [Disable User Registration] Doesn’t workDUR does not disable notifications (emails) triggered in the new user creation process. However, in all cases I know of, it blocks the creation of the user.
If you get emails about users being added to your website you should go to the Users section of your Dashboard. If new users are listed there, DUR did not work and I am interested in knowing more about your setup, so I could improve the plugin.
If no new users are listed under Dashboard > Users, it means DUR worked as intended. Some script tried to add users to your website (and went through the user creation process, triggering the “New user added” email), but DUR successfully caught the attempts and didn’t allow the users creation.Blocking emails about users being added is not and probably never will be part of this plugin’s scope.
- This reply was modified 7 years, 2 months ago by acub.
Forum: Plugins
In reply to: [Media Files Background Color] Can This Create a Transparent Background?This plugin does not modify the uploaded images.
It only allows the ability to change the background color displayed under the images in Dashboard > Media, so your images can become more visible in back-end (this is useful when your images have the same color as the default background).
Currently you can only change the background color from Dashboard > Settings. I’m considering adding controls for it in the Media screen section.
Currently you can only set one background color for all Media entries. I’m considering allowing users to set specific colors for each file or for groups of files.
I won’t have time for any work on the plugin for at least two weeks from now.
Forum: Reviews
In reply to: [Advanced TinyMCE Configuration] Too Restricted@jdembowski Is it possible to remove or ignore a rating? Looking at this plugin, I noticed it has close to 50k installs, no other bad reviews than this one, but suffers from modesty. It clearly doesn’t “nag” users into awarding ratings. I can’t think of a more clear case of unfair rating, combined with the lack of gratitude of 50k users.
In order to balance this, either users should be given the possibility of voting for excluding an unfair rating or, as an alternative, number of installs should be factored in when calculating a plugins’ rating.
Has there been any talk on this? I haven’t found anything relevant.
Forum: Plugins
In reply to: [Media Files Background Color] No color backgroundI haven’t seen this at the time you posted, adramm. Apparently, I don’t get emailed automatically when a topic is open (I had no idea I need to subscribe to my plugins in order to be notified by any topics in them – I assumed it’s by default).
Do you still have this problem?
If you do, I need a bit more info.The plugin should work with 4.5.3.
Let me know if you still need help.Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Programmatic opti-inThank you very much.
I’ll try to create a reusable class for opt-in, just in case it might be useful to anyone in the future.I really appreciate your help.
My plugin is quite specific, it’s for an English Language Learning Centre and they have this quiz on their website. At the end of the quiz, they ask for the email to send results and also they wanted a checkbox for newsletter signup.
If it’s checked, besides sending results to both quiz taker and teacher, I need to initiate the double opt-in process. That’s about it.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Programmatic opti-inHello Tracy, Evan. Thank you for your replies.
Yes, in a more complex plugin, at the final step I ask users if they would like to sign-up for our newsletter. And with that information, if they said yes, I’d like to automatically sign them up, having their acceptance and email address. I’m not familiar with MC, I’m assuming that will trigger an email from MC so they can confirm their email address and their option (am I wrong?).
So, just to make sure: your plugin does not have an embedded function that can call the MC Api for me, I need to build a method for that myself, is that correct? I was hoping I could skip authenticating with MC, as I’m assuming your plugin already handles that.
I’m asking because I’ve never worked with MC before. I’ll read the API if I need to, but I won’t if there’s any way around it. ??
Until we finish this conversation, I’ll mark it as [not a support question], so it doesn’t affect your support ratings.
While looking forward to your response I thank you for your time.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] To whom it might concern…1. Always escape user data first thing after you get it. Than decide what you do with it.
2. You are using this function in way too many places to keep track of, at least when it’s so much as stake.
3. I found at least one place where you are querying the database with the contents of user input without escaping it:shortcodes.php
line 47.My advice in regard to your own piece of mind and maybe that of your users, escape that input. When security related, do not hope and will. Do.
4. Keep looking on the bright side of life. I’m with you on that one, really.
___________
And, since we’re here, do you have any idea why after installing your plugin WP no longer returns the auto-generated excerpts, on
advert_category
(tax pages), even after Iadd_post_type_support('advert', 'exceprt')
. It only returns the manual excerpts, if set. Link to the full context in Iurie’s post, above.It really bugs me, as I wasn’t able to find the reason.
Yet.
Cheers!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] To whom it might concern…Another issue I accidentally found, due to some net issues: You need to declare the
jquery
dependency on all your scripts containingjQuery
(which are not depending on scripts that are already depending onjQuery
). This is a set of errors that do not typically occur on a local machine, since the loading time is very small, but if you test it on a live website on slow connection, you’ll see what I mean.Here’s the list of scripts that need the dependency:
adverts-multiselect => wpadverts.php:137 adverts-frontend => wpadverts.php:192,194 adverts-frontend-add.js => wpadverts.php:195 adverts-admin => wpadverts.php:195:238 adverts-admin-updates => wpadverts.php:241
You’re welcome.
Forum: Reviews
In reply to: [Disable All WordPress Updates] Useless…@bernardberry646: He rated it 1 star specifically because it did what it said it would. Perhaps he would have rated it 5 stars if it didn’t work, who knows?
Forum: Reviews
In reply to: [Media Files Background Color] this is amazingThat is a very interesting idea. Before you asked, I couldn’t see any improvement to this tiny plugin and now a whole range of cool features come to mind.
Yes, I guess I could add some soft patterns as alternatives to solid color backgrounds or even CSS gradients. But what I’m thinking might be a lot more useful would be a system of tags for images that would add a different background and/or a soft colored border to help people better organize their media files).
I’ll think it through and start coding when I get some extra time. Thank you for your feedback.
Forum: Reviews
In reply to: [Disable All WordPress Updates] Useless…@dymskiy, did you just rate this plugin 1 star because it doesn’t work when NOT active? You’re unbelievable.
For everyone reading this: the plugin works flawlessly and delivers exactly what advertised. When active, the website is frozen, no updates whatsoever. They don’t even show up, because WP never checks for them so you can safely deliver a website to a client and guarantee everything will work, provided they NEVER deactivate this plugin.
Of course, if the version(s) of WP, theme or plugins you froze the website to contain vulnerabilities, it will be your job to fix them for your client if he ever gets hacked. But in the long run it’s a lot better than having to fix each client’s website broken from incompatible updates between theme, plugins and WP.
5 stars from me with a big thank you to the author.
Forum: Plugins
In reply to: [Feed JSON] I have a slight problem when loading specific postsAnother sidenote: you probably want to remove the “static” in front of feed_json->add_feed_json(). You’re not calling it statically anywhere and it renders $this undeclared.
Right?
WP 4.1.1 seems to need a lot more memory than previous versions. Add
define('WP_MEMORY_LIMIT', '512M');
in your wp-config.php file just before the
/* Stop editing */
line.
If you’re on a shared host and can’t access that much memory, go for whatever your limit is (96M, 128M, 256M, the higher the better). From my tests the minimum required memory is 96M for 4.1.1 (i have exhausted memory logs for 48M and 64M doing random plugin enabling and disabling in wp-admin, editing media files, etc…), so this might be a heavy blow on all WP installations on cheap hosts.
This demand of memory is either a bug and will be fixed soon or it should be emphasised on the update page and people should be warned not to update if they don’t have the server resources.