I wanted to install XThreads and GoMobile but I notice that XThreads messes up the GoMobile template. Is there any way round this? Maybe disabling XThreads when viewed on mobiles?
(03-31-2011 12:09 AM)Eddy Wrote: [ -> ]I wanted to install XThreads and GoMobile but I notice that XThreads messes up the GoMobile template.
If you're referring to the automatic template edits it performs during install, there is a switch where you can permanently disable XThreads automatic template edits. If you want to enable it and you haven't installed XThreads yet, open up inc/xthreads/xt_install.php, find the line
PHP Code:
@define('XTHREADS_MODIFY_TEMPLATES', true);
|
and change the value to false.
If it's already installed, deactivate the plugin (to revert all automatic edits), open up cache/xthreads.php, find the line:
PHP Code:
define('XTHREADS_MODIFY_TEMPLATES', true);
|
and change true to false. Reactivate the plugin afterwards.