|
Coen Jacobs on "Email Author On Publish" Emails author when pending post is published. krusadr on "SHshortcode" Will generate Shortcodes for use with SyntaxHighlighter extended and similar plugins imath on "BP Checkins" BuddyPress 1.5+ plugin to add checkins to profile or group updates. WebMaestro.Fr on "Native Fullscreen" Fullscreen mode just got real. tasiot on "RDPano" Intégration de panorama krpano et panotour® sur WordPress Ipstenu on "JC Coupon"
Emailed Author: Hi,
Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file. (the link on your page is coming up a 404).
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
jaschahal on "JC Coupon" JC Coupon Lite plugin provides easy to use coupon management to be included in your posts and pages or even in side bars. There are heaps of options t takien on "Easy Table" Easy Table is WordPress plugin to create table in post, page, or widget in easy way using CSV format. This can also display table from CSV file. eftakhairul on "easy-set-favicon" This plugin will help you to set Fav icon to your blog. Frumph on "ComicPress to Comic Easel Migrator" Will convert Comic Categories from ComicPress and turn them into Comic Post Types for Comic Easel Ipstenu on "WP Open Graph Meta"
Emailed Author: Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
Ipstenu on "Mass set Categories"
Emailed Author: Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
Ipstenu on "ColorWP Twitter Widget"
Emailed Author: Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
dpchiesa on "FlickrEyeCandy" A Flickr random photo widget for your blog. You specify the photo tag id and the API Key, it does the rest. Jatinder Pal Singh on "BuddyPress Login Redirect" Allows to decide buddypress website admins where their users should land after log in. jonradio on "jonradio Display Kitchen Sink" All users will have the Kitchen Sink -- the second row of icons displayed in Visual mode -- for both the Page and Post Editors. Diana on "Simple Smilies" Let users insert WordPress smilies when commenting in you site. JFrankParnell on "Mass set Categories" Set posts to categories all at once horike on "WP Post Branches" WP Post Branches will create a private branch of an post in public. When you publish a branch, overwrite the original post. Sven on "WP Open Graph Meta" Adds Facebook Open Graph Meta Elements to blog posts/pages to avoid no thumbnail, wrong title/description issue etc. ColorWP on "ColorWP Twitter Widget" Adds a Twitter widget to be used in your theme sidebar. Customizable number of latest tweets and an optional follow button. verblick on "Minecraft Server Status Checker" Plugin for displaying Minecraft Server status RMac0001 on "Custom Login Widget" A customizable login widget that will allow you to add a welcome message, the users avatar, custom links, and cubepoints integration. Ipstenu on "Comment Menu Links"
Emailed Author: Hi,
Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
mordauk on "Comment Menu Links" Adds sub menu items to the Comments menu for each of the different comment statuses. gopiplus@hotmail.com on "Popup contact form" Plugin allows user to creat and add the popup contact forms easily on the website. That popup contact form let user to send the emails to site admin. Ipstenu on "Random Joke (Bdihot.co.il)"
Emailed Author: How is this different from http://wordpress.org/extend/plugins/random-joke-bdihotcoil/ ? Which you already have.
Ipstenu on "Treato.com WordPress Plugin"
Emailed Author: Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
joelatvoteit on "VoteIt" VoteIt is an online collaboration tool for making the decision-making process easy and fun. Rami Y on "Random Joke (Bdihot.co.il)" This plugin allows you to add random joke to your site using wordpress sidebar widget. Rami Y on "Treato.com WordPress Plugin" WordPress plugin that helps you seek medical information and share personal experiences and insights. Ipstenu on "Terminplanner"
Emailed Author: Hi,
Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
Ipstenu on "Youtube to WP Post"
Emailed Author: Hi,
Could you send a link so the plugin can be downloaded please. Alternately you can reply to this and send a .zip or .rar file.
Please reply with 7 days. If a reply is not received the submission will be rejected and the plugin name will be lost and unrecoverable.
Thanks.
Inigo Gonzalez on "Custom Order ID for TheCartPress eCommerce" Allows to set a custom Order ID in the eCommerce.
This is useful if the merchant wants the orders don't begin by 1. Jean-Pierre Kousz on "Terminplanner" Terminplanung von Arbeitsgruppen und Teams mittels Terminumfrage. .htaccess Gzip Compression Just add this to your .htaccess file. Gzip will drastically reduce HTTP response time.


 Announcement: Winners of the Digging into WordPress book Last week we posted a contest where you could win a free copy of Digging into WordPress by Chris Coyier and Jeff Star, a book about WordPress development.


 Truncate Post Title Paste this function in your functions.php file, and whenever you’re in need of truncating a title, call: . Where (50) is the number of Characters it allows before truncating!


 Theme Specific Conditional This can be used for code for a specific theme only. I had to use something similar to this when developing a site that used a mobile theme switch for a plugin I only wanted on the desktop site and not on the mobile site. Note: Can only be used in conjunction with “theme switching [...]


 Giveaway: 2 copies of Digging into WordPress We're giving away two copies of the amazing book Digging into WordPress by Chris Coyier and Jeff Starr. The book is about WordPress and learns you how to create your first WordPress theme, and loads of useful practical information about WordPress development.


 Include All Post Types in Search This snippet will automatically include all public post types, that have not been excluded from searches in your search results.


 Only show admin bar to administrators Paste this code in your theme’s functions.php file to hide the admin bar to all logged in users except admins. Useful for sites that have public registration turned on.


 Schedule cron jobs with WordPress A cron job let’s you run a bit of code at a specific interval, for example you could have a script that empty the trash can every hour. However, to set up a cron job isn’t something you do on your lunch break. Luckily, WordPress can do this for you with the wp_schedule_event() function. From [...]


 Change ‘Enter Title Here’ Text For Custom Post Type With a little bit of magic, we can get our own text there. Previously this required using javascript to change this text, but 3.1 creates a new ‘enter_title_here’ filter that gives us better control.


 Show number of queries and page load time Add this snippet to a template file during testing in the location where you want the info to show.



További toplista
|