The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Sidebar Column Details »» | |||||||||||||||||||||||||||||||||
Description:
This MOD automatically create a sidebar column on the left or right in your forum. Features:
Plugins: 3 Phrases: 57 Templates: 17 Settings: 20 Install: 1. Import Product via Manage Products ACP >> Plugins & Products >> Manage Products >> [Add/Import Product] Settings: ACP >> vBulletin Options >> Sidebar Column Settings History: v3.8.001 : First Release v3.8.002 : Add Option for StyleID PS: Work fine with 3.7.x (Tested) Thanks to:
Similar Mods: Sidebar Lastest Threads Sidebar Poll Download Now
Screenshots
Show Your Support
|
Comments |
#432
|
||||
|
||||
hope this helps..works on all my themes..3.8.4
|
#433
|
|||
|
|||
I would like to change the colour of the font that shows the results next to the bars is black atm and as i have a black background you cant see it, could someone please assist me.
|
#434
|
|||
|
|||
also how would i get my upcoming events into the side bar
cheers retta |
#435
|
|||
|
|||
I would like that as well. Also, the poll is not working.
|
#436
|
|||
|
|||
How can I change the section-titles ?
|
#437
|
|||
|
|||
I really need that functionality.
|
#438
|
|||
|
|||
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 /> </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- >
* * *
<!-- 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]
|
#439
|
|||
|
|||
Quote:
Thanks though! |
#440
|
|||
|
|||
+1 for collapsible. Also, how can I exclude it from my vBA pages?
|
#441
|
|||
|
|||
Hello,
I need help with the Sidebar 3.8.002. As you can see here in the VBA page there is a big empty space on the left -this is due to the Sidebar. In the forum is working fine. How can I make that white "bar" disappear from the main VBA page? Thanks much |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|