![]() |
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 |
It would be nice for Valter to make an update with this code. Thanks
|
Quote:
http://php.net/manual/en/function.version-compare.php You just need to replace the old IF conditions with this: Code:
if (version_compare($vbulletin->options['templateversion'], '4.1.8', 'ge')) Working good for me on 4.1.11 with this change. :up: |
v3.1.4 - Apr 01. 2012.
-New Option: Exclude styles -New Option: Exclude forums -Fixed some style issues To upgrade: -Import XML, allow overwrite |
What does CSS 1- Main suppose to control? It doesn't matter what I enter in this option nothing seems to change.
|
Thanks for the update!
|
Thanks........
|
Quote:
I want to disable the product ‘VSa – Sub-Forum Manager’ for styleid=14 so I created a new plugin like this: goto your :- http://www.yourdomain.com/admincp/plugin.php?do=add Product: VSa - Sub-Forum-Manager Hook: style_fetch Title: Disable VSa – Sub-Forum Manager For DefaultMobileStyle Order: 1 PHP Code: if ($styleid == 14){ $vbulletin->options['vsasfm_enable'] = 0; } Active plugin: YES you will need to place your default Mobile Style id where i put 14! |
Quote:
Seems like Valter integrated this fix and the feature to disable the add-on on a per-forum basis into version 3.1.4. :up: |
Quote:
|
oh well never mind lol.
|
One thing I did notice, is that when you have "ADD TEMPLATE NAME IN HTML COMMENTS", it actually obscures the first entry. So in two column format, it only shows the first entry on the first line. The second line contains the 2nd and 3rd entries, and so on. Disabling HTML comments fixes this, but since I do alot of work on my forums, i have it on from time to time. Would be nice if this mod didnt mess up the layout when using the html comments feature.
|
IMHO it would be better if this mod would sort 4 subforums into to subforums per column (if there are two columns). Today, with two columns and 4 subforums, three subforums are listed in the left column, and one in the right column.
|
1 Attachment(s)
I have a problem with vbulletin mobile style when setting 2 columns with 3 subforum (see in attach), how can I fix this?
|
Please add an option to show the last post in that category/subforums
|
exportforce, you may wish to try this one:
https://vborg.vbsupport.ru/showthread.php?t=239944 haidm, exclude Mobile style in product options. |
i've got a question. i wan't my forum in exactly in this style like this here: http://www.xbox360achievements.org/forum/index.php
but my forum looks so: http://forum.insidegames.ch/ their is no collapsebel. How can i rebuild my forum like xbox360achievements forum? |
This looks like a great mod, but I am having an issue.
On one forum I have two subforums. The settings are set to two columns, however, there is only one column under this forum, listing two subforums. Secondly, I have another forum with eight subforums. The problem is that column 1 has five subforums and column 2 has three, making it look odd. See here: https://imgur.com/UUg9j What might cause this? |
I have version VSa - Sub-Forum Manager 3.1.3, as I update to latest version?
Thanks before hand. |
Not valid xhtml in version 3.1.4.
PHP Code:
PHP Code:
and PHP Code:
PHP Code:
|
Valter, maybe:
PHP Code:
replace: PHP Code:
and HTML Code:
<setting varname="vsasfm_csstable" displayorder="30"> replace: HTML Code:
<setting varname="vsasfm_csstable" displayorder="30"> Please upgrade in next version |
Quote:
|
hello is there any possibility to increase the spacing between sub-forum categories that are nicely spaced?
http://screenshooter.net/data/uploads/fj/pv/xsne.jpg because I have not laid out nicely and the eyesore that is the ability to change the distance interval between the categories |
Add:
white-space:nowrap; to CSS2 setting in product options. |
Quote:
|
anyone test "Sub-Forum Manager" on vbulletin 4.2 ?
|
Quote:
-Click on Options in the left frame -In the right frame you'll get several option groups -Locate VSa - Sub-Forum Manager and double-click it -You'll see all options for this product, one of them is called CSS2 -Add white-space:nowrap; to the end of text field, then click Save Quote:
|
Quote:
I have version 4.1.3 |
Quote:
|
????
|
Valter, please correct the errors xhtml.
|
All times are GMT. The time now is 10:14 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:
|