Search found 6 matches

by edward_cox
Fri Jan 25, 2008 1:58 am
Forum: Joombie Coding Q/A
Topic: J! 1.0.13 Login and Logout 'logging' Question
Replies: 3
Views: 607

Re: J! 1.0.13 Login and Logout 'logging' Question

Hi Sean, as I had to get this done in a rush I ended up with a hack solution. The Community Builder (CB) comprofiler.php code was my answer and specifically allowed me to trap a user login and logout (except for a session timeout) writing the data to a new table. If it's of any use to you I would be...
by edward_cox
Wed Jan 23, 2008 5:41 am
Forum: Joomla! Coding 101
Topic: How to 'trap' an expired session in J! 1.0.13?
Replies: 0
Views: 280

How to 'trap' an expired session in J! 1.0.13?

Hello All, I would like to be able to trap an expired user session in Joomla 1.0.13. What I mean is that when a user leaves a session open, walks away from the PC, and tries to access the site they are forced to Login again - which is fine, but as this is 'similar' to a user logout I would like to r...
by edward_cox
Tue Jan 22, 2008 10:44 pm
Forum: Joombie Coding Q/A
Topic: J! 1.0.13 Login and Logout 'logging' Question
Replies: 3
Views: 607

J! 1.0.13 Login and Logout 'logging' Question

Hello All, I need to be able to record the Date/Time that a registered user logs in and out of Joomla (along with some other details such as Name). I know that there is a field 'lastvisitDate' that effectively is the login Date/Time, but I need to trap the logout Date/Time as well. Can someone pleas...
by edward_cox
Tue Jan 22, 2008 1:10 am
Forum: Joombie Coding Q/A
Topic: J! 1.0.13 and Mambots/Plugins and Event Lists?
Replies: 0
Views: 356

J! 1.0.13 and Mambots/Plugins and Event Lists?

Hello All, I am trying to develop a few Mambots/Plugins for J! 1.0.13 and I would like the bot to be triggered upon successful Login of a Registered user. As per the online Help section for Developers.. There are currently five documented event triggers for mambots:     * onPrepareContent ...
by edward_cox
Sun Jan 20, 2008 11:55 pm
Forum: Joombie Coding Q/A
Topic: Do something when the user logs in
Replies: 2
Views: 982

Re: Do something when the user logs in

Hello Arne, did you receive any responses to your query? I am looking to do something similar (recording logindate and logoutdate to a new table for each user id login) and am lost for examples or pointers. In fact I can't event locate the code for mosMainFrame::login to see where Joomla actual iden...
by edward_cox
Thu Oct 11, 2007 2:36 am
Forum: Joomla! Coding 101
Topic: Newb looking to write a Bot/Extension to connect/query MSSQL
Replies: 0
Views: 406

Newb looking to write a Bot/Extension to connect/query MSSQL

Hi Kind People,

As a newb Joomla developer I am seeking some example code to use in an Extension/Component/etc to allow me to connect to and query a MSSQL database perferable via ODBC or direct.

Any snippets / redirects would be most welcome and appreciated.

Thank you in anticipation,

Ed Cox.