![]() |
i have installed, done all the stuff described in 'notes' and it doest work
my vb is suite 4+ |
Here's a fix for mobile-suite working
Write a new plugin https://vborg.vbsupport.ru/external/2012/02/25.png Here's the code NOTICE: Replace YOURSTYLEIDHERE Code:
if ($styleid == YOURSTYLEIDHERE){ |
I installed the Mobile style and I think this has caused a problem with this mod. The funny thing is though, when I switched on the HTML Template comments via the Settings it fixed the issue by putting in a malformed 'list' tag.
Anyone else experienced this? I'm using 4.1.10. Addition: I've just copied and pasted TiKu's updated version and now it appears to have fixed the display issue when HTML Comments were enabled so thanks for the fix TiKu!! :) Just to add that now the opposite happens whereby with HTML Comments active this mod appears to experience a problem though it's not much of an issue now. |
Hi, I've had this installed for a while now on my forum and it's currently using the latest version. I just started using IE again and noticed that the lists are showing in 1 column instead of 2 in IE. It shows up fine in Firefox though. Any help on fixing this? Forum is www.xbox360clans.net/forum.php
|
I will try
|
Is anyone using this add-on with VB 4.1.11? After upgrading to VB 4.1.11, my FORUMHOME is totally broken and I'm unsure whether it's caused by my modifications to this add-on. I only know that disabling the add-on fixes the problem.
|
no issues here on 4.1.11.
|
Found it. It's a problem in the add-on, but the consequences are only visible with my modifications.
The real problem is that the add-on compares the template version with this code: Code:
$vbulletin->options['templateversion'] >= '4.1.8' |
To fix the problem, add this code to MN hook:
Code:
if (!function_exists('vsa_CompareVersions')) Code:
if ($vbulletin->options['templateversion'] >= '4.1.8') Code:
$templateVerIsOlderThan418 = (vsa_CompareVersions($vbulletin->options['templateversion'], '4.1.8') > 0); |
How to disable in defoult mobile vbulletin?
Thanks |
All times are GMT. The time now is 10:17 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|