Hits Field
I would like to have the possibility to create a hits field.
Please Log in or Create an account to join the conversation.
Hi Juanjo!
Let's see if this has other interested users and we will consider it.
By the way, hits counter also uses to count spiders, crawlers, bots and all sorts of spam traffic. It's not really a reliable number.
Regards,
Andrés.
Andrés Maeso
Customer relations manager at Joomla Component Creator.
This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
"hits" is a reserved field in Joomla that doesn't take much to add. I believe you just need the "hits" field in the database and everything else is automatic since it's a "reserved database name". You can read more on the joomla JTable instruction page
docs.joomla.org/Using_the_JTable_class
and the JTable API page
api.joomla.org/cms-3/classes/JTable.html
(note: I rewrote the JTable instruction page for J3+ from the information I was able to piece together. It's mostly accurate but I don't think anyone with significant Joomla programming experience has reviewed the information.)
Please Log in or Create an account to join the conversation.