anmol dubey
Member
Hello All,
I have a forum where i record the user external click information via an redirect script. (Is there a better way to record the external click information?)
I Store this information in an external database (non-xenforo) table - ClickHistory.
What I am trying to achieve:
Requirement 1: Add a tab or menu item in user menu - Something similar to below
Requirement 2 :
When the user clicks on above menu item he should be displayed all his click information by firing a select query to external database
Many Thanks
Anmol
I have a forum where i record the user external click information via an redirect script. (Is there a better way to record the external click information?)
I Store this information in an external database (non-xenforo) table - ClickHistory.
What I am trying to achieve:
Requirement 1: Add a tab or menu item in user menu - Something similar to below
Requirement 2 :
When the user clicks on above menu item he should be displayed all his click information by firing a select query to external database
- Connect to external db
- fire select query - select click details where user id = '';
- Retrieve and display with pagenation
Many Thanks
Anmol