External link click count in joomla - Joomla! Forum - community, help and support
hi every one, have created 1 custom html module, in module have given 1 link open pdf file. want find number of hits link.
thanks in advance, using joomla 2.5
thanks in advance, using joomla 2.5
you should create custom component well.
once clicks link, don't link directly pdf-file, unique url containing component.
for example: /index.php?option=com_pdfloader&cid=12
that way can store stuff in database throug component.
once stored (the hit), can serve file user.
once clicks link, don't link directly pdf-file, unique url containing component.
for example: /index.php?option=com_pdfloader&cid=12
that way can store stuff in database throug component.
once stored (the hit), can serve file user.
Comments
Post a Comment