vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Seperate Forum Categories (https://vborg.vbsupport.ru/showthread.php?t=123713)

aamirkhj 04-18-2008 04:19 AM

Gr8 Hack:up: It solves my total skin layout in less then a minute:)

arena 04-30-2008 09:53 PM

thankyou vb 3.7.0 working

srikanthbr 05-03-2008 08:37 AM

https://vborg.vbsupport.ru/

need 1st row down below 2nd row

RS_Jelle 05-03-2008 08:52 AM

Quote:

Originally Posted by srikanthbr (Post 1506593)
need 1st row down below 2nd row

That's not possible with this mod. This mod is about separating forum categories without template edits and this would require them.

srikanthbr 05-03-2008 08:58 AM

oh ok
if any one can help me with this plzzzz
https://vborg.vbsupport.ru/

yeku 05-03-2008 10:34 AM

Installed, thanks...

What template in must I look for???

I'm sorry, translated text online.

salu2

ABDALWAHID 05-22-2008 07:57 AM

Hello,

I have a problem

If install this plugin, just like your demo pictures, last post is not share the same size. Can you this error corrected?

Greeting

https://vborg.vbsupport.ru/attachmen...8&d=1155336082

KURTZ 05-22-2008 09:33 AM

In these templates:
  • - FORUMDISPLAY
  • - FORUMHOME
  • - forumhome_seperate_forumcats

search:

PHP Code:

    <tr align="center">
      <
td class="thead">&nbsp;</td>
      <
td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td class="thead" width="175">$vbphrase[last_post]</td>
      <
td class="thead">$vbphrase[threads]</td>
      <
td class="thead">$vbphrase[posts]</td>
      <if 
condition="$vboptions['showmoderatorcolumn']">
      <
td class="thead">$vbphrase[moderator]</td>
      </if>
    </
tr


replace

PHP Code:

    <tr align="center">
      <
td class="thead" width="5%">&nbsp;</td>
      <
td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td class="thead" width="20%">$vbphrase[last_post]</td>
      <
td class="thead" width="5%">$vbphrase[threads]</td>
      <
td class="thead" width="5%">$vbphrase[posts]</td>
      <if 
condition="$vboptions['showmoderatorcolumn']">
      <
td class="thead" width="10%">$vbphrase[moderator]</td>
      </if>
    </
tr


ABDALWAHID 05-22-2008 10:52 AM

hi KURTZ ,

this is not ok.

I have v 3.7.0

Raptor 06-20-2008 01:23 AM

then in 3.7.1 search for

Code:

    <tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead">$vbphrase[last_post]</td>
      <td class="thead">$vbphrase[threads]</td>
      <td class="thead">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
    </tr>

however im still getting the column mis-alignment problem.


All times are GMT. The time now is 01:44 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.01709 seconds
  • Memory Usage 1,751KB
  • 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
  • (2)bbcode_php_printable
  • (1)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