Bramus
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] JavaScript errors in latest versionFixed in version 3.0.6
Forum: Reviews
In reply to: [Custom post types, Custom Fields & more] Very Spammy PluginThe banner is still in place, even after the last update. Even worse: the “don’t show for 5 days” link does not work. It always has WordPress spit out “The link you followed has expired.”
Forum: Plugins
In reply to: CSS Naked Day 2008 – April 9th, not April 5th!Hi ajalapus,
an idea might be to define a constant
NAKED_DAY = 9at the top of the script, which theis_naked_day()takes into account (as seen on the CSS Naked Day page :))Forum: Plugins
In reply to: CSS Naked Day 2008 – April 9th, not April 5th!Oh, here’s the official announcement on CSS Naked Day ’08: http://www.dustindiaz.com/naked-08/ 😉
Forum: Fixing WordPress
In reply to: uploaded images associated to post id: template tag to include it?Can’t you add the link to your image as a custom field to a post and then show it by calling a get_post_meta() inside The Loop (see http://codex.ww.wp.xz.cn/Using_Custom_Fields)
Forum: Plugins
In reply to: [Plugin: Gigs Calendar] Stuck on Loading ScreenHad it too; when Firebug was enabled.
It gets stuck right on the JS line “try{pageDestroy();}catch(e){};”, but after pressing the play button (in Firebug) it continues normally..Temp Solution: disable Firebug for that domain 😉
Might work fine if it’s split onto multiple lines?