1. Expire Never (guess this is covered with auto-unpublish "NO" setting)
2. Separate feed Title Field under the feeds settings. An option to make it the link name would be nice too. A lot of my feeds are Yahoo pipes and I have a bunch and can't recognized them until I actually go into the feed. The feed list would show the title to and make it way easier to recognize. ( I changed the $Item_link in Utilities.php to the following to temporarily fix it for me. (
$item_link = "<a href=".ampReplace($item->get_permalink())." target=\"_blank\">$iTitle"; )
3. The created date in the articles doesn't seem to be the newest for the day for some reason. I normally create 3 article on my own and then do the Feed2Post articles the ones I did first end up at top and the F2P ones below that but not lower than the previous day. To fix the order I go into each F2P created article and clear the created date and hit save. They then rise above the other articles on the front page where I want them or where they should go if posted by hand.
4.
This is a big one! - On the View Edit entries screen the ability to check off multiple feeds or all feeds and then have them all list out in a big long list when I hit the items button so I can individually check the ones I want. This would save a ton of time since I have like 30 feeds listed and have to go into each on after another and pick the articles out that I want. Doing the keywords and cron job is not acceptible for me, I want to be in control of what feed articles post.
5. Option to disable full text all together. I don't use it for these feed articles and it messes with my template. (I disabled it myself as mentioned in a previous Support post in the Utilities.php file)
6. A Field to change the text that comes before the link. ( I modified feedpost.php to read: "the rest of this article at:"
7. Option to enable/disable date/time field and advertisement and choose where they go in full text or IntroText (again I modified the feedpost.php to remove the date/time field and advertisement from full text. I know in the current version you can turn advertising on/off.
8. A field to change the Link target= Option. I modified the code again to make my open to "blank" vs. "child" the default. I want the links to open to a new tab or page on my site.
Thanks again Mario for listening! F2P is getting better than ever with each update and has the potential to be Awesome!
LM