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)

pr0team.net 11-19-2006 07:05 PM

how to unistall ?!?!

RS_Jelle 11-19-2006 07:12 PM

Quote:

Originally Posted by pr0team.net (Post 1120978)
how to unistall ?!?!

AdminCP -> Plugins & Products -> Manage Products -> Unistall (in the dropdown box of the product) ;)

pr0team.net 11-19-2006 07:22 PM

Yes don't work....
confuse..

RS_Jelle 11-19-2006 07:51 PM

Quote:

Originally Posted by pr0team.net (Post 1120989)
Yes don't work....
confuse..

That's a vBulletin problem then, not a problem of this mod normally :)
Do you get a specific error message or something like that?

taydu 11-24-2006 05:27 AM

Quote:

Originally Posted by tobybird (Post 1063352)
I experienced this as well.

eta: To expand... the category for the first forum disappeared and the category/forum header did not switch as expected for the remaining forums.

Any ideas?

me too any idea how to solve this ???

HellRazor 11-24-2006 02:23 PM

Quote:

Originally Posted by RS_Jelle (Post 1103243)
That's a limitation of doing it with a product file (it's stated clear in the first post), otherwise you need to do some template edits. There are also two template edits mods if you want to fix this, you can find them here and here ;)

These fixes seems to post the entire hack again as template mods.

Short of uninstalling this addon and using one of the other hacks, what mods do we need to make (with this addon installed) to make all of the columns match up? (The sizes are all off on the "last post" column).

Devil Woman 11-24-2006 05:11 PM

Thanks for this, just what I have been looking for :)

sunnycher 11-26-2006 12:20 PM

Perfect! Thank You! Installed!

taydu 11-29-2006 01:25 AM

Quote:

Originally Posted by lillylissy (Post 1052678)
Thank you very much Jelle for this great hack!
Particularly beautifully: It is valid XHTML! ;)



Find in:
- FORUMDISPLAY
- FORUMHOME
- forumhome_seperate_forumcats

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


And replace it with (for example):

PHP Code:

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

Notice how not all of the table cells (<td> tags) have width attributes. You need to give each cell a width attribute, and the total widths need to equal 100% of the horrizontal space. Percentages work well for this.

Kind Regards

I did this and only the main category get the right width for it column, other category column width are mess up

ninjamaster 11-29-2006 07:35 PM

thanks for this ;)


All times are GMT. The time now is 08:00 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.01221 seconds
  • Memory Usage 1,768KB
  • 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
  • (2)bbcode_php_printable
  • (5)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