vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Seperate Categories (other mod again ^^) (https://vborg.vbsupport.ru/showthread.php?t=135731)

elmati 08-22-2007 01:55 AM

i dont think that <br /> can be after <table> tag...

so, i did this:

in forumhome_forumbit_level1_nopost (at very top)

Code:

<if condition="$forum[forumid] == XX">
<else />
</tbody>
</table>
<br />
</if>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

where XX its the id of your top category forum..

now, everything its ok :)

lutics 08-22-2007 07:52 AM

https://vborg.vbsupport.ru/external/2007/08/8.jpg

Hey between my posts I have an "a" As you can see. How would I remove it :|

elmati 09-11-2007 05:10 AM

so? this hack no touch that... but i thin u have a problem in spacer_open, spacer_close ;)
check that templates...

ReQueM 09-26-2007 04:24 PM

thank you allan :up:

hrk 10-03-2007 06:36 PM

swett and simple.
tested on VB3.6.8

thank you:)

Ricsca 10-16-2007 11:18 PM

http://img146.imageshack.us/img146/5039/3333zv2.jpg


???

Very Thanks :)

ciprianrpp 10-22-2007 05:24 AM

not valid xhtml. working but not VALID!!!

pedro84 10-25-2007 06:19 PM

There's simple way to fix it.

Change in forumhome_forumbit_level1_nopost

Code:

<tr align="center">
      <td class="thead">&nbsp;</td>
      <td class="thead" width="100%" align="$stylevar">$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>

to


Code:

<tr align="center">
          <td class="thead" width="5%">&nbsp;</td>
          <td class="thead" width="60%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="25%">$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="">$vbphrase[moderator]</td>
          </if>
        </tr>

It works for me:)


Let me know what about yoy.

Greetings
Pedro

Audentio 11-07-2007 01:05 AM

Thanks a lot, perfect :).

VADOS 01-07-2008 08:25 PM

Works much better than others...
Thanx!

*installed*


All times are GMT. The time now is 03:38 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.02021 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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