jonanhold
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What on Earth have I done to my site?did you touch apache or php? that’d be where i’d start.
Forum: Requests and Feedback
In reply to: Features Hack code…I know how you feel. I’m hesitant to try and migrate to the latest/greatest version of WP due to all the hacks I’ve done.
I whipped up an email notification system for my photoblog last night, seems to work pretty well. Requires one additional table in mysql.
As with the other stuff I’ve hacked in, when I find time I’m hoping to write up some documentation and throw the source out there so others can use it. ??
-jForum: Plugins
In reply to: Portfolio?which link doesn’t work?
Forum: Fixing WordPress
In reply to: Archives hackHere’s mine..
https://imagesafari.com/all_archives
source here:
https://imagesafari.com/getallarchives.phps
You need to then call jon_getarchives() in your page.
-jForum: Fixing WordPress
In reply to: b2rdf.php number of poststhanks for the quick reply, mike ??
Forum: Fixing WordPress
In reply to: sorting & categoriesOk. Maybe I’ll look at hacking it into the current release ??
Forum: Fixing WordPress
In reply to: sorting & categoriesok, how to specify multpile categories.. anyone? ??
Forum: Fixing WordPress
In reply to: sorting & categoriesthat’s cool. i had suspected that something like that was possible, but i hadn’t read into the code far enough to see if it’d honor that.
now.. is there a way to make get_archives() only show entries from the category on the page? ??Forum: Fixing WordPress
In reply to: sorting & categoriesi actually just figured out how to do #3. still looking for a way to tell it which categories to display (or not display).
??Forum: Fixing WordPress
In reply to: PermalinksMike,
The same template code here results in:
…
as opposed to #post-12
-jForum: Fixing WordPress
In reply to: changes in xmlrpc.php??The files I grabbed I had to grab via the web CVS browser on sf.net.. cvs.sf.net was refusing my connections earlier. I’ll try a whole checkout later on and see if it works.
Also, for reasons that I cannot determine, posting from the bookmarklet (the link one, not the .reg one) doesn’t publish the post.. You have to go into Post / Edit and then edit it to get it to show up on the main page..
Thanks,
-jForum: Fixing WordPress
In reply to: changes in xmlrpc.php??I just downloaded from CVS the xmlrpc.php and b2-include/b2functions.php.. w.bloggar complains with the following error:
“Unable to parse the XML response. Parser Reason: Only one top level element is allowed in an XML document.”