Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Right (or left) side bar on forumhome Details »»
Right (or left) side bar on forumhome
Version: 1.00, by tnguy3n tnguy3n is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 05-31-2004 Last Update: Never Installs: 64
 
No support by the author.

Desciption: This mod will add a right side bar (or left side bar) or divide the forum home into two columns. One with main forum info and additional ones for whatever info you want to add to. For my hack, the addtional column contains guest message, forum stats, user birthday, upcoming event and 1 custom cell.

Installation time: 5-10 mins
Template mod: 1
- FORUMHOME

Requested by exesko here


If you want to make your custom cell(s) collapsable, REPLACE:
HTML Code:
<tbody>
	<tr>
		<td class="thead">
			Your custom cell.
		</td>
	</tr>
</tbody>
<tbody>
	<tr>
		<td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
	</tr>
</tbody>
WITH:
HTML Code:
<tbody>
	<tr>
		<td class="thead">
			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
			Your custom cell.
		</td>
	</tr>
</tbody>
<tbody>
	<tr>
		<td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
	</tr>
</tbody>
------
Click install if you use it.

Show Your Support

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

Comments
  #72  
Old 08-24-2005, 12:33 PM
msimonds msimonds is offline
 
Join Date: Aug 2003
Location: Dallas, Texas
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is anyone still working on this modification
Reply With Quote
  #73  
Old 08-31-2005, 08:48 PM
ch3mical ch3mical is offline
 
Join Date: Aug 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone please post a way to make this thing appear on every page, including forum posts, replies, CP, etc..
Reply With Quote
  #74  
Old 08-31-2005, 09:59 PM
cybermomcafe cybermomcafe is offline
 
Join Date: Mar 2003
Location: Ohio
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Check out this post: https://vborg.vbsupport.ru/showthread.php?t=59781

If you don't want the left sidebar, read thru the whole file before you make changes... you only need to do the rightsidebar template, add the part to the top of the header template and the bit to the bottom of the footer template.

It causes some extra padding around the threads on showthread, I'm searching for a fix now...

Found the fix for the extra space:

in the postbit template:
find
Code:
$spacer_open
Replace with:

Code:
 <!-- open content container --> 
<if condition="$show['old_explorer']"> 
    <table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px 0px 0px 0px"> 
<else /> 
    <div align="center"> 
        <div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]"> 
            <div style="padding:0px 0px 0px 0px"> 

</if>
Reply With Quote
  #75  
Old 09-01-2005, 08:11 PM
ch3mical ch3mical is offline
 
Join Date: Aug 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the help! One more thing, how can I divide the cell into 2 columns? Right now I have the user's avatar in one cell, and I want to have some user stats beside that avatar, but in a second column. I tried adding a second column, but it pushed everything in the table into column 1 and column 2, and did not end in cell 1, but rather kept 2 columns down the entire table.
Reply With Quote
  #76  
Old 09-02-2005, 05:04 PM
italks italks is offline
 
Join Date: Jan 2004
Location: New Delhi,INDIA
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i want something like www.ewebtalk.com (Left side bar) the exact things they keep over there.Can anyone help.

I need following to appear on left sidebar on forumhome template.

1.User Control Panel
2.Statistics
3.Latest Posts
4.News ( I will be using w3reports ad code here)
Sponsored By , Partners etc. etc.

Out of which i do need the above three settings.Also when i put the sidebar it doesnt align properly with forums on the left side.What is the way to fix it.I mean to the top alignment should be exact.The bottom alignment depends upon quantity of values we placed in sidebar.I hope i am right in saying that.
Reply With Quote
  #77  
Old 09-09-2005, 11:21 PM
unknowngiver unknowngiver is offline
 
Join Date: Jul 2005
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey i m using a different skin and i need help since the coding is a lil bit different can any1 add me on msn at
admin@apkafuture.com
Reply With Quote
  #78  
Old 09-10-2005, 09:12 AM
Ericsson Ericsson is offline
 
Join Date: Apr 2005
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it, but on my forumhome its not sitting right. Take a look: http://www.retrotutorials.com/forum/index.php?

Do you know how I can fix it?
Also how can I add a log in box? And ake away the one from the top.
Thanks
Reply With Quote
  #79  
Old 09-14-2005, 05:32 PM
Ericsson Ericsson is offline
 
Join Date: Apr 2005
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I change the width of the sidebar?
Thanks, can someone reply asap.
Reply With Quote
  #80  
Old 09-17-2005, 07:55 AM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[vB 3.0.9] installed and working perfectly. it seemed as though there were some slight template data variances; i will have to look more closely tomorrow after a few hours of sleep.
Reply With Quote
  #81  
Old 09-17-2005, 06:28 PM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[vB 3.0.9]

ok, the difference i'm seeing in one of my styles is the category graphic (category-strip "color fade" graphic) is not appearing on the side categories... although it appears fine in all other styles. any ideas as to why it wouldn't appear in the one style? i added a screenschot of what i'm talking about.

Update:
it appears that <td class="thead"> should be changed to <td class="tcat">; everything appears to working correctly now. any reason why i should keep this portion of the code changed?
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 03:20 AM.


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.05053 seconds
  • Memory Usage 2,314KB
  • 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
  • (2)bbcode_html
  • (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