Plugins for unpublish item arrived at the set number of hits - Joomla! Forum - community, help and support
hi,
there many days try plugin allows me set maximum number of hits of item , suspend publication automatically.
if not exist, can pay development.
thanks in advance!
shakes
there many days try plugin allows me set maximum number of hits of item , suspend publication automatically.
if not exist, can pay development.
thanks in advance!
shakes
i curious application of this... can't think reason unpublishing article after x hits...
you can run sql statement on content table cron job...
maybe run once hour or so.
you can run sql statement on content table cron job...
code: select all
update `x__content` set `state` = '-2' `hits` > '150';
maybe run once hour or so.
Comments
Post a Comment