![]()  | 
 
         
           |  
		
			
  | 
||||||||
| Хаки для vBulletin 4.x Скачать хаки для vBulletin 4.x | 
![]()  | 
	
	
| 
		 | 
	Опции темы | Поиск в этой теме | 
| 
			
			 | 
		#1 | |||
| 
			 Коварный тип 
			![]() 
  | 
	
	
	
		
		
			
			 VSa - Sub-Forum Manager 
		
		
		
	Mod Version: 3.1.4 Совместимость с: 4.1.8 [источник] Перевод: Romchik® Описание: Незаменимая вещь, если ваш форум имеет множество подразделов. Этот плагин позволяет выстроить их в колонки. Можно выбрать от 2-х до 7-ми колонок. Имеются настройки включения/выключения плагина, исключения разделов, изменения шрифта для заголовков подразделов, возможность спрятать запятые (разделяющие по умолчанию подразделы) или слово "Подразделы:", отображение количества тем и ответов в подразделе и др. Прочтите пост с старой версией хака Скрины примера работы хака: Последнее изменение: v3.1.3 - Nov 19. 2011 -Fixed: Compatibility issues with vB 4.1.8 Небольшое исправление, точнее валидация кода у [4.1.x] VSa - Sub-Forum Manager v.3.1.4 Нажми для просмотра 
                
                
                    О чем речь, внутри <ol> может быть только <li>элемент списка</li> 
                
            Но никак не <div></div> Как это выглядело в коде до правки: было: (структура) Код: 
	<ol class="subforumlist commalist" style="width:100%;"> <div style="width:100%;"> <!-- здесь был основной код, он вырезан для наглядности --> </div> </ol> Админка -> Управление модумями VSa - Sub-Forum Manager - MN -> Редактировать Шаг 1 Найти: Код: 
	$vsasfm_table .= '<div style="width:100%;'.$vsasfm_css_table.'"> Код: 
	$vsasfm_table .= '<li style="width:100%;'.$vsasfm_css_table.'"> Найти: Код: 
	$vsasfm_table .= '</div></div>'; Код: 
	$vsasfm_table .= '</div></li>'; Что должно получиться в итоге: Код: 
	<ol class="subforumlist commalist" style="width:100%;"> <li style="width:100%;"> <!-- здесь был основной код, он вырезан для наглядности --> </li> </ol> Открываем в редакторе (не в стандартном Notepad, лучше возьмите Notepad++) VSa_SFM.xml Шаг 1 Найти: Код: 
	$vsasfm_table .= '<div style="width:100%;'.$vsasfm_css_table.'"> Код: 
	$vsasfm_table .= '<li style="width:100%;'.$vsasfm_css_table.'"> Найти: Код: 
	$vsasfm_table .= '</div></div>'; Код: 
	$vsasfm_table .= '</div></li>'; Автор: ikopylov Источник Скачать хак: [4.x.x] VSa - Sub-Forum Manager v.3.1.2 (Ru v.1.05 (73.5 Кб) VSa - Sub-Forum Manager v3.1.3 (3.9 Кб) VSa - Sub-Forum Manager v.3.1.3 (Ru v.1.05) (78.5 Кб) [4.1.x] VSa - Sub-Forum Manager v.3.1.4 (Ru v.1.07 (74.6 Кб)  | 
|||
| 
		
		
		
		
		
		
		
			 Последний раз редактировалось Serberg; 22.07.2013 в 10:42..  | 
||||
	
		
		
		
		
			 
		
		
		
		
		
		
			
		
		
		
	 | 
||||
| 
			
			 | 
		#3 | |||
| 
			 Коварный тип 
			![]() 
  | 
	
	
	
		
		
			
			 heks, ну так сначала надо нормально создать разделы с подразделами и выставить настройки. Смотри это видео: 
		
		
		
	 | 
|||
| 
		
		
		
		
		
		
		
			 Последний раз редактировалось Serberg; 22.03.2012 в 15:22..  | 
||||
	
		
		
		
		
			 
		
		
		
		
		
		
			
		
		
		
	 | 
||||
| 
			
			 | 
		#12 | |||
| 
			 Коварный тип 
			![]() 
  | 
	
	
	
		
		
			
			 | 
|||
	
		
		
		
		
			 
		
		
		
		
		
		
			
		
		
		
	 | 
||||
| 
			
			 | 
		#22 | |||
| 
			 Уважаемая личность 
			![]() 
  | 
	
	
	
		
		
			
			 Спасибо, установил, работает Vb 4.1.3 
		
		
		
	Только вот с валидацией не получилось, до исправления было 4 ошибки, стало 6. Все делал по инструкции. Код: 
	Line 1191, Column 13: document type does not allow element "div" here; assuming missing "li" start-tag <div><li style="width:100%;"><div style="vertical-align:top;clear:both;… ✉ Error Line 1191, Column 37: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag <div><li style="width:100%;"><div style="vertical-align:top;clear:both;… ✉ The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>"). Error Line 1197, Column 12: end tag for "li" omitted, but OMITTAG NO was specified </ol> ✉ You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". Info Line 1191, Column 9: start tag was here <div><li style="width:100%;"><div style="vertical-align:top;clear:both;… Error Line 1701, Column 13: document type does not allow element "div" here; assuming missing "li" start-tag <div><li style="width:100%;"><div style="vertical-align:top;clear:both;… ✉ Error Line 1701, Column 37: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag <div><li style="width:100%;"><div style="vertical-align:top;clear:both;… ✉ The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>"). Error Line 1707, Column 12: end tag for "li" omitted, but OMITTAG NO was specified </ol> ✉ You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". Info Line 1701, Column 9: start tag was here <div><li style="width:100%;"><div style="vertical-align:top;clear:both;…  | 
|||
	
		
		
		
		
			 
		
		
		
		
		
		
			
		
		
		
	 | 
||||
| 
			
			 | 
		#25 | |||
| 
			 # About Fоrum NH 
			![]() 
  | 
	
	
	
		
		
			
			 Vasich, здравствуйте. Пробовали ставить разные версии данного продукта ? А подобный продукт, схожий с этим, пробовали ? 
		
		
		
	А мобильную версию вы редактировали ? Пробовали загрузить стандартную не измененную мобильную версию с этим продуктом ?  | 
|||
	
		
		
		
		
			 
		
		
		
		
		
		
			
		
		
		
	 | 
||||
![]()  | 
	
	
		
| Метки | 
| sub-forum manager, vsa, менеджер разделов | 
| Опции темы | Поиск в этой теме | 
		
  | 
	
		
  |