vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Sub-Forum Manager 4.2.2 (https://vborg.vbsupport.ru/showthread.php?t=229148)

iputinwork 05-03-2012 11:34 PM

works for me as well, but I can't find the option to get rid of the commas.

marccap 05-03-2012 11:42 PM

Quote:

Originally Posted by marccap (Post 2325721)
How do you add space between the sub forums as you can see it looks quashed with the sub forum icon in the achievements part in my forum but the single letters are fine below

http://img341.imageshack.us/img341/302/live2t.png

im on 4.1.12 if that helps

thecore762 05-04-2012 02:52 AM

Works with the latest version of vb!

iputinwork 05-04-2012 02:59 AM

Quote:

Originally Posted by thecore762 (Post 2326039)
Works with the latest version of vb!

yes it does, but how do you get rid of the commas???

thecore762 05-04-2012 03:04 AM

Quote:

Originally Posted by iputinwork (Post 2326041)
yes it does, but how do you get rid of the commas???

I use a different mod.
https://vborg.vbsupport.ru/showthread.php?t=236960

This mod is good also, just never figured out myself either how to remove the commas.

cstreater 05-12-2012 08:03 PM

To remove commas, edit the forumhome_subforums template, and remove (or comment out): {vb:raw row.comma}

Alternatively, you can replace the template contents with the following:

Code:

<div class="subforums">
        <h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4>
        <ol class="subforumlist commalist">
                <vb:each from="subforums" value="row">
                        <li class="subforum">
                                <vb:if condition="$row['canpost']">
                                        <img class="inlineimg" src="{vb:stylevar imgdir_statusicon}/{vb:raw row.imageprefix}subforum_{vb:raw row.statusicon}-48.png" alt="" border="0" id="forum_statusicon_{vb:raw row.forumid}" />
                                <vb:else />
                                        <img class="inlineimg" src="{vb:stylevar imgdir_statusicon}/subforum_{vb:raw row.statusicon}.png" alt="" border="0" id="forum_statusicon_{vb:raw row.forumid}" />
                                </vb:if>
                                <a href="{vb:link forum, {vb:raw row}}">{vb:raw row.title}</a>

<!-- {vb:raw row.comma} -->

                        </li>
                </vb:each>
        </ol>
</div>


iyama 05-28-2012 02:48 PM

Quote:

Originally Posted by cstreater (Post 2328797)
To remove commas, edit the forumhome_subforums template, and remove (or comment out): {vb:raw row.comma}

I was long time searching for that anoying , remove. ;)
Thmx m8

iyama 05-28-2012 04:48 PM

mmm getting at the end on the site "Reply With Quote " after each section subs

Edit: Do not copy/paste "Reply With Quote" after the code box. :D
So its fixt.

insidegames 05-31-2012 07:56 AM

is their an option to colappse some forums?

kamrandahir 07-10-2012 04:39 PM

Not working with Latest version 4.2.0 Patch Level 2


All times are GMT. The time now is 07:43 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
  • Page Generation 0.01367 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete