Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 02-22-2006, 10:22 PM
checkmail checkmail is offline
 
Join Date: Aug 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 02-22-2006, 10:42 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

See the profile of Amykhar
Reply With Quote
  #3  
Old 02-26-2006, 12:14 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 02-26-2006, 01:23 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

check vb.com they have there own columns etc etc
Reply With Quote
  #5  
Old 02-26-2006, 01:37 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 02-26-2006, 01:53 AM
RDX1 RDX1 is offline
 
Join Date: Apr 2002
Posts: 497
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #7  
Old 02-26-2006, 02:13 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 02-26-2006, 06:20 AM
LEAD_WEIGHT LEAD_WEIGHT is offline
 
Join Date: Feb 2005
Location: Canada
Posts: 369
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #9  
Old 02-26-2006, 06:24 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #10  
Old 02-26-2006, 06:37 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thread Tools
Display Modes

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 04:06 PM.


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.05859 seconds
  • Memory Usage 2,267KB
  • Queries Executed 14 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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