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)

Fewski 08-16-2006 12:21 AM

Excellent product!

Only problem is, if you have a border around your forum (Before the real background) the colum doesn't include that, so it looks a little funkey.

Here's a screen:

jwashburn 08-18-2006 03:30 PM

Could some one explain to me how to move it below the navabar? I saw some posts about adding <br />

Where do i do that? IN the XML file or in the header template? I have tried moving it around in the header template with no luck

Will.Spencer 08-25-2006 11:45 AM

Quote:

Originally Posted by tommyxv
Who-ever is having trouble with it should perhaps just use the on posted on vbulletin.com

http://www.vbulletin.com/forum/showthread.php?t=156775

Thanks! That worked for me! :)

ltaylor 08-27-2006 10:59 PM

Hi Amy,

Love the hack :-)
how would i stop the right hand column from showing on VBAdvanced Portal Page?

Thank you for your reply,
Laura

peterska2 08-27-2006 11:08 PM

around the edits in your header and footer template put

Code:

<if condition="THIS_SCRIPT!='adv_index'">header/footer edit here</if>

ltaylor 08-28-2006 10:27 AM

What do you mean around the editsin your header and footer template?

I'm not quite sure where to paste the code?
Code:

<if condition="THIS_SCRIPT!='adv_index'">header/footer edit here</if>
Thanks again for your help

ltaylor 08-28-2006 06:35 PM

bump

BadRobot 08-30-2006 01:50 PM

I get the space for the colum but the box doesnt show up.

I dont understand What to do with the XML File??

peterska2 08-30-2006 05:16 PM

Go to products and plugins > manage products.

Click Add/Import Product.

Import the product with the import box in the same way as you upload custom avatars or attachments.

peterska2 08-30-2006 05:18 PM

Quote:

Originally Posted by ltaylor
What do you mean around the editsin your header and footer template?

I'm not quite sure where to paste the code?
Code:

<if condition="THIS_SCRIPT!='adv_index'">header/footer edit here</if>
Thanks again for your help

In the installation instructions, there are two template edits, one of which is for the header template and the other is for the footer template.

Put
Code:

<if condition="THIS_SCRIPT!='adv_index'">
before the edits and
Code:

</if>
after them.

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.

jpfitness 09-02-2006 06:11 PM

Quote:

Originally Posted by jpfitness
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?

Nevermind... I finally figured it out based on the info in that last post I quoted. Sometimes it helps if you just take things extremely literally! Thanks for all the help on this.

hydn 09-02-2006 09:16 PM

Quote:

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


the first post says:

"To use this with the left column product, change the header code to:"

I don't have the left column product installed. Can i just edit to make it work? or will I have to have TWO products install just to get one to work?

peterska2 09-02-2006 10:21 PM

the line above that contains the link to the left column product, or you can search for it, or you can find the link in [name]amykhar[/name]'s profile.

hydn 09-03-2006 07:26 AM

Quote:

Originally Posted by peterska2
the line above that contains the link to the left column product, or you can search for it, or you can find the link in [name]amykhar[/name]'s profile.

Thanks. Which now bring me back to my original post in this thread:

Quote:

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?

peterska2 09-03-2006 09:27 AM

The left column one is identical to this one but on the left.

The only thing I can think of that is causing confusion here is that there is an optional] add-on available for that one which is a completely seperate modification that is for vertical site navigation.

The core left column on all pages modification is the mirror image of this one - check the screenshots if unsure.

Finally, if there is still any confusion regarding that modification, then please post in that thread instead of this one as it is not relevant to this modification.

puregraf 09-06-2006 06:58 PM

great hack, installed

puregraf 09-06-2006 07:49 PM

hi, i installed and it works great. i was wondering, can i make this module collapsable? if so, how do i do this?

edit.

puregraf 09-06-2006 09:27 PM

Quote:

Originally Posted by peterska2
In your header template just before the added code add
Code:

<if condition="THIS_SCRIPT!='adv_index'">
and after the added code add
Code:

</if>
repeat this for the footer template. The column will then be ignored for the vBAdvanced index page.

thanks.

also, how can i fix my arcade page: http://www.puregraffiti.com/graffiti-space/arcade.php?
theres a big blank spot where the right nav should go but its not showing. i would like it to show on the arcade page

also, how can i make it not appear also on my photopost main index page which is : http://www.puregraffiti.com/graffiti-gallery/index.php

I dont mind if it shows on all the other photopost pages, i just dont want it to show on that main page


thanks so much!!

puregraf 09-07-2006 08:30 PM

my arcade isnt working now because of this install, the users finish the game and go to save the score and instad of saving it it takes them to an error pagE: http://www.puregraffiti.com/graffiti...de&do=newscore

do you know how to fix this?

thanks

wacnstac 10-24-2006 01:59 AM

Great hack! I use this to display Google ads, but would like to know how to extend this hack so that two Google ads would be displayed on longer threads and only one Google ad on short threads. Any ideas?

Lonny 10-27-2006 01:25 PM

does it work for 3.6.2 ?

amykhar 10-27-2006 01:37 PM

As well as it worked for any other version ;)

NSeXcellent 10-29-2006 10:00 AM

Quote:

Originally Posted by amykhar
As well as it worked for any other version ;)

Quick question so I dont have to read through every page here. Where do I go to add content to this navbar? I am having trouble with that :)

bluemike 11-29-2006 05:19 PM

Quote:

Originally Posted by hydn (Post 1066249)
Here's my 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">


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

Thanks

How can it work if the footer code starts with an incomplete tag (i.e. there is no <td> for your </td>?

rob30UK 12-10-2006 08:15 AM

Dunno if someone knows the answer to this, but for some reason in my right_column template, $show['member'] always evaluates to false.... i am showing a login box on the right column, and it is always there.... regardless of being logged in or not.



In addition, none of the other variables needed are being populated.

This is code I want to use
Code:

<if condition="$show['member']">
 
  <td class="alt2" valign="top">
  <div class="smallfont">
  <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
  <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
  <if condition="$show['pmwarning']"><br /><strong><phrase 1="$pmpercent">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
  </div>  </td>

<else />

    blah

</if>



Anyone have any ideas?

taumau 12-11-2006 09:29 PM

Will this work in the 3.6.0 version?

germinus 12-14-2006 01:46 PM

how do you add more than one box? can some1 explain this is a very s i m p l e way please ;)

puregraf 01-04-2007 06:36 PM

I dont want it to display on my photopost page, just my vbulletin, how can i do this so it only displays on my vbulletin?

DaPro 01-06-2007 11:42 PM

Quote:

Originally Posted by rob30UK (Post 1135570)
Dunno if someone knows the answer to this, but for some reason in my right_column template, $show['member'] always evaluates to false.... i am showing a login box on the right column, and it is always there.... regardless of being logged in or not.



In addition, none of the other variables needed are being populated.

This is code I want to use
Code:

<if condition="$show['member']">
 
  <td class="alt2" valign="top">
  <div class="smallfont">
  <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
  <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
  <if condition="$show['pmwarning']"><br /><strong><phrase 1="$pmpercent">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
  </div>  </td>

<else />

    blah

</if>

Anyone have any ideas?

I am having this same issue can someone please help me out.

Magnetism 01-12-2007 11:18 AM

Is it possible to add an image instead of having the default image where the header is?

I hope you know what I mean. If not I'll make up a screenshot in photoshop.


All times are GMT. The time now is 03:40 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.02152 seconds
  • Memory Usage 1,840KB
  • 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
  • (14)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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