come nella pagina viewonline.php
pensavo che la modifica fosse a livello di viewonline.html da cui bastava copiare il codice per poi metterlo nel mio tabbedpanel_body.html ed il gioco era fatto, ma poi sono andato a vedere la modifica per aggiungere tapatalk al forum e l'unico file toccato è viewonline.php così:
Find
Tip: This may be a partial find and not the whole line.
Codice: Seleziona tutto
preg_match('#^([a-z0-9/_-]+)#i', $row['session_page'], $on_page);
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Codice: Seleziona tutto
//start taptalk hook
if(file_exists($phpbb_root_path.(!empty($config['tapatalkdir']) ? $config['tapatalkdir'] : 'mobiquo').'/hook/online_hook.php'))
{
include $phpbb_root_path.(!empty($config['tapatalkdir']) ? $config['tapatalkdir'] : 'mobiquo').'/hook/online_hook.php';
}
//end tapatalk hook