Stop UserLastVisit field update - Joomla! Forum - community, help and support


hi all,

i want stop update latvisitdate field when user clicks on logout button in site. can please can stop field update?

thanks
sateesh

when ask help, should give joomla version.
if using joomla 2.5, edit file plugins/user/joomla/joomla.php ,

code: select all

public function onuserlogout($user, $options = array()){
...
$my->setlastvisit();
...
}

comment line out.

code: select all

public function onuserlogout($user, $options = array()){
...
//$my->setlastvisit();
...
}





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support