Author Archive

Wonderful tutorial on migrating from b2 to WordPress

1
response
by
on
January 27th, 2004
in
General

This tutorial explains the nuances of migrating from b2 or Cafelog to WordPress. Here is the link to the tutorial. It is very well done! The only question I have for him is….and you blog is in MT???

[Continue Reading...]

WordPress 1.0.1 Changelog

3
responses
by
on
January 27th, 2004
in
General

This information can be found in the WordPress Wiki but some people might find it useful to help them make up their mind about upgrades (or migrations) WordPress 1.0.1 Changelog: * Several improvements related to the handling of international characters. * “Future” blog posts should show up in the admin interface * b2 import * blogger import * Calendar day titles are only showing the last post, not all posts separated. * Calendar links to posts in the future * Change installed check to use a different table than options, probably categories * Check all importers * Comment Moderation setting values * comment out sending the unmodified header in rss/rdf feeds * comment_tags_allowed bug * Dublin Core in RSS feeds * edit-showposts.php? * Fix links-update-xml.php * get_links_list should put descriptions in title attribute * greymatter import * fixed import-b2.php errors * Make sure the bookmarklet works in Safari * Modify […]

[Continue Reading...]

Ping Yahoo RSS from WordPress and Moveable Type

5
responses
by
on
January 26th, 2004
in
General

Jeremy pointed out a method to ping Yahoo RSS crawler for Moveable Type blogs and he did a great job explaining it with pictures. So if you are using MT, check out his entry. I consequently wrote a little pinger for WordPress which does the same thing. Add this function to your my-hacks.php: // pings Yahoo.com RSS Crawler function pingYahoo($blog_ID = 1) { // original function by Dries Buytaert for Drupal global $blogname,$siteurl,$blogfilename; if ((!(($blogname==”my weblog”) && ($siteurl==”http://example.com”) && ($blogfilename==”wp.php”))) && (!preg_match(“/localhost\//”,$siteurl))) { $client = new xmlrpc_client(“/RPC2”, “api.my.yahoo.com”, 80); $message = new xmlrpcmsg(“weblogUpdates.ping”, array(new xmlrpcval($blogname), new xmlrpcval($siteurl.”/”.$blogfilename))); $result = $client->send($message); if (!$result || $result->faultCode()) { return false; } return true; } else { return false; } } Find these lines in your post.php (inside wp-admin folder) : pingWeblogs($blog_ID); pingBlogs($blog_ID); And add this right after that: pingYahoo($blog_ID); All done and pingin!

[Continue Reading...]

WordPress CSS Styles Competition

No
responses

To help grow the number of skins for the default WP template, I’m sponsoring a CSS Style Competition! Get those creative juices flowing and send in your contributions. I can’t wait to see what you all come up with. I highly encourage you all to blog about this (use the link above) to help get the word out. Thanks! – From the WordPress Forums

[Continue Reading...]

New WordPress Styles and built in Style Switcher hack

1
response

Alex King has done it again! He provides a hack for WordPress to build a really simple style switcher and includes four (?) different styles in the download. I personally really like his Golf Style. Test it out here and download it from here. While you are visiting his site, check out the other hacks that he has worked on and thank him if you use his work. I use a bunch of them on this site and well as my main blog. Thanks a bunch Alex.

[Continue Reading...]

WordPress Blacklist Comment SPAM Filteration System

11
responses
by
on
January 25th, 2004
in
WordPress Hack

I wrote a little script to fight comment SPAM much along the lines of Jay Allen’s MTBlacklist filter (but for WordPress). This really simple script is compatible with all versions of WordPress and uses a powerful master blacklist from Reflective Reality. I would really like to get some people to try and install it and see how well it works. So if you are using WordPress and have been receiving some SPAM in your comments, please help me in testing this script. WordPress 1.0+ will even allow you to view the SPAM comments without them ever being displayed on your blog (using moderation) which would mean that if you do receive SPAM and the filter catches it, you will know that the script is working. Here is a link to WPBlacklist.

[Continue Reading...]

Mozilla right click “Blog This!” contextual menu plug in for WordPress

No
responses
by
on
January 23rd, 2004
in
WordPress Hack

I really wanted to see what was inside those .xpi files that I install as plugins for Mozilla and I hacked the Blog This plugin from Phil Ringnalda to be compatible with WordPress. The installation can be a little confusing, but it sure is worth it for me. I might write a php packaging script for WP if I get bored (much like YABBOB). In the meantime, enjoy the Blog This for Mozilla hack. PS: Rightful credit goes to Ted Mielczarek for the original code and idea. Thank you!

[Continue Reading...]

LiveJournal autoupdate script for WordPress (all versions)

31
responses
by
on
January 23rd, 2004
in
WordPress Hack

[EDIT] In its present incarnation, it WILL NOT work with WordPress 1.5 This script allows every post that you publish on your WordPress blog to also be reflected (or added) to your LiveJournal blog automatically. This script only emulates publishing to your LJ blog, you cannot edit LiveJournal entries once they are published (through the WP admin page). If there is enough interest, I could come up with edit functionality as well as others such as moods and music. Here is a link to the hack instructions. The items sent to LiveJournal are your post title, your post content and the date and time of your post. Enjoy. Please post bugs to http://weblogtoolscollection.com/

[Continue Reading...]

SprintPCS Moblog hack for WordPress 1.0 and above

19
responses
by
on
January 21st, 2004
in
General

Here is the link to the moblog script. 1) Upload this file to the root of your blog (rename it to sprint.php) and put in the username and password of your blog in the required places within sprint.php. 2) Setup your email blogging parameters within WordPress. Your security is going to be the email address that your blog is supposed to check, so make it complicated (or something) 3) Send your blog an email (to the email address you specified above). Go to your blog URL and add the sprint.php at the end (on a browser) to test how well the works. e.g. http://www.yourwebserver.com/wordpressdirectory/sprint.php This should give you a very good understanding of what happens. If things work, you should see an entry in your blog with just that picture. 4) Now to make this automated, add a cron script to your webserver so this file gets run every so […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php