vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Ad on left/right side of forum (https://vborg.vbsupport.ru/showthread.php?t=108664)

checkmail 02-22-2006 10:22 PM

Ad on left/right side of forum
 
Hello, I would like to ad a "skyscraper" ad on the left or right side of my forum. Where do I put the ad source code?

Thank you,
Checkmail

Marco van Herwaarden 02-22-2006 10:42 PM

See the profile of Amykhar

ubblite 02-26-2006 12:14 AM

I can't get Amykhar's product working without problems. I've also noticed many are in the same boat as me with issues. Does anyone have a working solution in vb 3.5.3 which shows a left side column below the navbar & displays correctly in both IE & Firefox without navbar/thread compression problems at 800x600 resolution? A solution would be much appreciated.

Smiry Kin's 02-26-2006 01:23 AM

check vb.com they have there own columns etc etc

ubblite 02-26-2006 01:37 AM

Quote:

Originally Posted by Smiry Kin's
check vb.com they have there own columns etc etc

Sorry, I accidentally left details out. vb.com does have plenty of threads regarding how to put a left side column directly beneath the navbar on your forum, but none on how to do this with success regarding forumhome only. I also can't find any info that has actually worked for 3.5.3 in both IE & Firefox here at vb.org

RDX1 02-26-2006 01:53 AM

Just edit the forumhome template.

Under $navbar add:

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="170" valign="top" align="center">ENTER AD CODE HERE</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">

Above $footer add:

</td></tr>
</table>
</td></tr>
</table>

Smiry Kin's 02-26-2006 02:13 AM

Quote:

Originally Posted by RDX1
Just edit the forumhome template.

Under $navbar add:

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="170" valign="top" align="center">ENTER AD CODE HERE</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">

Above $footer add:

</td></tr>
</table>
</td></tr>
</table>

suppose thats it, post a screen when you done it cheers :P

LEAD_WEIGHT 02-26-2006 06:20 AM

I think he wants it to display in all forums without it gimping all the site. It seems to shrink down on postbit and not keep size.

ubblite 02-26-2006 06:24 AM

Quote:

Originally Posted by RDX1
Just edit the forumhome template.

Under $navbar add:

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="170" valign="top" align="center">ENTER AD CODE HERE</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">

Above $footer add:

</td></tr>
</table>
</td></tr>
</table>

That worked perfectly. I could be wrong but I'd bet you'd draw some interest if you were to release this in the 3.5 Modifications area as I've seen people ask for this before, yet it has never been released.

Thank You.

Quote:

Originally Posted by LEAD_WEIGHT
I think he wants it to display in all forums without it gimping all the site. It seems to shrink down on postbit and not keep size.

I was looking to display this on the forumhome only, where as the other code modifications up until now that I've tried have been for all forums, while a few others were supposed to work for the forumhome only but never did display quite right. The code posted by RDX1 has been the only solution for me which displayed properly in both IE & FF.

Smiry Kin's 02-26-2006 06:37 AM

ubblite could you provide a screenie of what excatly is does/ what you wanted it for.. share your idea! :P

ubblite 02-26-2006 07:31 AM

1 Attachment(s)
Quote:

Originally Posted by Smiry Kin's
ubblite could you provide a screenie of what excatly is does/ what you wanted it for.. share your idea! :P

Sure, here you go. The added code provides a left side column beneath the navbar on the forumhome only (I increased the border thickness slightly as you can tell).

LBSources 02-27-2006 03:25 PM

good deal.. works alot better

Stokerockscene 03-03-2006 09:50 AM

how do you get it on all forum pages?

balkanf 04-03-2006 12:12 PM

1 Attachment(s)
my problem is exactly the opposite. i have done this on forumhome and forumdisplay but i cant find out how to do it on showthread. the attachment shows what exactly i want to do. every time i try, the alignment of everything gets screwed up. can anyone help?

balkanf 04-04-2006 11:57 AM

anyone? :(

SaN-DeeP 04-04-2006 12:09 PM

check this : Put a Column on the RIGHT side of every forum page

arossphoto 04-12-2006 09:51 PM

Quote:

Originally Posted by RDX1
Just edit the forumhome template.

Under $navbar add:

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="170" valign="top" align="center">ENTER AD CODE HERE</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">

Above $footer add:

</td></tr>
</table>
</td></tr>
</table>

If I want a column on the right side would I put this code below this?

$forumbits

<!-- /main -->

Thanks,

Andrew

peterska2 04-12-2006 09:59 PM

Take a look at the link in the post above yours. The solution is there.

arossphoto 04-12-2006 10:18 PM

I installed that already, but I don't want the right column on every page. Maybe I missed something within the thread, but I don't recall any solution to just put it on select pages.

Cheers,

Andrew

peterska2 04-12-2006 10:29 PM

oh right sorry,

what pages do you want it on? I can code it up late this evening for you.

arossphoto 04-12-2006 11:09 PM

Cool! I was thinking the forum index and forumdisplay right now. It would be awesome if there is a way to restrict by usegroup as well. This will be used primarily for ads, and I may want to offer ad free pages as a subscription.

Cheers,

Andrew

peterska2 04-12-2006 11:29 PM

ok, I'm just sorting something else out then when I'm done I'll do this.

peterska2 04-13-2006 01:06 AM

1 Attachment(s)
Right, here you go.

Use the attached instructions instead of the ones included with my sidebar mod found here: https://vborg.vbsupport.ru/showthread.php?t=112704

That will put the sidebar on the right on the forumhome and forumdisplay pages only.

Support will be via the thread linked to above, just remind me that it is this version that is on the right, not the left.

arossphoto 04-13-2006 01:30 AM

Thanks very much. Do I still have to install the xml file available with your side mod?

Cheers,

Andrew

peterska2 04-13-2006 01:32 AM

Yes, otherwise there will be no sidebar. You would just get a blank gap.

arossphoto 04-13-2006 05:30 AM

Sorry but the code below doesn't appear to be in the FORUMHOME template.

Code:

In FORUMHOME TEMPLATE

FIND

<thead>
        <if condition="$show['guest']">
        <!-- guest welcome message -->



All times are GMT. The time now is 07:04 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.01157 seconds
  • Memory Usage 1,769KB
  • 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
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete