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

xcingix 11-19-2007 08:54 PM

Is there any way for doing this for top posters and or latest posts?
Code:

<span class="smallfont"><script type="text/javascript" src="http://www.ny-dev.com/forums/external.php?type=js"></script>
    <script language="" type="text/javascript">
<!--
for (i = 0; i < 10; i++)
{
document.writeln("<a href=\"http://www.ny-dev.com/forums/showthread.php?threadid="+threads[i].threadid+"\">"+threads[i].title+"</a><br /> <hr />");
}
//-->
</script></span>


Chadi 12-19-2007 04:38 AM

<a href="http://www.vbstyles.com/forum/index.php" target="_blank">http://www.vbstyles.com/forum/index.php</a>

Notice the "sidebar" button on the right forum area which hides/reveals the side bar column. Where can I find this hack?

I already have this sidebar hack installed

Pete C 01-02-2008 10:36 PM

I installed this and it displayed ok. Problems started as soon as the content was added - Google adsense, the mini calendar mod, a donate button etc. Load times on the forumhome went from a couple of seconds to literally minutes!

Tried removing the content bit by bit, but until EVERYTHING was removed the load time was seriously affected.

Disabled the sidecolumn and normal speeds were regained. Re-enabled and the slowdown recurred. I now have absolutely no doubt this hack seriously affects page loading time. I find this counterproductive since frustrated members simply log out rather than suffer the delays, so the benefit of any added content is thus lost.

It looked good, but it pretty well brought my site to a standstill!

A great shame, mainly due to the amount of time I wasted generating the Google ads, and matching the content to the style colours. *shakes head sadly*


*Update: It looks like I may have found a workaround for this - at least where my own site is concerned. Despite removing it, I was loathe to waste the time I'd spent getting it to look "just how I wanted", so I had another try. Strangely enough, installing it on just one of the 5 styles we have available seems to permit a reasonable load time. I really can't understand why this should be, the content is identical on all the styles, and although it was slowing things down, the display was correct.

I guess this means I can use that one style as default, thus giving a decent airing to the Google ads (??s) :), and also giving the members chance to opt for another (slightly faster loading) style, with less advertising.

Hmm, maybe clouds do have silver linings after all . . . re-installed for now - I'll see how it goes.

Chadi 05-11-2008 03:31 AM

This hack causes 37 W3C errors. If I remove ALL content from the sidecolumn template, it reduces the W3C error down to one.

This is the content that I use:

Code:

<tr>
<td class="tcat">
Scripture of the Day
</td>
</tr>
<tr>
<td class="thead">
Today's Verse
</td>
</tr>
<tr>
<td class="alt2">
<script type="text/javascript" src="http://www.heartlight.org/hls/tv_kjv.js"></script>
</td>
</tr>

<tr>
<td class="tcat">
Streaming Multimedia
</td>
</tr>
<tr>
<td class="thead">
This Week's Video
</td>
</tr>
<tr>
<td class="alt2">
<div align="center">
<a href="http://www.talkjesus.com/streaming-multimedia/20066-shocking-youth-message-stuns-hearers.html">
<img src="images/vow.jpg" alt="Video of the Week" /></a>
</div>
</td>
</tr>

<tr>
<td class="tcat">
Scriptural Answers
</td>
</tr>
<tr>
<td class="thead">
Commonly Asked ?'s
</td>
</tr>
<tr>
<td class="alt2">
<div align="center">
<a href="http://www.talkjesus.com/scriptural-answers/">
<img src="images/old_paper.gif" alt="Bible Answers" class="footer1" /><br />
Scriptural Answers</a>
</div>
</td>
</tr>


<tr>
<td class="tcat">
Entertainment
</td>
</tr>
<tr>
<td class="thead">
Leisure Time
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/arcade.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/arcade.php">Arcade</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/journal.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/journal.php">Journal</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/gallery.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/gallery/index.php">Photo Gallery</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/media.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/streaming-multimedia/">Streaming Media</a>
</td>
</tr>
<tr>
<td class="thead">
Unique Tools
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/ispy.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/vaispy.php">iSpy</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/member.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/usercp.php">Refer a Friend</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/tag.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/tags/">Tag Cloud</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/time.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/worldtimes.php">World Time</a>
</td>
</tr>

<tr>
<td class="tcat">
Talk Jesus Info
</td>
</tr>
<tr>
<td class="thead">
Help Center
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/info.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/faq.php">FAQ</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/rules.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/forum-rules-ten-commandments/53-talk-jesus-10-commandments-rule.html">Forum Rules</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/etiquette.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/press-stand/12096-forum-etiquette.html">Forum Etiquette</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/moderator.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/showgroups.php">Moderators</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/book.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/press-stand/3028-statement-faith.html">Faith Statement</a>
</td>
</tr>
<tr>
<td class="thead">
Blog &amp; Statistics
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/blog.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/blog/">Blog</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/member.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/members/list/">Member List</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/stats.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/psistats.php">Site Statistics</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/statement.gif" alt="Icons" />&nbsp;
<a href="http://www.talkjesus.com/psistats.php?do=toptf">Top Threads</a>
</td>
</tr>

<tr>
<td class="tcat">
Social Network
</td>
</tr>
<tr>
<td class="thead">
Bible Resources
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.biblegateway.com/">Bible Gateway</a>
</td>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://biblepro.bibleocean.com/dox/default.aspx?WELCOME=true">Bible Pro</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.carm.org/">CARM</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.gotquestions.org/">Got Questions?</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.simplyyouthministry.com/">Simply Youth</a>
</td>
</tr>
<tr>
<td class="thead">
Christian Ministries
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://billygraham.org/">Billy Graham</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.children.org">Children Intl</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="https://give.ccci.org/give">Campus Crusade</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.feedthechildren.org">Feed the Children</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://gfa.org/">Gospel for Asia</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.samaritanspurse.org/">Samaritan's Purse</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.persecution.com/">Voice of Martyrs</a>
</td>
</tr>
<tr>
<td class="thead">
Entertainment
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.christianquotes.org/">Christian Quotes</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.godtube.com">GodTube</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.sermonaudio.com">Sermon Audio</a>
</td>
</tr>
<tr>
<td class="alt2">
<img src="images/navbar/bullet.gif" alt="Icons" />
<a href="http://www.sermonindex.net/">Sermon Index</a>
</td>
</tr>

<tr>
<td class="tcat">
Quotemeal
</td>
</tr>
<tr>
<td class="thead">
Today's Quote
</td>
</tr>
<tr>
<td class="alt2">
<script type="text/javascript" src="http://www.heartlight.org/hls/qm.js"></script>
</td>
</tr>

<tr>
<td class="tcat">
Photo Gallery
</td>
</tr>
<tr>
<td class="thead">
Random Images
</td>
</tr>
<tr>
<td class="alt2">
$vbgallery
</td>
</tr>

<tr>
<td class="tcat">
Online Protection
</td>
</tr>
<tr>
<td class="thead">
Chad's Tips
</td>
</tr>
<tr>
<td class="alt2">
<div align="center">
<a href="http://www.talkjesus.com/technical-support/6710-online-protection.html">
<img src="images/tip.gif" alt="Online Security" class="footer1" /></a><br /></div>
<img src="images/navbar/bullet_star.gif" alt="Bullet" />&nbsp;Security<br />
<img src="images/navbar/bullet_star.gif" alt="Bullet" />&nbsp;Free Software<br />
<img src="images/navbar/bullet_star.gif" alt="Bullet" />&nbsp;Safe Browsing<br />
<img src="images/navbar/bullet_star.gif" alt="Bullet" />&nbsp;Parental Filters<br />
<img src="images/navbar/bullet_star.gif" alt="Bullet" />&nbsp;Enhancements<br />
<br />
<a href="http://www.talkjesus.com/technical-support/6710-online-protection.html">
...click here to read</a>
</td>
</tr>

Some w3c error examples:

Quote:

Line 2522, Column 3: document type does not allow element "tr" here.
(this above mainly sums up almost all 37 errors)

Line 2651, Column 3: document type does not allow element "tr" here; assuming missing "table" start-tag.
If I empty the template while keeping the plugin installed and forumhome template edits in tact, I get this one error:
Quote:

Line 2318, Column 7: end tag for "table" which is not finished.</table>
I hope someone can figure a way to fix the w3c errors. I've tried a few different methods to no avail. It also causes forumhome to load a bit slower, maybe an extra 3 seconds.

wpeloquin 05-26-2008 04:03 PM

If you have a problem with the column being at the bottom, it is a simple fix. it is because in FORUMHOME, the $forumbits is already encased inside a <table></table> tag. in order to make these separate tables, you must also make the following edits:

In your FORUMHOME template:
Code:

FIND:

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


REPLACE WITH:

$forumbits

then, in forumhome_forumbit_level1_nopost, REPLACE THE WHOLE TEMPLATE WITH:
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody>
        <tr>
                <td class="thead" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
                        <if condition="$childforumbits">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
                        </if>
                        <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
                        <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                        <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
                </td>
        </tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
</table>
<div style="padding:0px 0px 16px 0px;"></div>


wpeloquin 05-26-2008 04:04 PM

Quote:

Originally Posted by chadi (Post 1515550)
I hope someone can figure a way to fix the w3c errors. I've tried a few different methods to no avail. It also causes forumhome to load a bit slower, maybe an extra 3 seconds.

just work on your own errors one at a time. the validator will tell you which code needs to be fixed, just find it and fix it ;)


All times are GMT. The time now is 06:00 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.01401 seconds
  • Memory Usage 1,826KB
  • 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
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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