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)

sunnycher 12-17-2006 02:16 PM

I like it, I just don't like how it doesn't align all the forums so I uninstalled it.

HellRazor 12-18-2006 07:37 AM

Quote:

Originally Posted by Talisman (Post 1140266)
Can't be sure from what's posted here. Is this working or not?

It works but causes some alignment problems with some of the cells on the forum home. There is a way to fix it by editing templates, but no one has yet posted exactly how to do that.

tschai 12-18-2006 04:06 PM

One of the easiest, yet most-usefull add-on; nice work; worked flawless on 3.6.4

*clicks install*

TrIn@dOr 12-18-2006 04:44 PM

Thanks.

Smoothie 12-19-2006 12:33 AM

Quote:

Originally Posted by Renes4 (Post 1141040)
One of the easiest, yet most-usefull add-on; nice work; worked flawless on 3.6.4

*clicks install*

Yea, looks nice, except one minor problem. Just like everyone else who has installed this, your columns are not aligned properly. :rolleyes:

BigJimTheLug 12-24-2006 07:59 AM

this is great!

I love it!

One thing, how can I display an adsense banner 720 x 90 in between some of the forum categories?

thanks, I love this!

Daky 12-25-2006 09:14 PM

Quote:

Originally Posted by sunnycher (Post 1140353)
I like it, I just don't like how it doesn't align all the forums so I uninstalled it.

Same here.

Is there any way to fix that?

cupra 12-25-2006 09:45 PM

thx a lot - install!

zeropaid 12-28-2006 01:13 AM

Here is what you want to do if you are having problems with misaligned columns.

Edit these 2 templates

- FORUMHOME
- forumhome_seperate_forumcats



Replace forumhome_seperate_forumcats with the following code:

Code:

</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
      <td class="thead" width="5%">&nbsp;</td>
      <td class="thead" width="70%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="15%">$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>
</tbody>

In FORUMHOME

Look for this

Code:

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

and put this after

Code:

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

If you see a double row of the table headers, look for a set of code like the above and delete it. It should be right after the code you just added above.

Smoothie 12-28-2006 01:42 AM

Quote:

Originally Posted by zeropaid (Post 1146129)
Here is what you want to do if you are having problems with misaligned columns.

Edit these 2 templates

- FORUMHOME
- forumhome_seperate_forumcats



Replace forumhome_seperate_forumcats with the following code:

Code:

</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
      <td class="thead" width="5%">&nbsp;</td>
      <td class="thead" width="70%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="15%">$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>
</tbody>

In FORUMHOME

Look for this

Code:

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

and put this after

Code:

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

If you see a double row of the table headers, look for a set of code like the above and delete it. It should be right after the code you just added above.

Hi, did you apply the above fix to your forums? Because if you did, it ain't working. The columns are not aligned properly. I read that even with the above fix it may or may not align the columns. Part of the problem is the length of the last post title. It may be need to be shortened in the admin cp.


All times are GMT. The time now is 06:28 AM.

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.01206 seconds
  • Memory Usage 1,754KB
  • 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
  • (6)bbcode_code_printable
  • (4)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