Just Thomas Misund
Forum Replies Created
-
Forum: Plugins
In reply to: Sort Posts (in the Loop) by Recent Comments or "Activity"Kevin, thanks for your contribution. This solution will sort strictly on comments, am I right? (I.e. if there is a new post without any comments, this post will sort after all posts with comments.)
Forum: Fixing WordPress
In reply to: Text Links in Image Caption?Update:
Single quotes work in HTML mode. Double quotes in HTML mode (escaped or not) break the caption if caption=”…” uses double quotes. Tags are stripped if you use the caption field in the Image GUI but the caption still works.
Milestone for the Trac ticket is currently set to 3.1.
Forum: Fixing WordPress
In reply to: Text Links in Image Caption?This issue seems to be resolved in trunk.
Forum: Fixing WordPress
In reply to: Text Links in Image Caption?… this workaround doesn’t work in the visual editor, only in HTML view.
Forum: Fixing WordPress
In reply to: Text Links in Image Caption?As it turns out, you can work around this issie by using singly-quoted attributes instead of doubly-quoted, like so:
<a href='example.com'>This should work</a>
instead of
<a href="example.com">This will be stripped</a>I have posted a Trac ticket about this issue, which has been assigned to “Future release”, which means something like “We’re not going to fix this right now, but maybe later.”
Forum: Fixing WordPress
In reply to: Text Links in Image Caption?I have the same problem.
Forum: Fixing WordPress
In reply to: Class for Current blog postAdded ticket #10432
Forum: Fixing WordPress
In reply to: Exporting headlines from WordPress to NewsNowHave yout tried http://www.leazesdigest.com/?feed=rss2?
Forum: Plugins
In reply to: [Plugin: Popularity Contest] Patched to work with 2.5.1Thank you!
Forum: Your WordPress
In reply to: Use WordPress as a Forum!Yes. Release. Definately.
WordPress has got what it takes to power forums, projects like yours are very welcome. I just released a plugin to list posts by last comment date with forum-like use in mind. I would really like to have a look under the hood of this theme.
Forum: Fixing WordPress
In reply to: Display the most recently commented posts firstThe plugin that takes care of it is released.
Forum: Plugins
In reply to: ALL Blank! Everything gone!Oh, what I meant to ask was if an uploaded .html file would display. But given “reinstalled everything brand new using a new database. It worked just fine”, it doesn’t matter anymore. =)
Forum: Plugins
In reply to: ALL Blank! Everything gone!If you’ve got a fresh install without any plugins it shouldn’t be anything wrong with the files.
Will a static file display?
Forum: Plugins
In reply to: ALL Blank! Everything gone!Good question. Um… I guess it depends on how the redirect is made.
Forum: Plugins
In reply to: ALL Blank! Everything gone!It looks to me like the page is 302 redirected to itself, which causes the server to kill the loop.
--14:34:48-- http://www.denqfabriq.de/ => 'index.html' Resolving www.denqfabriq.de... 195.78.76.109 Connecting to www.denqfabriq.de|195.78.76.109|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://www.denkfabriq.de [following] --14:34:48-- http://www.denkfabriq.de/ => 'index.html' Resolving www.denkfabriq.de... 195.78.76.109 Reusing existing connection to www.denqfabriq.de:80. HTTP request sent, awaiting response... 500 Internal Server Error 14:34:48 ERROR 500: Internal Server Error.