Question,
Before adding DB Optimize to my site I had the following in my config.php file.
The info there is as follows:
$config['cache'] = array(
'enabled' => true,
'frontend' => 'Core',
'frontendOptions' => array(
'caching' => true...
Hi!
As part of a mobile theme I have some logic in plugin form that determines whether a user comes from a mobile device and then shows the mobile theme (instead of the desktop version).
if (!$vbulletin->options['forumops_mobile_groups'] or
is_member_of($vbulletin->userinfo, explode(','...
hi
I'm getting problem after this upgrade. First, i had to translate all lang variables again, but the most important it's that on postbit i've got problems with "<vb:if condition="$actions">" that it's always true
You can see it here
http://i60.tinypic.com/2wqy7ug.jpg
I am trying to make the Enlarge function persistent using cookies and javascript.
I have modified the body statement in the dbtech_gallery template to:
<body onload="DBTech_Gallery.check_enlarge();">
I have also modified/added some code to gallery.js...