Arsalan Shah
3 years ago
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
Arsalan Shah
Replied 1 month ago
Added french and german
Eric redegeld
Replied 12 months ago
Resume, if you want to have an module present in Dashboard, you have to alter the code from the module?
add plugins/default/gadgets
registered the gadget in ossn_com.php
Correct
Arsalan Shah
Replied 2 years ago
Because you need dashboard component
Dominik L
Replied 2 years ago
I installed it but there is no "Dashboard" tab appearing like in video, in GoBlue Theme
Am I doing something wrong?
Eric redegeld
Replied 2 years ago
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
Eric redegeld
Replied 2 years ago
wow, great
|added 'Latest Blogs' gadget
i look in to it to add more in the gadget section
Michael Zülsdorff
Replied 2 years ago
Blog 7.2 includes an example gadget "Latest Blogs" now.
What I did:
plugins/default/gadgets
ossn_com.php
Eric redegeld
Replied 2 years ago
Hi, is there an tutorial present, or option to add more items in to dashboard for the users.
Blog, Group, Stories etc
regards
Eric
Anton Paradise
Replied 3 years ago
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!
Dominik L
Replied 3 years ago
It worked, thanks