You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your awesome Lifestream Plugin !
Did you plan to upgrade the plugin in the WordPress repository, or do I have to download the latest version here ?
Is http://wordpress.org/extend/plugins/lifestream-update/ the new and good link ?
//
I've seen that the plugin create a custom post_type 'lsevent' for each event imported.
The code who register the post_type is located in inc/core.php line 648 :
But, the problem is that all 'lsevent' post_types are empty (they don't have content), so for the moment it's useless to query them.
So, my question is : How can I do do allow the plugin to import the events contents in the post_types ? The content can be included in the content box and in the title...
With this way of thinking, we will be able to categorize events, for exemple query all events (google reader, tweets...) relative to "WordPress" subject (by tagging evnts with the "WordPress" tag. Usefull !
Thanks a lot for your advices.
Anthony (from Paris)
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for your awesome Lifestream Plugin !
Did you plan to upgrade the plugin in the WordPress repository, or do I have to download the latest version here ?
Is http://wordpress.org/extend/plugins/lifestream-update/ the new and good link ?
//
I've seen that the plugin create a custom post_type 'lsevent' for each event imported.
The code who register the post_type is located in inc/core.php line 648 :
Then, the function who create a post_type for each event is located line 1977 :
So, my goal is to extend the possibilities of the plugin by using custom post_types capabilities : post edit, tags, categories, thumbnails...
I'm able to show 'lsevent' post_types in WP Admin with this code (replacing yours) :
But, the problem is that all 'lsevent' post_types are empty (they don't have content), so for the moment it's useless to query them.
So, my question is : How can I do do allow the plugin to import the events contents in the post_types ? The content can be included in the content box and in the title...
With this way of thinking, we will be able to categorize events, for exemple query all events (google reader, tweets...) relative to "WordPress" subject (by tagging evnts with the "WordPress" tag. Usefull !
Thanks a lot for your advices.
Anthony (from Paris)
The text was updated successfully, but these errors were encountered: