vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Separated categories now fully working (https://vborg.vbsupport.ru/showthread.php?t=119947)

Snake 06-30-2006 04:55 PM

Thanks man, seems to work just fine!

utw-Mephisto 06-30-2006 05:58 PM

Quote:

Originally Posted by wizardan
Solution for this issue can also be found at vBulletin.com
http://www.vbulletin.com/forum/showthread.php?t=156783

Looks awesome now ..

http://www.ut2007world.com/forum.php?styleid=42

SnickersTK 06-30-2006 08:06 PM

Quote:

Originally Posted by wizardan
Solution for this issue can also be found at vBulletin.com
http://www.vbulletin.com/forum/showthread.php?t=156783

That is one awesome thread :D

cedric_bariteau 07-01-2006 12:22 AM

Quote:

Originally Posted by utw-Mephisto


if you redownload the file and follow the bug2 fix steps, you'll be able to make the
"Forum Last Post Threads Posts"
bar collapse with the rest


Thx for the good comments, hope you all like it

P.S. Don't forget to click install ;)

Makaveli105 07-01-2006 04:37 AM

*edit* nvm

MrD 07-01-2006 09:17 AM

Hi,
i have a Bug with the Last Post table.

See Screenshot (Letzter Beitrag).

cedric_bariteau 07-01-2006 02:58 PM

it moves to make place for your last two colomn, what you have to do is to go in forumhome_forumbit_level1_nopost

find:
Code:

<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">       
        <tr align="center">
          <td class="thead" width="5%"> </td>
          <td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="30">$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="0%">$vbphrase[moderator]</td>
          </if>
        </tr>

replace by
Code:

<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">       
        <tr align="center">
          <td class="thead" width="5%"> </td>
          <td class="thead" width="45%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="30">$vbphrase[last_post]</td>
          <td class="thead" width="10%">$vbphrase[threads]</td>
          <td class="thead" width="10%">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" width="0%">$vbphrase[moderator]</td>
          </if>
        </tr>


if it doesn't work try to replace it by
Code:

<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">       
        <tr align="center">
          <td class="thead" width="5%"> </td>
          <td class="thead" width="40%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="25">$vbphrase[last_post]</td>
          <td class="thead" width="15%">$vbphrase[threads]</td>
          <td class="thead" width="15%">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" width="0%">$vbphrase[moderator]</td>
          </if>
        </tr>

if it still doesn't work tell me, I'll figure something out

Andrew111888 07-02-2006 09:55 PM

I'd like to post a bug fix.

When you add

Code:

<if condition="$forum[forumid] != x">
</table>

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

to the bottom of the forumhome_forumbit_level1_nopost template, the page will still appear fine, but will not validate as XHTML 1.0 Transitional, as it's opening a new table, breaking a line, then opening another table.

If you make the code

Code:

<if condition="$forum[forumid] != x">
</table>
</if>

it will render and validate fine (IE/Firefox).

cedric_bariteau 07-03-2006 02:31 AM

you're right, I'll fix that, thank you. That Opening table is completly useless anyways.

Doc Great 07-07-2006 02:11 PM

It seems not to be valid xhtml 1.0 Transitional :rolleyes:

Cheers,
Sven


All times are GMT. The time now is 02:16 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.00991 seconds
  • Memory Usage 1,744KB
  • 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
  • (5)bbcode_code_printable
  • (3)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
  • (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