|
|
Wordpress postie plugin - modify filter [filterPostie.php]Required skills: PHPI have a new wordpress blog and am using the postie plugin to allow posting of content via email The plugin works great. I can email to an address and it's posted to the default category set in postie. This all works fine. But- Postie has a filter option which allows you to set the category with a tag in the submitted email. I'm not a php wiz, and its a bit greek to me. I just need someone to modify the filter file (the file is below) so that it will assign incoming email/posts to a category. I assume the sender of the message will add a tag to the subject or the body (either way). Project should be basic PHP programming for someone who can deal with Wordpress Plugins and functions. I simply don't have the time to do this, and need this ASAP. A couple examples you could add to the filter below: [press-releases] [recent-news] [blog] I'll just need the text below returned, then I test on the already working postie setup. Thanks --- this is the sample filter file ---- <?php /* Plugin Name: Postie Filter Plugin URI: http://blog.robfelty.com/plugins/postie Description: Adds my own custom filter to messages posted by postie Version: 1.4 Author: Robert Felty Author URI: http://blog.robfelty.com/ */ /* * Any filter function you write should accept one argument, which is the post array, which contains the following fields: 'post_author' 'comment_author' 'comment_author_url' 'user_ID' 'email_author' 'post_date' 'post_date_gmt' 'post_content' 'post_title' 'post_modified' 'post_modified_gmt' 'ping_status' 'post_category' 'tags_input' 'comment_status' 'post_name' 'post_excerpt' 'ID' 'customImages' 'post_status' Your function can modify any of these fields. It should then return the array back. Two example functions are provided here */ function filter_content($ post) { //this function prepends a link to bookmark the category of the post $ this_cat = get_the_category($ post['ID']); //var_dump($ this_cat); $ link = '<a href="' . get_category_link($ this_cat[0]->term_id) . '">Bookmark this category</a>' . "n"; $ post['post_content'] = $ link . $ post['post_content']; return ($ post); } function filter_title($ post) { //this function appends "(via postie)" to the title (subject) $ post['post_title']= $ post['post_title'] . ' (via postie)'; return ($ post); } function auto_tag($ post) { // this function automatically inserts tags for a post $ my_tags=array('cooking', 'latex', 'wordpress'); foreach ($ my_tags as $ my_tag) { if (stripos($ post['post_content'], $ my_tag)!==false) array_push($ post['tags_input'], $ my_tag); } return ($ post); } function add_custom_field($ post) { //this function appends "(via postie)" to the title (subject) add_post_meta($ post['ID'], 'postie', 'postie'); return ($ post); } add_filter('postie_post', 'filter_title'); add_filter('postie_post', 'filter_content'); add_filter('postie_post', 'add_custom_field'); add_filter('postie_post', 'auto_tag'); ?>
Related projects:Wordpress Tdomf Plugin Fixing And More 2
"this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">http://appboy.com/ios/plus-tax-198118/ - with price, purchase link, and:
* Overview * Details * Screens * Reviews * Comments Additional Info (Added 12/4/2010 at 8:33 EST)...System Message: This is a reposting of project wordpress tdomf plugin fixing and more (1288509245). Wordpress Membership Plugin Integration
Hi,
I already have a site live and working fine, what i need is a membership plugin to be integrate. Plugin will take payment from members on monthly basis via paypal and members will have access to watch videos on the site or in the post. Easy work for wordpress experts. I have bought wordpress membership plugin "Wishlist member", and we can use that Thanks Wordpress Membership Plugin Integration
Hi,
I already have a site live and working fine, what i need is a membership plugin to be integrate. Plugin will take payment from members on monthly basis via paypal and members will have access to watch videos on the site or in the post. Easy work for wordpress experts. I have bought wordpress membership plugin "Wishlist member", and we can use that Thanks Wordpress Plugin Modify (simple) 2
anging couple of options in the script probably take experienced programmer 5mins to do. But if happy with the work will be needing more in the future
Budget for this is VERY small as its only 5-10mins work. pleas no high bids thank you Additional Info (Added 12/5/2010 at 16:56 EST)...System Message: This is a reposting of project Wordpress Plugin Modify (simple) (1291419850). Wordpress Plugin Article Fetcher And More 2Any outragous bids will be ignored, only bid if you can do this! I am looking for someone who is wanting a great review and more work after this one. Please add wordpress plugin in your bid so I know you read this! Additional Info (Added 11/9/2010 at 15:01 EST)...System Message: This is a reposting of project Wordpress Plugin Article Fetcher and More (1287608835). Wordpress Plugin Article Fetcher And More
http://www.articledashboard.com" target="extlink" rel="nofollow" style="text-decoration: none;color:#68778E" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">http://www.articledashboard.com
Any outragous bids will be ignored, only bid if you can do this! I am looking for someone who is wanting a great review and more work after this one. Please add wordpress plugin in your bid so I know you read this! Wordpress Wpdeals Plugin Payment Gateway
I need someone to create two new plugins to work with the wordpress WPDeals plugin. The new plugins would add Google Wallet and STRIPE payment gateways to the WPDeals Plugin functionality.
Customization of Wordpress Portfolio Plugin Featured Projects, identified by a
>
Additional information submitted: 09/02/2011 at 10:38 EDT: Here is the original plugin that will need to be customized: http://profolio.elionweb.com/ Wordpress Php Plugin Expert Needed To Extend Plugin 2
>
You will communicate with me via msn messenger throughout day with regular updates and issues. There is a bonus for good work and additional further work if this project is completed on time and to a very high quality. Additional Info (Added 4/11/2011 at 11:19 EST)...System Message: This is a reposting of project Wordpress PHP Plugin Expert Needed to Extend Plugin (1302340842). Upgrade And Debugging Of Wordpress Popup Plugin
er plugins, themes etc, and incompatibility with the latest versions of WordPress.
We need someone who is truly an expert in WordPress and WP plugin design to fix this plugin for us. You must be able to design/fix a complex plugin and recognize buggy code and errors in your sleep! ;) The plugin makes ample use of Ajax & JavaScript. We can make the existing code available to serious bidders (bona fide programmers), if that would help to estimate the bid. Wordpress Buddypress Plugin Develped
I need a custom Wordpress Buddypress plugin developed. Before you bid send me a message and I'll email you the link to the requirements. Also, when you bid provide me your Wordpress plugin development experience.
Wordpress Form Plugin
one would be a number to reference that form, a delete and edit buttons
4. When a form is made, I can go to my page and just insert it via a line of code i.e <-packageform-one-> or <-packageform-two--> then the form after i save that page would appear there nicely ready to be used by the customer, and after they fill it out and hit submit it goes to paypal where they pay and boom thats it. It uses my paypal email as to know where to send the form details as well. Wordpress Video Plugin
WordPress plugin to show video in a lightbox over the website
Integrating Wordpress Shipping Plugin Into Shopping Cart
'">http://wordpress.org/extend/plugins/wp-e-commerce-weightregion-shipping/
This shipping plugin only works on wordpress "STORE" I need a programmer to integrate this shipping plugin into wordpress "SHOPPING CART" I need this to be ready in 24 hours, if you dont understand what I am trying to say here please do not bid!!!! Only bid if you have the knowledge to do it! Please do not waste your time by bidding higher than my budget given!!! Wordpress Gallery Plugin (very Quick Job)Actually we have all photos set as single ones..i need a plugin that allows me to create different categoryes/albums. The layout of the gallery (thumb and preview) should be similar to current gallery we are using now. I find many plugins but i dont know which its the more suitable for me...also i dont have time to test all of them. If you are experienced with wordpress then you can easily help me on this task. If something isnt clear please write me on PMB Wordpress Voting Plugin Modification
ef="http://www.gdstarrating.com/" target="extlink" rel="nofollow" style="text-decoration: none;color:#68778E" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">http://www.gdstarrating.com/) and I have changed the thumbs up/down graphic to what I want it to be but it is displaying it much smaller than I would like it to be.
I need someone to edit the plugin (or whatever is needed) so my graphic can be displayed at full size. Wordpress Site/plugin
e
Heartrate/adrenaline (from 1-5) Town/area Category "for one","for two" Duration (in hours) The system should include a shopping cart module so the customer can buy the event/events and then checkout. Payment should be paypal and/or bank transfer. The bidder should offer both template design and plugin/programming, both with it's seperate price. Please contact us if any further information is needed. Happy bidding! Wordpress + Shopp Plugin Expert Required
uccessfully completed
using WordPress + the Shopp Plugin ONLY. Please DO NOT respond if you do not have demonstrable experience of configuring the Shopp plugin, we are quite skilled at installing and configuring Wordpress and a host of Wordpress plugins ourselves. What we have here is a specific requirement which should be quite straightforward to deliver for someone with the required experience. Thank you Wordpress Membership Plugin Integration
Hi,
I already have a site live and working fine, what i need is a membership plugin to be integrate. Plugin will take payment from members on monthly basis via paypal and members will have access to watch videos on the site or in the post. Easy work for wordpress experts. Wordpress Atom Plugin
Wordpress Plugin Requirements: PHP 5
1)Must Pull Full ATOM Feeds/ and Post Full ATOM feeds in Wordpress 2)ATOM feeds have basic HTTP Authentication requiring a login 3)Must be able to pull and post (5) sepereate feeds 4)Must be able to set the category of where to post the feeds 5)Must pull and post images from the ATOM feeds as well Currently viewed: "Wordpress postie plugin - modify filter [filterPostie.php]
"
|