JonathanMH
Forum Replies Created
-
Forum: Reviews
In reply to: [Append Link on Copy] No permalinks possible anymoreTested that too and I’ve found some experimental page-shift javascript on your site, maybe that’s the place to look.
Forum: Reviews
In reply to: [Append Link on Copy] No permalinks possible anymoreJust tested it, pagination works perfectly with the plugin enabled. Please point out in the source what even should cause this.
Forum: Reviews
In reply to: [Append Link on Copy] No permalinks possible anymoreThe plugin doesn’t mess with your permalink structure at all.
Forum: Reviews
In reply to: [Append Link on Copy] No permalinks possible anymoreIE problem is answered in the FAQ, it’s not a browser.
I’ll check up on the Firefox issue.
The naming was wrongly “Copy link on Post”, has been updated in 0.1.1
Edit:
Thanks! I’ll get to IE support and free text definition in version 0.2!It’s been updated, multiple instances are possible now! 🙂
Forum: Themes and Templates
In reply to: Object unavailable inside content.phpAha! <?php global $object_name; ?> in the top of every file works!
via:
http://labs.earthpeople.se/2010/03/applying-oop-to-wordpress-themes/Forum: Themes and Templates
In reply to: Object unavailable inside content.phpJust tested, using:
require_once( 'content.php' . get_post_format() );
works and makes the object available. Now I just need to build a fallback, if a file isn’t there.Kind of weird, that it works this way and not the other though.
Hey, I’ll work on that in the following weeks! Thanks for your feedback!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Big fan, placeholder patchI’ve double checked my files. It should really work the way I posted it and as it is described in the forum entry. The project I’m working on shows it.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Big fan, placeholder patchDid you edit both textarea.php and text.php?