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

Reply
 
Thread Tools
Put a Column on the RIGHT side of every forum page Details »»
Put a Column on the RIGHT side of every forum page
Version: 1.00, by amykhar amykhar is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.5.0 RC2 Rating:
Released: 08-16-2005 Last Update: Never Installs: 181
Uses Plugins Template Edits
 
No support by the author.

Rather than clutter up the left column thread with this second product and confuse the issue further, I have made a separate product for those of you who want a column on the right side instead.

This can easily be combined with the left column product to have a column on both sides.

To use this with the left column product, change the header code to:
Code:
<!-- Left Column Code  -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="160" valign="top" align="left">$leftcolumn</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->

Show Your Support

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

Comments
  #172  
Old 08-31-2006, 07:05 PM
jpfitness jpfitness is offline
 
Join Date: Feb 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Finally got this working. One question though... How do I get rid of the box surrounding the ad, which at the top says, "block user"? See screenshot.
Reply With Quote
  #173  
Old 08-31-2006, 08:15 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in the right_column template

FIND

Code:
<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; Block Name</b></span></td>
</tr>
DELETE IT.
Reply With Quote
  #174  
Old 08-31-2006, 09:54 PM
hydn hydn is offline
 
Join Date: Oct 2005
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to use this EXACT hack. But as a left column. I like it blank so i can put google ads etc.

The other thread with the left column hack has seems to move the current navigation etc. Just need this plain right colum hack on the left. Possible?
Reply With Quote
  #175  
Old 09-01-2006, 03:18 PM
jpfitness jpfitness is offline
 
Join Date: Feb 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by amykhar
Yes. Look in the left page hack. There is the syntax to make it not show on the portal page. Change that to make it ONLY show on the forumhome.
Where do I find this "syntax"? I would like for the column to only show up on my main page as well.
Reply With Quote
  #176  
Old 09-01-2006, 03:22 PM
jpfitness jpfitness is offline
 
Join Date: Feb 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterska2
in the right_column template

FIND

Code:
<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; Block Name</b></span></td>
</tr>
DELETE IT.
Thanks... That worked!
Reply With Quote
  #177  
Old 09-01-2006, 04:19 PM
hydn hydn is offline
 
Join Date: Oct 2005
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok tried this hack. and work perfect except for the show threads template. Non of the table widths are obeyed and it's totolly off. Any quick tips on what to make sure of on the showthreads.php template?
Reply With Quote
  #178  
Old 09-01-2006, 06:26 PM
jpfitness jpfitness is offline
 
Join Date: Feb 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yinyang
yup.

just follow the instructions, but instead of inserting after header, insert after (or before depending on your style) $header on forumhome template. and instead of inserting into $footer, insert right before $footer on forumhome template.

hope that helps!
This is confusing. I am trying to make my vertical ads appear only on forum home, but not on any inside pages. I tried to follow these directions, but didn't find the code you were referring to. Can you further explicate?
Reply With Quote
  #179  
Old 09-01-2006, 10:49 PM
onewaydom onewaydom is offline
 
Join Date: Mar 2006
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, when I click on the forum I would like for the right side column to remain either (a) on the right (b) just dissapear. Right now when I click on a forum it distorts the entire bottom of my page, the footer.

check it out..

www.atlanticblvd.com/forum


advice?

thanks..
Reply With Quote
  #180  
Old 09-02-2006, 02:31 PM
hydn hydn is offline
 
Join Date: Oct 2005
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's my code:

Header:
Code:
<!-- Right Column Code  -->
<table border="0" width="865" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->
Footer:
Code:
</td>
<td width="160" valign="top" align="left">
<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="130">
<tr>
<td class="tcat"><span class="smallfont"><b>My info here</b></span></td>
</tr>
<tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#FFFFFF">
<!-- Begin custom code -->
<!-- End custom code -->
</td>
</tr>
<tr>
<td class="tcat"><span class="smallfont"><b>My info here</b></span></td>
</tr>
<tr>
<td color="#FFFFFF" width="100%" bgcolor="#FFFFFF">
<!-- Begin custom code -->
<!-- End custom code -->
</td>
</tr>
</table>
<br /></td>
</tr>
</table>
</td></tr>
</table>
<!-- End Left Column Code -->

It works perfect as a right colum. How do I move it to the left? Can I edit what's above?

Thanks
Reply With Quote
  #181  
Old 09-02-2006, 03:59 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ hydn, check the first post and there is a link to the left side version there.

@ jpfitness, see post #174 for how to stop the column from appearing on the portal, or check my profile for on forumhome only.

@ onewaydom, can you confirm exactly where you put the second template edit or if you have already resolved this. If it is not resolved, please also supply a test login for your site as it is not accessible to guests.
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:55 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.09040 seconds
  • Memory Usage 2,315KB
  • 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
  • (5)bbcode_code
  • (3)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
  • (1)pagenav_pagelinkrel
  • (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