-
Page index.php?page=tags raize exception divizion by zero.
I change file core.advanced.php
$max = max($array);
if($max){
foreach($array as $title => $count) {
$output[] = array('size' => intval(8 + ($count / $max) * 18) . 'pt', 'title' => $title, 'count' => $count);
}
}.
2008-11-21 12:29:49 UTC by kirillkr
-
source\core\core.advanced.php
+48
case 'bbcode':
$result .= "[url=\"$image_page_url\"][img]".$image_thumb_url."[/img][/url]\n";
$result .= "[b][url=\"$image_page_url\"]".$image_title."[/url][/b]\n";
if(!empty($imagedata['tags'])) $result .= __('Tags') . ": $image_tags_urls";
break;
source\locales\ru.php
+155
$lang['strings']['Simple bbcode code'] = 'Простой...
2008-11-21 11:32:40 UTC by kirillkr
-
Can you generate bbcode for forums?.
2008-11-21 10:14:43 UTC by kirillkr
-
druidvav committed revision 189 to the PikaTeka SVN repository, changing 5 files.
2007-06-07 20:07:54 UTC by druidvav
-
druidvav committed revision 188 to the PikaTeka SVN repository, changing 10 files.
2007-06-07 11:33:36 UTC by druidvav
-
druidvav committed revision 187 to the PikaTeka SVN repository, changing 11 files.
2007-06-07 08:07:20 UTC by druidvav
-
druidvav committed revision 186 to the PikaTeka SVN repository, changing 15 files.
2007-06-07 08:03:58 UTC by druidvav
-
druidvav committed revision 185 to the PikaTeka SVN repository, changing 3 files.
2007-06-06 20:07:23 UTC by druidvav
-
druidvav committed revision 184 to the PikaTeka SVN repository, changing 26 files.
2007-06-06 20:05:51 UTC by druidvav
-
druidvav committed revision 183 to the PikaTeka SVN repository, changing 49 files.
2007-06-02 18:55:34 UTC by druidvav