Zotlabs\Widget\Tagcloud
$r = tagadelic($uid, $count, '', '', $flags, 0, $type); // @FIXME this should use a template if($r) { Β Β $o = '<div class="tagblock widget"><h3>' Β Β Β Β Β Β . t('Tags') Β Β Β Β Β Β . '</h3><div class="tags" align="center">'; Β Β foreach($r as $rv) { Β Β Β Β Β Β $o .= '<span class="tag' . $rv[2] '">' Β Β Β Β Β Β Β Β Β Β . $rv[0] .' </span> ' Β Β Β Β Β Β Β Β Β Β . "\r\n"; Β Β } Β Β $o .= '</div></div>'; } return $o;
@FIXME
themename/widget
Zotlabs\Widget
Zotlabs\Widget\Tagcloud_wall
return wtagblock(\App::$profile['profile_uid'], $limit, '', Β Β \App::$profile['channel_hash'], 'wall');
wtagblock()
include/taxonomy.php
view/tpl/posted_date_widget.tpl
Zotlabs/Widget/Archive.php
archive - date range selector for network and channel pagesargs: 'wall' - 1 or 0, limit to wall posts or network/matrix posts (default)
args: 'wall' - 1 or 0, limit to wall posts or network/matrix posts (default)
[widget=archive] [var=wall]1[/var][/widget]
network/matrix posts
articles
wall