jonanhold
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Image Upload?welsper:
That plugin gets close, but you still have to go upload your photos seperately and then go select them to add them to the posts. I’ll have to take a closer look at it and see, but I really miss the upload+add_to_post RIGHT NOW functionality of the original file upload popup.Forum: Plugins
In reply to: more photo hacksNo, the images are uploaded via the WP Post/Edit screen.
No, it hasn’t been updated for 1.x. New child here, so time is
at a premium. My hope is to re-write the hack (with documentation!)
for 1.x in the not-too-distant future.
-jForum: Plugins
In reply to: Jon Anhold’s Email Notificationyou can’t just include maillist.php, you have to have your own form point at it.
Forum: Themes and Templates
In reply to: customizing template questionsbump;
Forum: Plugins
In reply to: more photo hacksi’ll have to take a look at GD 2. I know GD (1?) had issues with image quality when resizing, etc, which is why I based my code around ImageMagick. (on freebsd, it’s cake to install ??
-jForum: Everything else WordPress
In reply to: Decoderthis is a <? echo “test”; ?> test of the decoder… ??
Forum: Fixing WordPress
In reply to: Archives: How do I get a month archive and a day aI’m using mod_rewrite with apache to get those links.. I had to hack the code anyplace
where it prints out the links, since I decided to use a different scheme from what wordpress allows for search engine friendly urls.
-jForum: Themes and Templates
In reply to: customizing template questionsbump. if i put:
$cat = '-4';
I end up with ALL posts from ALL other categories.Forum: Fixing WordPress
In reply to: Parse error…so what’s on line 83 of that file?
-jForum: Fixing WordPress
In reply to: Image Safari – All Archives hack problem calling DMake sure you’re including blog.header.php in your all_archives.php file..
On my side, I created my own header/footer/etc pages that I include all over the place. This hack will _not_ drop in and work if you just grab my files and drop them on your webserver.
The jon_getallarchives() function _should_ work if you just drop it onto a page.
-jForum: Fixing WordPress
In reply to: Archives: How do I get a month archive and a day awell hell. i can’t edit my previous post because of the anti-spam crap, even after waiting 60 seconds.. anyway.. since the code tag doesn’t work, try this code..
https://imagesafari.com/tmp/arpana.phps
-jForum: Fixing WordPress
In reply to: Archives hackKnock yourself out.. it shouldn’t be hard to add that functionality. If you get it to work, send me the code and I’ll add it to my hack.
Forum: Fixing WordPress
In reply to: Archives hackI should mention that this is now available under:
https://imagesafari.com/hacks
-jI should note that I’ve installed WordPress 0.72 on a seperate site, and as time allows I’m going to re-apply all my hacks in a more organized fashion, documenting them as I go. This should make it easier for other folks to use them, and easier to re-apply them when upgrading to the latest and greatest release of WordPress.
-jForum: Requests and Feedback
In reply to: Features Hack code…I’ve thrown up the code for my little email notification hack.. It’s not really documented, but if you’re somewhat familiar with PHP, you should be able to get it going.
https://imagesafari.com/hacks/email/
-j