fine tuning the public stream tag results
This commit is contained in:
parent
393cd46a82
commit
a806c68713
@ -31,7 +31,7 @@ class Pubtagcloud {
|
||||
|
||||
|
||||
|
||||
$limit = ((array_key_exists('limit', $arr)) ? intval($arr['limit']) : 50);
|
||||
$limit = ((array_key_exists('limit', $arr)) ? intval($arr['limit']) : 75);
|
||||
|
||||
return pubtagblock($net_firehose,$site_firehose, $limit, $trending);
|
||||
|
||||
|
@ -368,15 +368,6 @@ function pub_tagadelic($net,$site,$limit,$recent,$type) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function dir_tagadelic($count = 0, $hub = '') {
|
||||
|
||||
$count = intval($count);
|
||||
|
@ -1,5 +1,5 @@
|
||||
[region=aside]
|
||||
[widget=pubtagcloud][var=trending]15[/var][var=limit]20[/var][/widget]
|
||||
[widget=pubtagcloud][var=trending]8[/var][var=limit]20[/var][/widget]
|
||||
[widget=pubtagcloud][/widget]
|
||||
[/region]
|
||||
[region=right_aside]
|
||||
|
Reference in New Issue
Block a user