<?php elgg_load_library("elgg:gvwidgets"); show_my_stuff_widget($vars['entity'], 'blog');
<?php elgg_load_library("elgg:gvwidgets"); show_my_stuff_widget($vars['entity'], 'groupforumtopic', '', false);
<?php elgg_load_library("elgg:gvwidgets"); show_my_stuff_widget($vars['entity'], 'thewire');
<?php elgg_load_library("elgg:gvwidgets"); show_my_stuff_widget($vars['entity'], 'poll', 'polls');
<?php elgg_load_library("elgg:gvwidgets"); if (elgg_is_active_plugin("etherpad") && elgg_get_plugin_setting("integrate_in_pages", "etherpad") == "yes") { show_my_stuff_widget($vars['entity'], array('page', 'page_top', 'etherpad', 'subpad'), 'pages'); } else { show_my_stuff_widget($vars['entity'], array('page', 'page_top'), 'pages'); }
<?php elgg_load_library("elgg:gvwidgets"); show_my_stuff_widget($vars['entity'], 'question', 'questions');
<?php elgg_load_library("elgg:gvwidgets"); show_my_stuff_widget($vars['entity'], 'file');