Thread: Miscellaneous Hacks - Sidebar Column
View Single Post
  #439  
Old 01-13-2010, 01:37 PM
Burleson Burleson is offline
 
Join Date: Sep 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DZaidle View Post
I don't know if this will help you, but here is the sidebar code I use to place ads and external links in the left sidebar. The code is the complete Header template as modified.

Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
	<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
	<td align="$stylevar[right]" id="header_right_cell">
		<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
	</td>
</tr>
</table>
<!-- /logo -->


<!-- SIDEBAR CODE ADDED -->

<table width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0" align="center">
	<tr>

	<td width="150" valign="top" class="page" style="padding: $stylevar[cellpadding]px;">





<! ADVERTISEMENT CODE HERE >

<! -CONTEXTUAL AD PLACEMENT- >

<script type="text/javascript">
var forumnumber="$foruminfo[forumid]";

// -HUNTING

if (forumnumber=="5")  document.write("<a href='http://www.tinks69.com/' target='_blank'><img src='images/TFG_ADS/TEST_ADS/HUNTING/left_side1.jpg'  width='180'/></a>"); 

else if (forumnumber=="7") document.write("<a href='http://www.excaliburcrossbows.com/' target='_blank'><img src='images/TFG_ADS/TEST_ADS/HUNTING/left_side3.jpg' height='460' width='180'/></a>");

else if (forumnumber=="11") document.write("<a href='http://www.cz-usa.com/' target='_blank'><img src='images/TFG_ADS/TEST_ADS/HUNTING/left_side2.jpg'  width='180'/></a>");

// -FISHING

else if (forumnumber=="4") document.write("<a href='http://www.coveharbormarina.com/' target='_blank'><img src='images/TFG_ADS/TEST_ADS/FISHING/left_side1.jpg'  width='180'/></a>");

else if (forumnumber=="3")  document.write("<a href='http://www.huffmarine1955.com/' target='_blank'><img src='images/TFG_ADS/TEST_ADS/FISHING/left_side2.jpg'  width='180'/></a>");

else if (forumnumber=="19")  document.write("<a href='http://www.lmcboats.com/' target='_blank'><img src='images/TFG_ADS/TEST_ADS/FISHING/left_side3.jpg'  width='180'/></a>");

// -GENERAL

else document.write("<a href='http://www.arcticcat.com/' target='_blank'><img src='images/TFG_ADS/TEST_ADS/left_side1.jpg' width='180'/></a>");


</script>

<! /-CONTEXTUAL AD PLACEMENT- >

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*






<!-- LINKS -->

<table border="1"; frame="box"; width="180">
<tr>
<th style="font-size:14pt; family:Veranda; color:green">Links</th>
</tr>

<tr><td  align="center"><a href="http://www.tpwd.state.tx.us" target="_blank"; style="color:blue; font-size:10pt; font-family:'Franklin Gothic Demi';">Texas Parks & Wildlife Dept.</a></td></tr>

<tr><td  align="center"><a href="http://www.fws.gov" target="_blank"; style="color:blue; font-size:10pt; font-family:'Franklin Gothic Demi';">U.S. Fish & Wildlife Service</a></td></tr>

<tr><td  align="center"><a href="http://www.noaa.gov" target="_blank"; style="color:blue; font-size:10pt; font-family:'Franklin Gothic Demi'">NOAA</a></td></tr>

</table>
<!-- /LINKS -->







<! /ADVERTISEMENT CODE HERE >


</td>



	<td valign="top">
<!-- /SIDEBAR CODE ADDED -->


<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]
Thanks for the response. I've got everything working except getting the upcoming events to display as it's not part of this plugin. Pretty new to vB and the million different templates is just frustrating.

Thanks though!
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01029 seconds
  • Memory Usage 1,792KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete