gambit37
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Page Lists Plus] Breaks nested listsGreat, thanks for looking into it 🙂
Forum: Plugins
In reply to: [Plugin: Page Lists Plus] Breaks nested listsHi Tim, I sent you an email about this: The problem is actually when you hide a Page from the navigation, if it has any child pages they will be displayed at the end of the list, since their parent is now “missing”.
Can you make it so that child pages get hidden also, or add some kind of option to toggle this behaviour?
Forum: Plugins
In reply to: Overridng the Protected Posts Form HTML?I found out about wpautop and tried removing it using a filter on password form hook, but nothing changes.
I’d really appreciate any tips you can share, this is driving me nuts. Thanks! 🙂
Forum: Plugins
In reply to: Overridng the Protected Posts Form HTML?How about I rephrase my query 🙂
What function in WordPress causes extra line breaks and paragraph tags to be created, and how do I disable its use on password protect forms?
Forum: Plugins
In reply to: Overridng the Protected Posts Form HTML?Anyone?
Forum: Plugins
In reply to: What happened to cforms?The site is working for me and the plugin is still supported in 2.7.1:
http://www.deliciousdays.com/cforms-forum/announcements/cforms-version-history/
Forum: Plugins
In reply to: Using “the_meta” with password protected postsI fixed it using the following conditional, to check if the password cookie is set and matches the password assigned to the post:
<?php if ($_COOKIE['wp-postpass_' . COOKIEHASH] == $post->post_password) { the_meta(); ?>Forum: Alpha/Beta/RC
In reply to: What Happened to custom page templates?Yep, changing the theme is the fix for now. It’s clearly a bug.
Just reactivate your current theme and the drop down should come back.
Forum: Alpha/Beta/RC
In reply to: 2.7B2 Page Slug problems when only numbersBoth these bugs still exist in 2.7.1 🙁
Forum: Requests and Feedback
In reply to: Ver 7 Interface is step backwardsIf I had 1300 domains… and 5-600 of them where actual sites….. I would consider using some other CMS than WordPress :o)
Yeah, you need a decent multi-site CMS for that kind of setup if you don’t want to go completely insane!
Forum: Fixing WordPress
In reply to: What constitutes an Attachment? Need clarification.This whole concept of attachments in WP is deeply flawed.
It’s fine at the most basic level if you just use an attachment to be displayed on the post it was uploaded through. But once you start doing anything remotely clever to manipulate attachments, especially manipulating groups of images that were attached through different posts, this relationship causes more problems than it solves.
I wonder why this approach was used?
Forum: Requests and Feedback
In reply to: WordPress version shown in HTML code, security issue??Forum: Requests and Feedback
In reply to: Your answers to the WordPress 2.7 navigation surveyI took the survey but added plenty of notes about how pointless it was.
Getting users input is great, but asking them to basically comment on what a label is called and where it should go isn’t really very constructive and is hardly a top priority for input.
I’d rather see questionnaires that address the more fundamental problems with WordPress, as StrangeAttractor noted above.
Forum: Requests and Feedback
In reply to: Your answers to the WordPress 2.7 navigation surveyWith that kind of response, I wonder why we continue to use and support WP. It’s hardly a community driven response, is it?
Forum: Requests and Feedback
In reply to: [Plugin: WP-DB-Backup] huge security holeI was going to install this, but I think I’ll stick to my existing backup system!
Holy sweet jeezus.