deko
Forum Replies Created
-
Forum: Your WordPress
In reply to: postpositive.orgThanks for the comments. I’m something of a Jakob Nielsen disciple so I like to keep my designs simple.
Publishing on the Net has some peculiarities. Web surfers are hopelessly impatient and want to know immediately what your thesis is. Instead of a heading or link titled: “An investigation of the merits of WordPress” it should read: “WordPress is the best blogging software on the planet” — in your face, up front and direct.
It’s all about usability. Text should be easily scanned with the human eye (people rarely “read” anything online). Left-justified, 4 to 6 inch wide columns with frequent subheadings generally help. Too many bullets and borders or small font size, on the other hand, are not helpful.
Here’s a site that practices what it preaches: efuse.com
(I have no affiliation with efuse.com. I just like the ideas)
Forum: Fixing WordPress
In reply to: How to get RSS feed name to display category name?Is this just the way the
?feed=rss2&cat=9function works?Is it possible to modify how the name of the feed appears?
How does the comment feed get its title?
Why does the comment feed appear:
“Comments on:” [post title]”
when the tag uses the same format:
?feed=rss2&p=18?Where is the title info coming from?
???
Forum: Fixing WordPress
In reply to: How to get RSS feed name to display category name?An example of the behavior I’m looking for is this:
http://www.example.com/?feed=rss2&p=18When you click on this link, you get a feed with the title:
Comments on: My Post Title
Why don’t I get a feed with the title:
My Blog >> My Category
when clicking on:
http://www.example.com/?feed=rss2&cat=9???
Forum: Fixing WordPress
In reply to: How to upload document/associate with post?I see. Thanks for the clarification
The benefit I was looking for was consolidation of documents and posts in a backup.
I think manually linking to docs is just as easy…
Forum: Fixing WordPress
In reply to: How to upload document/associate with post?Apparently, the folder needs 777 perms (I had 766).
I was thinking the Upload feature wd insert the file in the database (?) but it looks like it’s just a mechanism to get the file on the server and insert a link into the editor.
I’m not sure this adds much value, especially considering I need 777 perms on a public folder to use it.
Am I missing something?
Forum: Fixing WordPress
In reply to: HTACCESS file editing (re: recent WP cracking)Thanks for that important link.
Forum: Fixing WordPress
In reply to: 2.1.1 Security alert?I’m a core hacker myself and have the same concerns as siepmann – there’s no easy way to deal with upgrades when you have hacked core files. You just have to create your own system to manage it. But I respectfully disagree with the suggestion of avoiding core hacks. The greatest thing about open source code in general and WP in particular is that you CAN hack it to meet your needs. Have at it…
Forum: Fixing WordPress
In reply to: 2.1.1 Security alert?shd we consolidate 2.1.1 security ques in a sticky thread?
Forum: Fixing WordPress
In reply to: HTACCESS file editing (re: recent WP cracking)Even better wd be to redirect to a page on the WP.org site that would log the IP/domain/geo location of the visitor so we cd display to the world who is trying this stuff. I have a script that wd do this if ur interested.
These questions remain:
- What, exactly, are the vulnerabilities in the hacked 2.1.1 files and how are they exploited?
- What should I check for to know if my blog has been compromised or not?
- Do I need to change my blog’s passwords?
Forum: Fixing WordPress
In reply to: WordPress 2.1.2 Upgrade…WTF?I would try it again. Make sure you delete everything (after backing up, of course) from the server – that is, use the file manager utility (or whatever Dreamhost supplies) rather than uploading and overwriting. Once you are sure the directory on the server is bare naked, then upload.
Forum: Fixing WordPress
In reply to: Version 2.1 and Link Categories – what happened?Hope has two daughters — anger and courage: anger at the way things are and courage to change it.
Forum: Fixing WordPress
In reply to: codex Database DescriptionActually, I think all FKs are irrelevant to MySql unless you are using the InnoDB database engine.
Forum: Fixing WordPress
In reply to: Upgrading to 2.1.1Well, at least you’ve made a vote of ‘no confidence’ for the copy method.
I just don’t want to have to rewrite (again) any core file mods in my existing installation.
Forum: Fixing WordPress
In reply to: Upgrading to 2.1.1Yes, I think we’d all like to hear from more moderators on this…
Is it sufficient to just copy over the changed files when upgrading from 2.1 to 2.1.1?
What does the upgrade script do?
Forum: Installing WordPress
In reply to: Advice? Multiple Blogs on a WebsiteNot without additional custom code…