vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help ! (https://vborg.vbsupport.ru/showthread.php?t=315659)

HM666 11-30-2014 12:42 PM

Quote:

Originally Posted by ozzy47 (Post 2524916)
Also you will not get that type of display you posted in the image with vB3, that has a separate column that shows the moderators

Yeah but I think he wants to code to show it under the subforums. I used to have that code for vb3 but have misplaced it. :(

ozzy47 11-30-2014 12:44 PM

I took a look around also but did not come up with anything.

ozzy47 11-30-2014 01:06 PM

1 Attachment(s)
Ok I found it.

In the template FORUMHOME find and delete:
HTML Code:

      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>

Save.

Then in the template forumhome_forumbit_level2_post find and delete:
HTML Code:

    <if condition="$vboptions['showmoderatorcolumn']">
        <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
    </if>

In the same template, find this bit of code:
HTML Code:

        <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
Right below it add this:
HTML Code:

        <if condition="$forum[moderators]">
            <div class="smallfont">
                <b>Moderators:</b>&nbsp;$forum[moderators]&nbsp;
            </div>
        </if>

Save.

Then you will get the results like I have below. :)

blind-eddie 11-30-2014 02:16 PM

Works perfectly, much better then an extra column.

ozzy47 11-30-2014 02:55 PM

Glad you found it useful as well. :)

nisan3232 11-30-2014 07:06 PM

Quote:

Originally Posted by ozzy47 (Post 2524967)
Ok I found it.

In the template FORUMHOME find and delete:
HTML Code:

      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>

Save.

Then in the template forumhome_forumbit_level2_post find and delete:
HTML Code:

    <if condition="$vboptions['showmoderatorcolumn']">
        <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
    </if>

In the same template, find this bit of code:
HTML Code:

        <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
Right below it add this:
HTML Code:

        <if condition="$forum[moderators]">
            <div class="smallfont">
                <b>Moderators:</b>&nbsp;$forum[moderators]&nbsp;
            </div>
        </if>

Save.

Then you will get the results like I have below. :)


tanks you dude !!

You can close the thread

ozzy47 11-30-2014 08:51 PM

Not a problem, glad to help. :)


All times are GMT. The time now is 09:05 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.01174 seconds
  • Memory Usage 1,741KB
  • 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
  • (8)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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