Pagina 1 din 1
Se poate schimba Activity stats mod?
Scris: 22-Iun-2013, 17:38:51
de andy4287
Salut, se poate schimba modul activity stats mod ? Adica ma refer sa fie activitatea acum 48 de ore, in loc de 24 h.
Daca da, cum ?
Re: Se poate schimba Activity stats mod?
Scris: 25-Iun-2013, 21:59:01
de andy4287
UP
Re: Se poate schimba Activity stats mod?
Scris: 26-Iun-2013, 17:15:54
de Ivan Petre Paul
Da. Deschide fișierul functions_activity_stats.php din includes/, caută valoarea 86400 (care reprezintă 24 de ore în secunde) și dubleaz-o (172800). Mai ușor, înlocuiește
Cod: Selectaţi tot
'WHERE' => 'u.user_lastvisit > ' . (time() - 86400) . ' OR s.session_user_id <> ' . ANONYMOUS,
cu
Cod: Selectaţi tot
'WHERE' => 'u.user_lastvisit > ' . (time() - 172800) . ' OR s.session_user_id <> ' . ANONYMOUS,
și
cu
Mutat din 3.0.x Cum pot să...?
Re: Se poate schimba Activity stats mod?
Scris: 01-Iul-2013, 13:22:34
de andy4287
Erroare:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4717: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions_activity_stats.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4719: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions_activity_stats.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4720: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions_activity_stats.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4721: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions_activity_stats.php:1)
Re: Se poate schimba Activity stats mod?
Scris: 01-Iul-2013, 14:04:18
de Anișor
Re: Se poate schimba Activity stats mod?
Scris: 02-Iul-2013, 12:25:19
de andy4287
Nu exista niciun spatiu sau o linie.
Re: Se poate schimba Activity stats mod?
Scris: 04-Aug-2013, 15:49:24
de Ivan Petre Paul
andy4287 scrie:Nu exista niciun spatiu sau o linie.
Atunci
knowledge/kb_show.php?id=196.