seththomasrasmussen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Your session has expired in WP1.5i am having this problem as well. resetting the password has no effect, either.
Forum: Requests and Feedback
In reply to: Named entities invalidating output in Thunderbirdwtf… i put the entity examples in backticks…
anyways, i think you get the basic gist:
-named entities bad
-numiercal code entities good
-fix WP code to reflect thisForum: Fixing WordPress
In reply to: Running multiple blogs under one install?https://www.ads-software.com/support/4/58
I just found that. Is that all the answer I need?
I hope not… ??Forum: Requests and Feedback
In reply to: Comments link should be dead if comments are offWell, correct me if I’m wrong, but I thought the idea of this part of the forums was to suggest feedback on features. Features are the things the code allows users to do without needing to know code. Yeah, I can hack up WP to suit my needs, but what I’m suggesting would be a smarter way for the system to work out of the box. I see it in other systems, and it’s really just because it makes sense.
If a store is closed, they aren’t going to let you in the front door only to tell you, “Sorry, we’re closed at this time.”Forum: Requests and Feedback
In reply to: Fix automatic insertion of <p></p> or allow toggleAs a matter of fact, if I understand the specs correctly,
<pre></pre>
tags should never have *any* block level elements contained within.Forum: Requests and Feedback
In reply to: Fix automatic insertion of <p></p> or allow toggleD’oh… I forgot backticks… that should read:
WP insertsafter “sheath” and before “but”, but it doesn’t get the opening
before “people”. This hilights how I feel the behavior should be smarter, but in fact in this instance I give, this is where I would prefer a toggle to disable the “feature” for this entry. I do not want any
<pre></pre>
block.Forum: Fixing WordPress
In reply to: Blank PagesI am having the same problem, but deleting all plug-ins doesn’t solve it.
I’ve seen many posts about this being a PHP5 issue, but also many posts saying the latest builds have fixed that issue. Latest builds have not fixed anything for me.
I’ve grown increasingly frustrated with this. I keep seeing that people shouldn’t expect WP to work well with PHP5 until 1.3, but then why do people keep saying the nightlies have fixed the issue?
Gah…Forum: Fixing WordPress
In reply to: Problems getting images to show up in RSS feedDid you try switching the feed to the rss version, rather than rss2, as he did?
Speaking of which, did you have to create a new syndicated account on LJ, Aeryck?Forum: Fixing WordPress
In reply to: Photoblog (One category on a specific page, not onedit… postS_per_page… first instance was a typo
After installing this, I started to get “Database Not Selected” errors coming from some of the other functions on the page. Blog posts were unaffected. I looked at
the_stats()
and found that if I commented out the last statemend,mysql_close();
, that everything returned to working as intended.
Did I screw up something somewhere else, or was this just an obvious oversight? I would assume the former, but I can’t see what I did wrong.