LifePress
LifePress copied to clipboard
LifePress is an open source self-hosted lifestreaming platform built on the CodeIgniter PHP framework.
Would be great if users had the ability to filter items based on multiple tags. So, user could see all posts tagged with 'science' and 'technology' simultaneously.
This happened today after a cronjob fetch, any ideas what it means: ``` Severity: Notice Message: unserialize() [function.unserialize]: Error at offset 19 of 63 bytes Filename: models/item_model.php Line Number: 78...
Curl Error
I'm testing the application on my personal website stanwarri.com and i got this error when trying to add twitter feed cURL error 28: connect() timed out! What do you think...
I'd love an option for users to sort items based on multiple options. At the moment, only tags and the search function can be used to sort items. I imagine...
Hello I wrote a plugin for Foursquare (on Sweetcron) that pulls latitude and logitude information from the feed and outputs a relevant Google map as the image background. I was...
I would like to have the ability to change the URL of an item in admin (although this can be done through MySql pretty easily). I actually managed to make...
This will fix a lot of issues like `` and `` not rendering properly in admin/frontend. A lot of popular projects have started using normalize.css like html5boilerplate and twitter's bootstrap....
Currently the twitter plugin sets the item content to empty, we should stop doing that. Twitter themes should use the content as the tweet, not the title tag. Since previously...
- If the db migrations are not up to date, it should show a notification on the /admin page and when you click on it you will be taken to...
Currently there is no meta description. We can use the item content, strip html and truncate it to the proper length. Also an img_src should be included if a post...