vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Put a Column on the RIGHT side of every forum page (https://vborg.vbsupport.ru/showthread.php?t=94495)

jpfitness 08-31-2006 07:05 PM

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.

peterska2 08-31-2006 08:15 PM

in the right_column template

FIND

Code:

<tr>
<td class="tcat"><span class="smallfont"><b>&raquo; Block Name</b></span></td>
</tr>

DELETE IT.

hydn 08-31-2006 09:54 PM

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?

jpfitness 09-01-2006 03:18 PM

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.

jpfitness 09-01-2006 03:22 PM

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! :)

hydn 09-01-2006 04:19 PM

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?

jpfitness 09-01-2006 06:26 PM

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?

onewaydom 09-01-2006 10:49 PM

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..

hydn 09-02-2006 02:31 PM

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

peterska2 09-02-2006 03:59 PM

@ 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.


All times are GMT. The time now is 04:14 AM.

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.01679 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete