August 12th, 2004
Installation for psnGallery 1.2.2 was straightforward, but its execution was not! Once again, a newbie is floundering trying to figure out how a plugin work:evil:
After a half hour of reading and rereading the instructions and crashing the site for answers, I hit my good friend Google for answer. I was […]
Filed under: Coppermine, Plugins, WordPress, psnGallery | No Comments
August 5th, 2004
Scriptygoddess has what is suppose to be a no-brainer to contracting and expanding your post.
NEWBIES: You will get lost on this one
Filed under: Plugins, WordPress | No Comments
August 5th, 2004
The plugin by Scriptygoddess is designed to paginate your pages. It did take me about 10 minutes to figure out that in the < ?php wpPaginate(); ?> code I had to tell it how many posts I wanted per page :
(ie: < ?php wpPaginate(4); ?>)
But once I got passed that, it was […]
Filed under: Plugins, WordPress | No Comments
August 2nd, 2004
This plugin by Alex King allows you to put clickable smilies on your post and comments forms. Can’t remember the right syntax for one of the smilies? Just click on it and it will be inserted right into your post/comment.
:mrgreen::neutral::twisted::arrow::shock::smile::cool::evil::grin::idea::oops::razz::roll::wink::cry::eek::lol::mad::sad::!::?:
Read and Download
Filed under: Plugins, WordPress | No Comments
August 2nd, 2004
The plugin adds an “Insert Image” button to the the edit screen which opens an image browser in a popup window to select from all previously uploaded images and add the appropriate code to the post.
Some of the features:
Display images as graphics for easy selection.
You can sort images by name or by date […]
Filed under: Plugins, WordPress | No Comments
July 29th, 2004
I deployed the addition code to index.php:
by Joe Crawford A simpler way to do this (I have it working under Word Press 1.2) is to use get_archives - to get an unordered list of the 5 most recent posts I use:
< ?php get_archives('postbypost','5'); ? >
There is also a Recent Post Hack.
Filed under: Plugins, WordPress | No Comments
July 29th, 2004
First off, Brian Groce gave excellent support on his plugin. He worked with me with a WIMP (Windows-IIS-MySQL-PHP) setup, with is not supported by him normally.
Downloaded Email Notification 1.0 and installed as instructed.
Filed under: Plugins, WordPress | No Comments