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
  #82  
Old 08-23-2006, 05:47 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a left column modification.

The right side version released here is for 3.6.0 only.
Reply With Quote
  #83  
Old 08-23-2006, 07:57 AM
needtheend needtheend is offline
 
Join Date: Feb 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i see. Thanks
Reply With Quote
  #84  
Old 09-16-2006, 06:15 AM
Akagi Akagi is offline
 
Join Date: Jan 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

peterska2, i'm wondering for this new column, can i insert newsfeeds (ie. feeds from some news site) into it?
Reply With Quote
  #85  
Old 09-30-2006, 10:17 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can insert anything into the column. Some items may require modification, and others may require additional plugins, but you can get pretty much anything to work in it. The easiest things are pure html modifications that do not require any plugins, but you should be able to include just about anything.
Reply With Quote
  #86  
Old 10-18-2006, 09:53 PM
rareclownfish rareclownfish is offline
 
Join Date: Mar 2006
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by theodonnells
Works great on my forum!:banana:
Couldnt find
Code:
<thead>
	<if condition="$show['guest']">
	<!-- guest welcome message -->
So i put the first edit in after
Code:
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
And seems to work fine, lets my shoutbox stay full width too...

Where do you go to edit this? I got it installed but don't see it showing up for me to edit it.
Thanks
Reply With Quote
  #87  
Old 10-18-2006, 10:06 PM
rareclownfish rareclownfish is offline
 
Join Date: Mar 2006
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nevermind found it.
Reply With Quote
  #88  
Old 10-23-2006, 12:17 AM
markp_2000 markp_2000 is offline
 
Join Date: Jul 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it to work on the right side and only for the FORUMDISPLAY. It will not display on the home page, a sub-forum page, or a thread page.

I changed up the hack a little

In the FORUMDISPLAY template, I put a portion of the hack

Code:
<!-- peterska2 side column -->
<table border="0" width="100%" align="center">
<tr>
<td>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- / peterska2 side column -->
after
Code:
<if condition="$show['threadslist']">
<!-- threads list  -->
<form action="inlinemod.php" method="post" id="inlinemodform">
<input type="hidden" name="url" value="$url" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="forumid" value="$forumid" />
Then this moves it to the right side. I put the rest of the hack

Code:
<!-- peterska2 side column -->
</td>
<td valign="top" width="160px">
<table class="tborder" border="0" width="100%" align="center">
$sidecolumn
</table>
</td>
</tr>
</table>
<!-- / peterska2 side column -->
after
Code:
</tr>
</table>
<!-- / controls below thread list -->

</form>
You can see I split part of the top hack and move it to the bottom hack.

So far so good. I want to target my ads to specific forums and have them rotate.

Once I finish and get approval from management, I will put a live link for all to see. Right now I can only show you an image from my test box.

Mark
Reply With Quote
  #89  
Old 12-10-2006, 04:54 PM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this version work on 3.6.4? I ask because I know that there is a port for the 3.6x version, however that one doesn't have the two separate xml's... one for use above the wol box and one to go down the side of the wol box. I need the first one, which isn't available with 3.6x

anyone know?
Reply With Quote
  #90  
Old 02-21-2007, 01:28 PM
carlosacgj carlosacgj is offline
 
Join Date: Apr 2006
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i need Right side column, can help me?
Reply With Quote
  #91  
Old 04-09-2007, 06:05 PM
KipLarson KipLarson is offline
 
Join Date: Jul 2005
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to use vBadvanced modules in this sidebar? I'd be very excited if this were possible.

Thanks
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 08:32 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.04619 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
  • (3)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