BF
Forum Replies Created
-
Forum: Plugins
In reply to: [AWE] Where are the new post?This works a bit different than it might be expected. Reblogged items go into a new feed at example.com/update/ or example.com/?awefeed=rss2 and can be added to the front of the website with a widget from the Appearance tab.
Forum: Plugins
In reply to: [AWE] Where are the new post?Please make sure to have the most recent version, there was a problem with a database table not being created because of the length of the primary key. This could be the situation, let me know if this fixes the problem.
Check to make sure that tables exist in the database:
wp_reader_posts
wp_reader_sources
wp_reader_source_relationshipsFor more information about the database:
http://aweplanet.com/braydon/2013/04/tuning-the-awe-feed-reader-and-publisher-for-speed/Also if you have Firebug installed in your browser, or another developer tool, you can view the AJAX calls that are being made to see the status and response for each feed. Make sure there are no errors.
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] How to delete a source?Hi Teresa_Lo,
After version 0.5.0 the database that stored the posts has been updated from being stored in the wp_posts table [1] with a post_type=”update” into a new table wp_reader_posts [2] created by this plugin.
So there is a foreign key relationship between a source and all the posts of that source to delete and/or trash articles. The current way to do this is manually in SQL…..
[1] http://codex.ww.wp.xz.cn/Database_Description
[2] http://aweplanet.com/braydon/2013/04/tuning-the-awe-feed-reader-and-publisher-for-speed/-Braydon
Forum: Plugins
In reply to: [AWE] Nonexistent /update/, widget shows title of reblogs.Are pretty permalinks enabled with a .htaccess? The urls for the feed would instead be:
index.php?awefeed=rss2
index.php?awefeed=atom
index.php?awefeed=rdf
index.php?awefeed=rssForum: Plugins
In reply to: [AWE] [Plugin: AWE] How to delete a source?Okay, just added a new commit in version 0.4.4 that the user option for posts in the rss feed changes the /update/ number of posts also!
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] How to delete a source?1. There isn’t a user interface to delete sources from the list currently, since this would mean also deleting a lot of posts. To which there should be an intermediate step, so that deleting could be undone if it was a mistake, and then possible to delete permanently, similar to the behavior elsewhere in WordPress.
2. The feed currently has a hardcoded number set at 20, and I’ll have this change to the number of posts per page that is set in WordPress Reading settings.
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] Administration dont work when i activate this plugin!Can you describe this more?
Do you mean the admin menu isn’t showing up. There was some code that disabled the front-end admin bar, but that has been recently removed and the adminbar should appear again.
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] permalinksThat shouldn’t be there anymore, will be fixed, since it will work without pretty permalinks now.
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] How do you show text of page on your siteShowing the full post requires a custom theme that works with an “update” post type. I’ve been working on a theme that can be extended by plugins with new templates for other posts types, to work that out. It’s under development at http://code.aweplanet.com/p/awebook/source/tree/master/ Give it a try, AWE should automatically add templates to the theme if it is available.
Removing news sources, in some way, will be coming in an update soon!
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] Easier Subscription?Just committed an update 0.2.8, that added a box to enter a url to add a websites feed. It uses the autodiscover feature from SimplePie, similar to Lilina ( http://getlilina.org/ ), thanks!
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] Ostatus Integration?Just took a look at the OStatus plugin, and I’m getting a bunch of errors, and it has a lot of dependencies. I’ve been considering OAuth, OpenID though I’ve forgotten about OStatus.
Right now, the focus is going to primarily on getting feeds to work rock solid, and streamlining that process. Nearly all websites already publishing feeds, so it takes priority.
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] Ostatus Integration?Chances are very likely. I’ll take a look at these.
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] Easier Subscription?Sounds like a good idea, one field would be good since the rest of the info can be pulled from there. I’ve also been thinking about having a way to import from existing feed readers.
Forum: Plugins
In reply to: [AWE] [Plugin: AWE] Use standard templates?I’ve just changed this to use standard templating. That aspect will be revisited in another plugin sometime later. The next version of WordPress (3.4) is focusing on improving their Appearance to make it easier to get sites customized.
Forum: Plugins
In reply to: Video for EverybodyI have written a plug-in, Univers Video Plugin, that is using Video for Everybody, in addition to custom Flash and JavaScript HTML 5 Video controls that mimic the Firefox default controls. It also has the ability to be embed onto other sites, and handles converting the video on the server to the necessary sizes and codecs using ffmpeg.