Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Separated categories now fully working Details »»
Separated categories now fully working
Version: 1.0, by cedric_bariteau cedric_bariteau is offline
Developer Last Online: Mar 2012 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 06-29-2006 Last Update: 06-29-2006 Installs: 28
Template Edits
 
No support by the author.

This hack will separate all the categories from each other. This is still a beta but it works fine exept for one bug. That bug it that the Forum, Last Post, Threads, Posts bar doesn't go away when you collapse the category as shown in the screenshot.

All install information is provided inside the file

There is a bug that has been fixed!
Thanks to wizardan and to Jake Bunce for the bug fix

Now when you collapse a category, everything collapses (see screenshot)!

Feel free to ask for new features or to report bugs

If you use my code click INSTALL

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 06-30-2006, 04:55 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks man, seems to work just fine!
Reply With Quote
  #13  
Old 06-30-2006, 05:58 PM
utw-Mephisto utw-Mephisto is offline
 
Join Date: Jan 2005
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #14  
Old 06-30-2006, 08:06 PM
SnickersTK SnickersTK is offline
 
Join Date: Apr 2005
Location: Denmark
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #15  
Old 07-01-2006, 12:22 AM
cedric_bariteau cedric_bariteau is offline
 
Join Date: Jun 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #16  
Old 07-01-2006, 04:37 AM
Makaveli105's Avatar
Makaveli105 Makaveli105 is offline
 
Join Date: May 2004
Location: California
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*edit* nvm
Reply With Quote
  #17  
Old 07-01-2006, 09:17 AM
MrD's Avatar
MrD MrD is offline
 
Join Date: Aug 2003
Location: Germany/NRW
Posts: 419
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

See Screenshot (Letzter Beitrag).
Reply With Quote
  #18  
Old 07-01-2006, 02:58 PM
cedric_bariteau cedric_bariteau is offline
 
Join Date: Jun 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #19  
Old 07-02-2006, 09:55 PM
Andrew111888's Avatar
Andrew111888 Andrew111888 is offline
 
Join Date: Mar 2003
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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).
Reply With Quote
  #20  
Old 07-03-2006, 02:31 AM
cedric_bariteau cedric_bariteau is offline
 
Join Date: Jun 2006
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you're right, I'll fix that, thank you. That Opening table is completly useless anyways.
Reply With Quote
  #21  
Old 07-07-2006, 02:11 PM
Doc Great's Avatar
Doc Great Doc Great is offline
 
Join Date: Jan 2005
Location: Stuttgart
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems not to be valid xhtml 1.0 Transitional

Cheers,
Sven
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:04 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04675 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete