I want to provide feedapi user interface on 'My account' page. 'quick create' block has already been provided but listing one have not been.
I configure to display 'quick create' block on 'content' pane and to display only on 'user/*'.
I try to modify feedapi 6.x-1.5 also to provide listing parent node as a block.
Please find a attachment. This dirty hack make FeedAPI block to provide listing as same as 'quick create'.
* background
I provide 'create blog by RSS' content type to my users. User can provide their blog's RSS into there, site generate 'blog' type items by feedapi_node.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | feedapi_block.diff | 2.9 KB | miurahr |
| feedapi_block.diff | 2.55 KB | miurahr |
Comments
Comment #1
miurahr commentedupdated the patch.
-show the user's feed when user/* page displayed. otherwise show login users feed.
-show quick box when user/*/edit which is login user's one displayed. otherwise show it according global setting.
Second feature may be able to control through block configuration... but needed such feature.