first i would like to say thanks for the awesome hack kerry.
secondly, i feel like a total n00b for saying this but i can't even get the right column to work...
i followed the guide in the zip, enabled the right column in the vBulletin options > Ultimate Side Columns Options, then i tried to put some code onto the usc_block11 (i had no idea what i was doing here). I basically just want to make adsense ads show up in a right column. This is my code:
Code:
<tr>
<td class="alt1"> //had no idea what to put in the class
//adsense script
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXXXXX";
/* 120x600, created 7/9/08 */
google_ad_slot = "XXXXXXXXXX";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
If anyone could help me out, give me a rough idea how to get it working, or anything i would greatly appreciate it.