• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Tapatalk - XenForo support (iPhone, iPad, Android, BlackBerry, Windows Phone 7, webOS, Nokia app)

Status
Not open for further replies.
Just upgraded.
@Andy.N - thanks for the information. I don't have the app on my smartphone, so I would have never known.. :oops:
 
Sweet! I never knew how to turn on the debug. Thanks, man!

One thing about debug...you should only turn it on for yourself.

example:

if ($_SERVER['REMOTE_ADDR'] == '85.215.58.6') {
$config['debug'] = 'true';
}

Leaving debug mode on for your users creates a lot of overhead and additional queries.

Replace 85.215.58.6 with your IP address.
 
Apparently the popup should only appear once a month. I was getting it every page load and had to disable.
 
Status
Not open for further replies.
Top Bottom