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 - Right side column on forum home only (https://vborg.vbsupport.ru/showthread.php?t=117989)

tipoboy 08-04-2007 02:17 PM

manually do the template edits to the pages you want them to appear otherwise use the ultimate side columns hack

RaceJunkie 08-06-2007 01:19 AM

If this makes a column that collapses

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr>
                <td class="tcat">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_table')"><img id="collapseimg_my_table" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_my_table].gif" alt="" border="0" /></a>
                        TABLE TITLE
                </td>
        </tr>
</thead>
<tbody id="collapseobj_my_table" style="$vbcollapse[collapseobj_my_table]">
        <tr>
                <td class="alt1">
                        STUFF THAT IS HIDDEN WHEN THE TABLE IS COLLAPSED
                </td>
        </tr>
</tbody>
</table>

How do I do one that users can not collapse?

theFAILURE 08-06-2007 02:58 AM

Anyone have a FULL screenshot of this mod installed with 800x600 resolution?

RaceJunkie 08-13-2007 01:31 AM

looks like I have the same issue with the side colume being at the bottom..

RaceJunkie 08-13-2007 01:50 AM

Here is what I have been able to find so far.

If you have a style that requires you to enter a forum ID in the forumhome_forumbit_level1_nopost template that is the problem (at least for me)

Code:

<if condition="$forum[forumid] == 178">
<else />
<tr><td class="thead" style="line-height: 0px; padding: 0px; margin: 0px;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="$vboptions[cleargifurl]" alt="" width="1" height="8" /></td></tr>
</tbody>
</table>
<div class="cat_spacer"></div>
</if>

My problem is if I enter forum ID 178 everything looks fine for a guest, (since this is the first forum they can see) But when I do this the side column is at the bottom for me since the first forum I can view is before this one..

The way I fixed it was remove the above code from the template BUT when you do this your forums will not have spaces between the categories..

Searching for a fix for that now.

hoopsta 08-15-2007 10:36 PM

is there a max # of characters you can use in the template? I seem to have maxed out the space . It won't save new additions.

RaceJunkie 08-16-2007 12:07 AM

Quote:

Originally Posted by hoopsta (Post 1318487)
is there a max # of characters you can use in the template? I seem to have maxed out the space . It won't save new additions.

Not unless there is a MAX character in the templates and I don't believe there is.

rasterbox 10-19-2007 04:10 PM

i installed this great plugin to my forum and it works great. My only problem is that when i view the sub-forum list the width of the forum is getting out of hand.

Does anyone encounter this or know a fix for this problem?

Here is a link of what am saying:

http://forum.3dpinoy.com/forumdisplay.php?f=9


Thanks in advance.

rasterbox 10-23-2007 03:03 PM

bump....

anyone?

Skavenger 11-19-2007 07:03 AM

is there any way to show latest threads from X forum?

thanks


All times are GMT. The time now is 11:42 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.01164 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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