Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Side column on forumhome only Details »»
Side column on forumhome only
Version: 1.00, by peterska2 peterska2 is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 04-10-2006 Last Update: Never Installs: 73
 
No support by the author.

As Requested here

There are two versions of this mod.

Version One has the side column only down the side of the forum listings.

Version Two has the side column down the side of the forum listings and the whats going on box.

In both instances the instructions are practically the same, apart from the second template edit.

To prevent confusion, I have created two installation files according to which version you require.

To modify the side column, edit the template 'sidecolumn'. The info that is in there is simply a template for you to use. You do not need to use <table> tags in the template as they are included in the forumhome edits.

If you are unsure which version you require, take a look at the attached screenshots and see which one you prefer.

The file names are the version numbers.

Support is limited, and as such will only be provided to those who have clicked install as and when I am able to do so.


Important information regarding support - 20/04/06
Due to time constraints and the amount of things that are being planned for future modifications, priority support will now be provided here. Support provided in this thread will be on an as and when basis.

Show Your Support

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

Comments
  #72  
Old 08-08-2006, 11:09 PM
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Location: WagnerTech.net
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

O.K. One last question...
Where in the FORUMDISPLAY template would one put the code?
Reply With Quote
  #73  
Old 08-08-2006, 11:10 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

below navbar and above footer
Reply With Quote
  #74  
Old 08-08-2006, 11:34 PM
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Location: WagnerTech.net
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

as usual, worked Great.
Thanks once again
Reply With Quote
  #75  
Old 08-17-2006, 07:13 PM
danielcompton danielcompton is offline
 
Join Date: Jul 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi have installed this and love it.. have menus, google adsense, shop items from my oscommerce store all listed on a left coloum.

But is there a way I can make this show on every page on the forum and in threads etc?

I tried hacking it myself and taking the code out of forumhome and putting into HEADER template which seemed to work ok and was on everypage.. but it gets all out of shape when I go into some threads etc and the threads end up really low down on the screen with lots of whitespace.

any suggestions how I can make this menu apply anywhere on the forum please?

many thanks indeed .
Reply With Quote
  #76  
Old 08-17-2006, 10:49 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you will also need to put the second part of the code at the top of the footer template instead of in the forumhome template
Reply With Quote
  #77  
Old 08-18-2006, 01:29 PM
danielcompton danielcompton is offline
 
Join Date: Jul 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks. Could you clarify that.

So I remove the
Code:
<!-- peterska2 side column -->
<table border="0" width="100%" align="center">
<tr>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$sidecolumn
</table>
</td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
from FORUMHOME and put this into Footer?

When I do this Ijust get the menu starting in the footer.. Sorry I not great at this, only been using vbulletin a week or so.

Not sure what mean by second part of code.

thanks appreciate your help.
Reply With Quote
  #78  
Old 08-18-2006, 09:30 PM
danielcompton danielcompton is offline
 
Join Date: Jul 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it working now!

Does anyone know how to add things like; Poll Vote, Latest Threads etc etc to a column? I have search for hows and there seems to be many people wanting this but now hack.

but I have seen loads of websites with the poll and threads in the sidebars.how is this done?

thanks
Reply With Quote
  #79  
Old 08-22-2006, 09:19 PM
needtheend needtheend is offline
 
Join Date: Feb 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterska2
In your forum home template

find

Code:
<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
replace with

Code:
<!-- peterska2 side column -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
That should solev the problem
There is something wrong here. I cant find first code above. in forum home template. There is

Code:
!-- peterska2 side column -->
<table border="0" width="100%" align="center">
<tr>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$sidecolumn
</table>
</td>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
Pls help. I use it the right side. And i want to see it every page.
Reply With Quote
  #80  
Old 08-22-2006, 10:21 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

needtheend,

replace
Code:
$sidecolumn
</table>
</td>
<td>
with
Code:
$sidecolumn
</table>
</td>
<td valign="top">
Reply With Quote
  #81  
Old 08-23-2006, 05:38 AM
needtheend needtheend is offline
 
Join Date: Feb 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The column is still left side. I want right side. Can we change it?
Reply With Quote
Reply

Thread Tools

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 07:35 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.04433 seconds
  • Memory Usage 2,303KB
  • 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
  • (6)bbcode_code
  • (1)bbcode_quote
  • (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