The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VSa - Sub-Forum Manager Details »» | |||||||||||||||||||||||||||||||
Info:
-This is used to arrange sub-forums into columns on forumhome. -You can add thread/post counts to sub-forums, hide "Sub-forums" title, customize CSS, and more... Installation: -Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product] Notes: -To get this product working you must set "Depth of Sub-Forums" to "1" in vBulletin Options > Forum Listings Display Options -To set product options go to: AdminCP > vBulletin Options > VSa - Sub-Forum Manager Versions: v1.0 - Apr 24. 2006. -First release v2.5.1 - Jun 20. 2009. -Latest vB 3.x version v3.0 - Feb 26. 2010. -Updated for vBulletin 4 -Fixed known bugs v3.0.1 - Apr 03. 2010. -Fixed bug where 'Sub-Forums:' is not hidden in some blocks v3.1 - Oct 31. 2010. -New: Almost completely rewritten regarding main functionality -New: Removed all tables - CSS based now -Fixed bug: Different column widths through categories -Fixed bug: Unneeded commas in IE -Fixed bug: Customizations not fully applied to latest category -Fixed: XHTML errors -Fixed: Minor bugs v3.1.1 - Nov 05. 2010. -Fixed: Sorting issues -Fixed: Unneeded thread/reply counts in friendly URLs v3.1.2 - Dec 12. 2010. -Fixed bug: Forum Moderators listed in a column v3.1.3 - Nov 19. 2011. -Fixed: Compatibility issues with vB 4.1.8 v3.1.4 - Apr 01. 2012. -New Option: Exclude styles -New Option: Exclude forums -Fixed some style issues Download Now
Screenshots
Show Your Support
|
27 благодарности(ей) от: | ||
alhidaya, babyv0x, bluered, brbafk, CuteC@t, dvL-den, Elite_360_, farzam.parto, fookaa, halilkoca, Ig@r, Jeromedia603, Manoel J?nior, mapleleaffans, mkkochan, mrblista, nCODE, Neal-UK, pandusetiawan, Skaut, Toorak Times, ukhostz, walas87, WendM, yin9 |
Comments |
#312
|
|||
|
|||
Thanks for notification, Sir
Probably you mean upgrading to 4.17 because this one is compatible to your AddOn The 4.18 does not! |
#313
|
|||
|
|||
The heads-up is greatly appreciated.
This weekend would have seen me doing the 4.1.8 upgrade, but I'm more than happy to put it off a week. Consideration for other... a sadly lacking attribute in this day and age... you Sir, are to be commended. |
Благодарность от: | ||
CharlieDelta |
#315
|
|||
|
|||
Here's a patch that will fix it.
Code:
--- VSa_SFM.xml-orig 2011-11-18 15:40:34.000000000 -0600 +++ VSa_SFM.xml 2011-11-18 15:48:36.000000000 -0600 @@ -29,7 +32,8 @@ $vsasfm_getsubs = ''; - $vsasfm_table = '<li><div style="width:100%;'.$vsasfm_css_table.'"><div style="vertical-align:top;clear:both;">'; + $vsasfm_table = '<div style="width:100%;'.$vsasfm_css_table.'"><div style="vertical-align:top;clear:both;">'; - $vsasfm_getsubs = explode("<li",ltrim($forum['subforums'],"<li")); + preg_match_all("/<li[^>]*>(.*)[\s\n,]*<\/li>/Usmi",$forum['subforums'],$matches); + $vsasfm_getsubs = $matches[1]; foreach ($vsasfm_getsubs AS $vsasfm_subf) { @@ -37,30 +41,29 @@ if ($vsasfm_cols % $vsasfm_reqcol == 0) { - $vsasfm_table .= '<div style="float:'.$vsasfm_left.';width:'.$vsasfm_colwid.'%;text-align:'.$vsasfm_left.';'.$vsasfm_css_cell.'"><ul><li'.$vsasfm_subf.'</ul></div></div><div style="vertical-align:top;clear:both;">'; + $vsasfm_table .= '<div style="float:'.$vsasfm_left.';width:'.$vsasfm_colwid.'%;text-align:'.$vsasfm_left.';'.$vsasfm_css_cell.'">'.$vsasfm_subf.'</div></div><div style="vertical-align:top;clear:both;">'; } else { - $vsasfm_table .= '<div style="float:'.$vsasfm_left.';width:'.$vsasfm_colwid.'%;text-align:'.$vsasfm_left.';'.$vsasfm_css_cell.'"><ul><li'.$vsasfm_subf.'</ul></div>'; + $vsasfm_table .= '<div style="float:'.$vsasfm_left.';width:'.$vsasfm_colwid.'%;text-align:'.$vsasfm_left.';'.$vsasfm_css_cell.'">'.$vsasfm_subf.'</div>'; } } - - $vsasfm_table .= '</div></div></li>'; + $vsasfm_table .= '</div></div>'; $vsasfm_table = str_ireplace('<li<', '<', $vsasfm_table); $vsasfm_table = str_ireplace('VSa</a>', '', $vsasfm_table); |
#316
|
|||
|
|||
Nope, it does not work. But thank you for your support to help us I appreciate it!
|
#318
|
||||
|
||||
Quote:
it'work. thank you |
#319
|
||||
|
||||
Nice only thing that dont work is this part, Hide "Sub-Forums:" title i have it set to no.
|
#320
|
|||
|
|||
blank line dont work.. =(
|
#321
|
|||
|
|||
Removed !
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|