Help with VERY SIMPLE custom code
Posted: Mon Mar 10, 2008 2:36 pm
Hi,
I'd like to insert a very simple custom code in banners position of my site, if anyone is good with Joomla coding, perhaps you could give me a hand :
General code objective:
If a banner is clicked and if the user is a registered member, the code should record the ArtBanners banner ID, username and other additionnal information. The output should be saved in a csv file (one line per record)
Here's the Pseudocode:
If banner clicked then
{
Record Banner ID
If user is a member
{
Record username
Record user's gender (from CB)
Record user's IP (to identify the user's country of origin)
Record date & time of click
}
}
Append all recorded info in csv file
I'd like to insert a very simple custom code in banners position of my site, if anyone is good with Joomla coding, perhaps you could give me a hand :
General code objective:
If a banner is clicked and if the user is a registered member, the code should record the ArtBanners banner ID, username and other additionnal information. The output should be saved in a csv file (one line per record)
Here's the Pseudocode:
If banner clicked then
{
Record Banner ID
If user is a member
{
Record username
Record user's gender (from CB)
Record user's IP (to identify the user's country of origin)
Record date & time of click
}
}
Append all recorded info in csv file