Design a custom layouts using different gadgets available. You can drag and drop into into different sections. Sort them into different order. Documentation will be available soon for developers for Gadget component usage for creating new layouts.
Example for this is https://www.opensource-socialnetwork.org/component/view/6252/dashboard
Because you need dashboard component
I installed it but there is no "Dashboard" tab appearing like in video, in GoBlue Theme
Am I doing something wrong?
First, this is really great and wish from users.
I love gadget and want to transform this to kind of collections.
Place where the user can find al his.here added postings(images, blog, forum etc)
Is this possible?
And looking to this line
if ($blogs) {
foreach ($blogs as $item) {
echo ossn_plugin_view('blog/list/all_blogs_item', array('item' => $item));
}
}
Now for all blog items.
if i want to set this to user post view only, am i on the right track to change this to
echo ossn_site_url("blog/view/{$preview->guid}");?>"><i><?php echo ossn_print('com:blog:wall:post:view:complete')
Reason with an growing site and post user must scroll and scroll and with gadget(collections) they get on place with all there own postings
regards
Eric
wow, great
|added 'Latest Blogs' gadget
i look in to it to add more in the gadget section
Blog 7.2 includes an example gadget "Latest Blogs" now.
What I did:
plugins/default/gadgets
ossn_com.php
Hi, is there an tutorial present, or option to add more items in to dashboard for the users.
Blog, Group, Stories etc
regards
Eric
I put a 5 star on this because you could drag RSS News Feeds from different sites into any place on your site like groups, pages and so on ;)) good idea!
It worked, thanks
Replace components/Gadgets/ossn_com.php
file manually
Cannot update, it shows the component is already installed