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)

thenetbox 07-22-2006 12:10 AM

hello :) works great! Thank you :)

How can I make it wider? like forums should be around 80% and this should be about 20%?

peterska2 07-22-2006 12:32 AM

You can adjust the width by changing the 160px in this section of the code to your requirements

Code:

<!-- peterska2 side column -->
</td>
<td width="10px"></td>
<td valign="top" width="160px">


thenetbox 07-22-2006 12:43 AM

Thank you very much :)

thenetbox 07-22-2006 12:54 AM

One more small teeny weeny question. I copied the "What's going on" code section from FORUMHOME and pasted it in the side column but it doesn't show any of the dynamic areas like usernames. Is there something simple that can be added so that it could be passed those values? :)

thenetbox 07-28-2006 02:10 AM

one more question. Do you know if it is possible to easily add latest threads, birthdays and who's online on to the side bar? thanks

Renmiri 07-29-2006 01:34 PM

sweet!

will install asap, thanks!

Ooopsie!

:( 3.5.4 here...

Nevermind.. Hacked it to 3.5.4 :) (basically entered the template and plugins from the XML manually)

Also put it on most pages (forumdisplay, inferno, showthred, forumhome)

Check it out
http://sinsdawn.ffproject.net/showthread.php?t=126

ryans 08-02-2006 06:20 PM

Quote:

Originally Posted by Renmiri
sweet!

will install asap, thanks!

Ooopsie!

:( 3.5.4 here...

Nevermind.. Hacked it to 3.5.4 :) (basically entered the template and plugins from the XML manually)

Also put it on most pages (forumdisplay, inferno, showthred, forumhome)

Check it out
http://sinsdawn.ffproject.net/showthread.php?t=126

I guess if your not running 3.6 you could do this:

Templates to edit: FORUMHOME (2 edits)

Edit One

FIND
Code:

<thead>
        <if condition="$show['guest']">
        <!-- guest welcome message -->

ABOVE ADD
Code:

<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->

Edit Two

FIND
Code:

$footer
ABOVE ADD
Code:

<!-- peterska2 side column -->
</td>
<td width="10px"></td>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">

PUT YOUR CONTENT HERE.


</table>
</td>
</tr>
</table>
<!-- / peterska2 side column -->


peterska2 08-02-2006 06:24 PM

As I have previously explained, there is a version for 3.5.4, but you need to contact me for details.

ryans 08-02-2006 06:40 PM

Sorry I didn't see that post. Anyway to add it to show thread?

peterska2 08-02-2006 06:56 PM

no, this modification is for forumhome only. amykhar has done a side column that shows on all pages.


All times are GMT. The time now is 08:23 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.01330 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)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