• User Attivo

    Come inserire l'opzione Cancella Cookie in MyBB

    Ecco come aggiungere il codice nel vostro MyBB, per poter cancellare velocemente i cookie:

    entrare nel pannello di amministrazione-->Tempale & Temi-->Template-->Tuo Template-->Index Page Template-->index_boardstats e cercare

    **<a *href=*"stats.php">**{$lang->forumstats}**</a>**
    ```quindi subito dopo aggiungere
    
    

    <a href="{$mybb->settings['bburl']}/misc.php?action=clearcookies&key={$mybb->user['logoutkey']}">Cancella Cookie</a>

    ***
    Screenshot:
    
    ***![image](http://i42.tinypic.com/mwfj7s.jpg)