DFlynn
Forum Replies Created
-
Forum: Plugins
In reply to: [Stop Spammers Classic] I'm blocked and can't loginHey there,
It’s not blocking me. I can log in. Its all about the _display_ of the public page. For Aspire, whenever you “close” a comment on a page which has pre-existing comments, the page gets all screwed up. It is some conflict with WordPress or fault within the theme itself. I don’t know.
I was thinking that a plugin may be able to close comments and avoid the Aspire conflict with WordPress glitch. In the past, all I had to do was uncheck that box in settings->discussions, and it would be corrected on all pages affected by the problem.
Now tho, I cant do the same sort of global “undo.”
Because it’s all or none in Aspire, I’ve had to allow comments. But the spam is just inordinate. I thought if I closed comments–with a plugin–I might finally be free of that. I dont really want open comments anyway: but alas the Aspire-WordPress conflict or whatever.
I have to go into each page, edit mode, and check “allow comments.” Once I do that, the page is normal again. But I really cant go to every page and manually reset each one, one by one.
I need a way to globally allow for comments on each post (thereby correcting the display problem). For some reason, that facility (as noted above) has been disabled.
Does that make sense?
Thanks.
Forum: Requests and Feedback
In reply to: Auto Updates?I think we see in this thread the best and the worst in terms of handling feedback and criticism.
I’ve tried to word this carefully, though with a mind to pointing out types of behaviours in terms of responses from WordPress staffers or workers.
I really like what Chip said here:
Personally, I agree with you that WordPress should expose options for ALL automatic updates, without needing to use a Plugin to expose those options. But the core dev team disagrees, so you’ll have to expose (or manage) those options yourself, via the filters provided by core.
After reading a lot of Chip’s comments, he would be someone Id love to sit down and have a beer with. There is one glitch tho. In another thread, Chip admits,if not tacitly, that updating plugins can lag behind WordPress updates. I think he would agree that can lead to problems for users. This has been one of my longstanding complaints about WordPress support relying on third party plugins to fix problems they create–in the user end–with the “upgrades.”
On other than, this statement from Samuel Wood (Otto) Tech Ninja is just offensive:
A person who doesn’t understand the risks of turning such a checkbox off doesn’t really need to be presented with the option to do so.
I just think that is insulting. I am “that” guy, that publisher who has no technical skills with code, unless its laid out clear with screen-shots and bullet-proof instructions. However, that is never justification for taking ownership and responsibility away from me.
But there is a deeper contradiction here which is what Ive been trying to underline from the beginning.
Samuel, you concede that the bulk of your WP users are non-technically adept:
The truth of the matter is that most users of the WordPress software are not developers, nor technical people. They are publishers. People who write blog posts, or content for websites. That’s our core audience here. The feature decisions for WordPress is made with this group in mind, and not necessarily for developers or technical people. . . . then that is rather a small price to pay for the millions of non-technical users out there who are not presented with screen after screen full of checkboxes that contain, to them, little more than meaningless technical jargon.
But then part of the standard reply to push back about “auto updates” has been this sort or response:
[Samuel]The correct way to disable automatic updates is simply to add this to the top of your wp-config.php file: define( ‘WP_AUTO_UPDATE_CORE’, false );
You want to assume we are all basically dummies with the exception of a few (professional coders), but then when we speak up, you want to “begin” answering us with code and technical jargon that most of us do not understand. Andrew did much the same thing at the beginning of this thread.
For me this typifies my concern with the way WordPress handles negative feedback.
Back to the issue. It is way overdue now that WordPress insert the specific options for automatic updates, just like Windows. As a generic *publisher*, I want the right to control what WordPress imposes upon me. If I can avoid the foolish cosmetic upgrades (like the last one), while accepting necessary security updates, that would be the best of all worlds for me.
Just one last thought, given that WordPress does automatically update the free WordPress blogs, why is not a stretch for me to believe that at some point in the future you would also take it upon yourselves to do complete updates on blogs hosted on private service providers?
Samuel has already laid the foundation for that, given that we non-technical users are all dummies and need to have control taken out of our hands. Perhaps, the rationale will be that given our ignorance, the responsibility for major updates should also be taken out of our hands?
To Keeper and Marj, I just want to know how much you charge?
Thanks to all.
Forum: Requests and Feedback
In reply to: Auto Updates?Thanks Andrew and thanks Marj. I am reading the link now.
And I totally concur with Keeper.
Forum: Requests and Feedback
In reply to: Auto Updates?Andrew,
Can you tell me what is the difference, exactly, between a
minor update
major update
development updateThanks,
DavidForum: Requests and Feedback
In reply to: Auto Updates?Hey Andrew,
Thanks, I am trying to activate that plug in now.
Forum: Requests and Feedback
In reply to: Auto Updates?Can I ask? I very much doubt it. I can ask a friend of mine. I will forward the code and your links to him. My friend has modified the site here and there, so I can specialize certain features I use.
Thanks for your help.
Forum: Requests and Feedback
In reply to: Auto Updates?Hey Andrew,
“WordPress 3.8.1 running Aspire theme.”
http://calvinandcalvinism.com/
I love this theme and for my work I want to keep everything very simple for reader-usage. And because I am not a code-reader, I like to keep plug-ins down to a minimum and ultra simple.
Oh and yes, Ive found some plug-ins make Go-Daddy very unhappy, believe it or not. I mean “very” unhappy. 🙁
Forum: Requests and Feedback
In reply to: Auto Updates?You just deleted my post? Could you even address the problem of intelligibility for non-code readers?
Forum: Requests and Feedback
In reply to: Auto Updates?Hey Andrew,
Dont take take this as a derogatory remark, it aint. Disagreeing, itself is not derogatory. Expressing an concern is not a derogatory remark.
The reason I am concerned about auto-updates is this:
I don’t trust you folk at WordPress anymore.
I don’t trust your judgement about what you folk think is “beautiful,” about what is “functional” etc. I don’t want you folk to make changes to something I use just about every day.
Having said that, I did read the extended comment about auto-updates and how safe they are, and so forth: But I dont trust you. How do I know that you will not just auto-updating other new even more beautiful design features?
Right now the only thing I would like to see coming down the pipe that I should update or upgrade are security patches.
Now to your question directly, your answer is like a foreign language to me, and I am sure to others:
Example:
To specifically enable development (nightly) updates, use the following:
add_filter( ‘allow_dev_auto_core_updates’, ‘__return_true’ );
To specifically disable minor updates, use the following:
add_filter( ‘allow_minor_auto_core_updates’, ‘__return_false’ );
To specifically enable major updates, use the following:
add_filter( ‘allow_major_auto_core_updates’, ‘__return_true’ );
function always_return_false_for_vcs( $checkout, $context ) {
return false;
}
add_filter( ‘automatic_updates_is_vcs_checkout’, ‘always_return_false_for_vcs’, 10, 2 );David: What?
My only working model of comparison is with Window’s products. I just dont see them given the masses instructions like this.
For what it’s worth.
Forum: Requests and Feedback
In reply to: Auto Updates?Oh my goodness. Andrew, is there an easy way to do that?
I agree with the first poster, I want to keep the right to update my WordPress when I wish to.
Forum: Requests and Feedback
In reply to: Built-in footnote/endnote supportWell goodness. I downloaded the new “writer” and tested and “visual view” in WordPress is not voiding the footnote links. Thats a good. I am glad you pointed me to that list.
Are there any blogging programs that do footnotes within the program itself, much like a word processor?
That would be really cool and exactly I would want.
Forum: Requests and Feedback
In reply to: Built-in footnote/endnote supportUnfortunately “enable markdown” (as per instructions here) is only available on the free WordPress site. I can see it on my backup free WordPress blog, but not on my main blog. So that does not help me.
Forum: Requests and Feedback
In reply to: New admin panel 3.8 is terribleHey Esmi,
Well if I may then add:
1) I actually tried to word that carefully. It *seems* to me that you blow me off when you, say for example, simply, post a link. It has no relationship to my complaint or my abilities or capabilities. Suppose I find fiddling with plug-ins to be a frustrating exercise for a whole bunch of reasons. And, it does not deal with the root of my concern-complaint that WordPress makes cosmetic changes and leaves its users scrambling to find a solution. Telling a user to go get a plug-in is exactly that, in my mind.
2) That comment is actually not derogatory. I dont want to get pedantic on a word meaning.
3) No personal derogation was intended, none at all. If you feel you were personally derogated, please that was not intended at all.
As an aside, and as a more general comment for what it is worth, I often get the *impression* from the “helpers” in this forum that they think we all have expertise in code. We dont. For a lot of us, its so frustrating to be confronted with some advice to change the code here or there, or download this but which also requires a certain technical expertise. A lot of us are just point and click, me included. That’s why I said above that a lot of these plug-ins I find unintelligible.
Forum: Requests and Feedback
In reply to: New admin panel 3.8 is terribleEsmi: If I may, what derogatory comments about other posters?
Forum: Requests and Feedback
In reply to: Built-in footnote/endnote supportLiveWriter is still on that linked list you gave: http://windows.microsoft.com/en-us/windows-live/essentials-other#essentials=overviewother