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 |
#552
|
|||
|
|||
Could you make a version for vbulletin 4.1.5
|
#553
|
|||
|
|||
I added the mod and clicked enabled, but it does not show up on my homepage or any pages.
|
#554
|
||||
|
||||
For those that have been trying to change the poll font color:
Edit the sc_pollresult template (in the Sidebar Column Templates group) Original template: Code:
<tr> <td class="poll" colspan="2"> <if condition="$option['uservote']"> <em>$option[question]</em> <else /> $option[question] </if> <if condition="$show['pollvoters']"><div class="alt2 smallfont" style="border:inset 1px; margin-top:$stylevar[cellpadding]px; padding:$stylevar[cellpadding]px">$names</div></if> </td> </tr> <tr> <td class="nowrap" width="80%"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="nowrap" align="left"> <img src="$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[open].gif" alt="" width="3" height="10" /><img src="$stylevar[imgdir_poll]/bar$option[graphicnumber].gif" alt="" width="$option[percent]" height="10" /><img src="$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[close].gif" alt="" width="3" height="10" /><img src="$vboptions[cleargifurl]" alt="" width="$option[remainder]" height="10" /></td> <td class="poll" align="right">$option[percent]%</td> </tr></table> </td> </tr> Code:
<tr> <td class="smallfont" colspan="2"> <if condition="$option['uservote']"> <em>$option[question]</em> <else /> $option[question] </if> <if condition="$show['pollvoters']"><div class="alt2 smallfont" style="border:inset 1px; margin-top:$stylevar[cellpadding]px; padding:$stylevar[cellpadding]px">$names</div></if> </td> </tr> <tr> <td class="nowrap" width="80%"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="nowrap" align="left"> <img src="$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[open].gif" alt="" width="3" height="10" /><img src="$stylevar[imgdir_poll]/bar$option[graphicnumber].gif" alt="" width="$option[percent]" height="10" /><img src="$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[close].gif" alt="" width="3" height="10" /><img src="$vboptions[cleargifurl]" alt="" width="$option[remainder]" height="10" /></td> <td class="smallfont" align="right">$option[percent]%</td> </tr></table> </td> </tr> |
#555
|
||||
|
||||
Quote:
Quote:
|
#556
|
|||
|
|||
Anyone know how to make this align to the top? If the sidebar isnt as long as the forums themselves, it align in the middle, and doesnt look right.
|
#557
|
|||
|
|||
Quote:
Finally got it to work doing it manually..thanks! But, 2 things... The "User Information" blocks shows, but it doesn't contain the avatar. Although the avatar shows on the index page. Also, I can't get the "Latest Threads" block to show. Any ideas? |
#558
|
|||
|
|||
Also, does anyone know how to make it so the "User Information" box isn't so big for unregistered/not logged in users? For some reason it gets wider.
Please help, thanks! |
#559
|
|||
|
|||
I figured it out myself.
If anyone wants to do this, just go to Style Manager >> Edit Templates >> SideBar Column Templates >> SC_User. Then replace the Login Code with the following: Code:
<!-- login form --> <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">$vbphrase[username]</label></td> <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td> </tr> <tr> <td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td> <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td> </tr> </table> <center><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label><br> <input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></center> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> <!-- / login form --> |
Благодарность от: | ||
Max Taxable |
#560
|
|||
|
|||
Most everything sets up and works well for me in v/b 3.8.7, but so far I've noticed that setting the width of the sidebar is only effective for members who are signed in. The width adjustment setting control isn't followed when viewing as a guest in either ffox or ie
ipad viewing when either logged in or not, displays the sidebar as sort of hanging outside the main body content. Any suggestions for solutions are welcome and appreciated. |
#561
|
|||
|
|||
Seem to be having a problem with polls. It will not allow me to vote in a poll just says invalid poll specified. When disabling the mod the poll then works fine!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|