Article Hits thousands separator - Joomla! Forum - community, help and support
if have article hits activated , have thousands separator in hits number, how do that?
is possible?
is possible?
hi. use existing plugin (too lazy make 1 myself)
that has oncontentbeforedisplay function.
and add line inside
voila.
that has oncontentbeforedisplay function.
and add line inside
code: select all
$article->hits = number_format($article->hits,0,"",".");voila.
Comments
Post a Comment