rioloft
Forum Replies Created
-
Forum: Plugins
In reply to: A plugin to let users create lists of posts they recommend to others?Via Email > we are almost ready to Deploy.
Your other idea can be interesting too. I was thinking something similar. Maybe in the future. It’s rather easy.
Forum: Plugins
In reply to: [My Posts List with Offline Browsing] Theme Conflcitsorry Scotm, it seems to me too :(, plus, regarding the logged in feature, it works as expected and explained in the settings panel. Maybe you want only the logged in users to be able to build a list? This is an intelligent suggestion, will consider for the next release. We are working under the hood….
Forum: Plugins
In reply to: [My Posts List with Offline Browsing] Hide from Certain Pagesof course. If your theme is well coded it is absolutely trivial. You need to build something like this example code and add it to your theme’s css file.
#post-id-XXX .add-to-post-list {display:none}
just adapt the #post-id-XXX to the right selector used in your theme. I can help you out as you’re the first to ask this question that should be a FAQ 🙂
Just tell me the page/post URL
Forum: Plugins
In reply to: [My Posts List with Offline Browsing] base64Thanks a lot Jan to help me out while I was offline! It’s for the necessary add to iPhone icon jquery magic thanks to matteo spinelli.
Forum: Plugins
In reply to: [My Posts List with Offline Browsing] Theme ConflcitTry with Firefox + Firebug and open the CONSOLE tab, if you didn’t yet
Forum: Plugins
In reply to: [My Posts List with Offline Browsing] Theme Conflcitis the conflict javascript-related in your opinion?
of course, but I feat it’s better for the system administrator to be able to decide that – I fear it would be “too much” to ask the user!
Cool. I’ll consider that!
correct. You need to set a featured image. I did this on purpose otherwise it’s impossible to build an offline app for a big site – too many images = never cache everything = never be able to fully operate offline. For the PDF….I might change my mind, in that case I might add an option to use all images. What do you think?
did you set THE FEATURED IMAGE for every post?
Now which could be the most useful feature to implement?
Maybe sending the post list to a friend?
Forum: Plugins
In reply to: A plugin to let users create lists of posts they recommend to others?well, it can handle as many lists as you want.
Lists are saved in the user browser.
Then, they get a comma separated list of post IDs if you see what happens when downloading the PDF or generating the offline app (watch the URL and you’ll get it).
It’s cool with an iphone because it will let the user automatically add the post list as an app, and after the first loading you will be able to browse offline too, given that you configured your htaccess properly.But what you would love, is just to send the list via email, right?
Forum: Plugins
In reply to: A plugin to let users create lists of posts they recommend to others?Forum: Plugins
In reply to: A plugin to let users create lists of posts they recommend to others?right now the email feature is not active yet, but super trivial to implement.
Forum: Plugins
In reply to: A plugin to let users create lists of posts they recommend to others?We had the same need and coded a plugin. We may release it very soon. Have a look at how it behaves on our Rio Guide:
http://www.rioloft.com/rio-guide/The user can add posts to a list, and then:
– it will be remembered for many days via html5 storage
– he can download in PDF or Google Docs
– He can download a dynamic mobile-ready, offline ready web application on the fly.
Please let me know if you want to be my beta testers.