‘WordPress Hack’ Category

Burningbird >> WordPress Modifications

No
responses
by
on
July 9th, 2004
in
LinkyLoo, WordPress Hack

Burningbird >> WordPress Modifications: A nicely detailed writeup on how Shelley customized a vanilla WordPress install into weblog.Burningbird.net Her documentation might be very useful for other people trying out similar customizations.

[Continue Reading...]

WordPress Media Player Plugin

No
responses
by
on
July 8th, 2004
in
LinkyLoo, WordPress Hack

WordPress Media Player plugin: This plugin (for 1.2) allows the upload and management of MP3s and audio clips with the ability to create links for your blog entries.

[Continue Reading...]

More comment flood

4
responses
by
on
July 7th, 2004
in
WordPress Hack

Addendum from my previous post about comment flooding, this is what I would change the code in my wp-comments-post.php (between the comments, you should recognize the place): // Simple flood-protection $lasttime = $wpdb->get_var(“SELECT comment_date FROM $tablecomments ORDER BY comment_date DESC LIMIT 1”); if (!empty($lasttime)) { $time_lastcomment= mysql2date(‘U’, $lasttime); $time_newcomment= mysql2date(‘U’, $now); if (($time_newcomment – $time_lastcomment) < 300) die( __(‘Sorry, this blog only allows a new comment once every 300 seconds. If you really want to write a comment, just wait a few and hit refresh on this page. Chances are you tried to add a comment about halfway between 0 and 300 seconds. Comment flooders are annoying. Thank you for being patient.’) ); } My own MySql server is messed up (because my mysql server is screwy AND in a different time zone than my web server, figure that) but it should work. If something breaks, I will try it […]

[Continue Reading...]

CHAITGEAR Beta: The CG-PowerPack of WordPress plugins

No
responses
by
on
July 7th, 2004
in
LinkyLoo, WordPress Hack

CHAITGEAR Beta: The CG-PowerPack of WordPress plugins: The mother of all WordPress 1.2 plugins? Some of the stuff on the list include Amazon, Feedread, referer, related, what tunes etc. Good job David!

[Continue Reading...]

Binary Relations >> WordPress Plugin: FOAF Output

No
responses
by
on
July 5th, 2004
in
LinkyLoo, WordPress Hack

Binary Relations >> WordPress Plugin: FOAF Output: The name says it all, can be used with the semantic visits plugin from the same author. Pretty cool stuff!

[Continue Reading...]

WordPress Wiki – World Kit

No
responses
by
on
July 5th, 2004
in
Cool Scripts, LinkyLoo, WordPress Hack

WordPress Wiki – World Kit: A Worldkit installation for WordPress blogs. Go Podz! This is very cool and a lot of fun to watch.

[Continue Reading...]

WordPress 1.2 Wiki Integration

35
responses
by
on
July 5th, 2004
in
WordPress Hack

This hack lets you create a wiki inside your WordPress install and is authenticated (for editing) using the WordPress user list. Some of the features of this wiki include: Extremely simple install Protection of the information through WordPress user authentication Static pages with infinite depth of linkage A BUNCH of plugins which allow various customizations Integration into the WordPress theme You can download the install from: http://weblogtoolscollection.com/b2-img/wiki12.zip You can see an implementation of this wiki at: http://weblogtoolscollection.com/wikiwiki.php

[Continue Reading...]

coffee2code.com >> Plugin: Get Custom

No
responses
by
on
July 5th, 2004
in
LinkyLoo, WordPress Hack

coffee2code.com >> Plugin: Get Custom: This WordPress 1.2 plugin peaked my curiosity. In my mind, this is what the custom meta data values should be used for. Basically, this plugin allows a user to add an infinite amount of extra information to a blog depending on whether that information has been added to the post. Examples uses from the site include moods, currently reading and infinite other. I plan to use this for a “download this” link and a thumbnail link for pictorialis. Good job!

[Continue Reading...]

Post from WordPress 1.2 Mingus to Feeddemon from Bradsoft

16
responses
by
on
July 4th, 2004
in
General, WordPress Hack

Due to popular request, here is a hack to post directly from FeedDemonto WordPress 1.2 Mingus. For this you would have to be logged into your blog admin portion (a previous login with the cookie set will do just fine). Here is the hack. Some of the new features of this hack include: Post to a category like news or links Choose a WordPress user in your Feeddemon setup Choose post and comment status for your posts Use proper attribution for your linkage For those of you that are not aware, Feeddemon is a popular news reader for the Windows platform and nloaded for a trial period. This hack enables you to choose a news item from your list inside Feeddemon and either through shortcut keys or through a menu choice, post the news item directly to your blog with the proper linkage without any needed intervention. This is a […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php