Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Right side column on forum home only Details »»
Right side column on forum home only
Version: 1.0.2, by peterska2 peterska2 is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.0 Rating:
Released: 06-07-2006 Last Update: 08-29-2006 Installs: 160
Uses Plugins Template Edits
 
No support by the author.

This is a new release here. Previously released at www.peterska2.co.uk only.

In works on the exact same concept as the left side column, apart from the fact it is on the right.

Installation Instructions
Download the zip
Import the product
Make the template modifications
Click install


30 August 2006
Upgraded to version 1.0.2

Changes:
  • Now valid XHTML Trans
  • Fixed to work correctly with vBShout when located below navbar.
  • Added vB.org version checking.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 12-29-2006, 11:38 PM
MRGTB MRGTB is offline
 
Join Date: Dec 2004
Posts: 548
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your XML file that contains the code for the column Peterska2.

Try using this code which I created for my site and see what you think. It validates, and has collasible blocks and looks neat!

Just thought you might be interested.

Code:
<!-- block 1 start -->
<thead>
<tr>
<td class="thead">
Side Menu
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('block_1')"><img id="collapseimg_block_1" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_block_1].gif" alt="" border="0" /></a>
<!-- title start -->
Block 1
<div class="smallfont">
Sub title
</div>
<!-- /title end -->
</td>
</tr>
</tbody>
<tbody id="collapseobj_block_1" style="$vbcollapse[collapseobj_block_1]">
<tr>
<td class="alt1">
<!-- code start -->
Add your code here
<!-- /code end -->
</td>
</tr>
</tbody>
<!-- /block 1 end -->
<!-- block 2 start -->
<tbody>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('block_2')"><img id="collapseimg_block_2" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_block_2].gif" alt="" border="0" /></a>
<!-- title start -->
Block 2
<div class="smallfont">
Sub title
</div>
<!-- /title end -->
</td>
</tr>
</tbody>
<tbody id="collapseobj_block_2" style="$vbcollapse[collapseobj_block_2]">
<tr>
<td class="alt2">
<!-- code start -->
Add your code here
<!-- /code end -->
</td>
</tr>
</tbody>
<!-- /block 2 end -->
<!-- block 3 start -->
<tbody>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('block_3')"><img id="collapseimg_block_3" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_block_3].gif" alt="" border="0" /></a>
<!-- title start -->
Block 3
<div class="smallfont">
Sub title
</div>
<!-- /title end -->
</td>
</tr>
</tbody>
<tbody id="collapseobj_block_3" style="$vbcollapse[collapseobj_block_3]">
<tr>
<td class="alt1">
<!-- code start -->
Add your code here
<!-- /code end -->
</td>
</tr>
</tbody>
<!-- /block 3 end -->
<!-- block 4 start -->
<tbody>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('block_4')"><img id="collapseimg_block_4" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_block_4].gif" alt="" border="0" /></a>
<!-- title start -->
Block 4
<div class="smallfont">
Sub title
</div>
<!-- /title end -->
</td>
</tr>
</tbody>
<tbody id="collapseobj_block_4" style="$vbcollapse[collapseobj_block_4]">
<tr>
<td class="alt2">
<!-- code start -->
Add your code here
<!-- /code end -->
</td>
</tr>
</tbody>
<!-- /block 4 end -->
<!-- block 5 start -->
<tbody>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('block_5')"><img id="collapseimg_block_5" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_block_5].gif" alt="" border="0" /></a>
<!-- title start -->
Block 5
<div class="smallfont">
Sub title
</div>
<!-- /title end -->
</td>
</tr>
</tbody>
<tbody id="collapseobj_block_5" style="$vbcollapse[collapseobj_block_5]">
<tr>
<td class="alt1">
<!-- code start -->
Add your code here
<!-- /code end -->
</td>
</tr>
</tbody>
<!-- /block 5 end -->
Reply With Quote
  #93  
Old 01-16-2007, 08:14 PM
hnjco hnjco is offline
 
Join Date: Jul 2006
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any idea for how to add new threads in this bar. like last 10 new threads ?
Plus most popular threads is last 2 weeks (5 threads)

i'm new in this field so can anyone help me?
Reply With Quote
  #94  
Old 01-16-2007, 09:28 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You would need a modification that did those, and then integrate them into each other. You might want to post a request or question for help with that.
Reply With Quote
  #95  
Old 01-18-2007, 11:32 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can this be changed to all forum pages? if not is there a working one for 3.6.4 ?
Reply With Quote
  #96  
Old 01-19-2007, 09:07 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any changes made to it to display on other pages are unsupported, and assistance cannot be given if it does not work correctly.

amykhar wrote an all pages one for 3.5.x which works on 3.6.x
Reply With Quote
  #97  
Old 02-04-2007, 07:16 PM
Caiman Caiman is offline
 
Join Date: Apr 2004
Location: Manchester UK
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love it. Anyway I can have multiple boxes, instead of just one? (one below the other, that is)
Reply With Quote
  #98  
Old 02-04-2007, 08:22 PM
Caiman Caiman is offline
 
Join Date: Apr 2004
Location: Manchester UK
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

n/m ...

Code:
</table>
<br />
<table class="tborder" border="0" width="100%" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
After the last </tr> works great (and leaving a </tr> at the end of the template)
Reply With Quote
  #99  
Old 02-06-2007, 01:20 AM
blogtorank's Avatar
blogtorank blogtorank is offline
 
Join Date: Jan 2006
Posts: 450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Kerry-Anne, Great hack and a must have!

*Installed at 99*
Reply With Quote
  #100  
Old 02-09-2007, 06:40 PM
Caiman Caiman is offline
 
Join Date: Apr 2004
Location: Manchester UK
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone worked out an easy way to export latest posts into the side column? I've tried myself but I'm not the best at modifying hacks to work together and so on, I'm aware though it could be done with the external.php script? But aye, gonna throw the boat out and ask if anyone who has done it might share? Thanks!
Reply With Quote
  #101  
Old 02-21-2007, 01:18 PM
carlosacgj carlosacgj is offline
 
Join Date: Apr 2006
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello i need this for a 3.5

Can Help me?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05121 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete