|
UA Sidebar 3.0.6 for VB 3.6.x - VB 3.7 Beta 3
This modification is in the archives.
CSS Issues were addressed in UAsidebar Version 3.0.5 Please make sure to update your CSS code for your style, upload the newest product and overwrite the previous versions.
A simple variation of the Forum Intro Mod. This will add upto 3 blocks as a sidebar on your forum index pages. Each forum would have it's own 1-3 bocks. You can turn them on or off. Block 1 is the Key block, if it is not enabled no blocks will show regardless of how blocks 2 and 3 are set. This is the second version and is labelled 3.0.1. 3.0.0 Had an issue with the new profiles. Apparently I used the same name for my wrapper as it does so i quickly changed it. This will also work with VB 3.6.x Add your block code in Admincp >>> Forum Manager >>> Whatever Forum near the bottom of the options. Template edits must be made. Instructions are below. Each edit is clearly labelled to make it easy to find in or remove from your templates. *** Advertising removed *** UA_Sidebar Update 3.0.6 changes:
Known Bugs
CSS CODE ############################# *Note* You will have to adjust the top margin to line up with your style. 26px worked for me but you may need more or less to line up with the navbar.*END NOTE* Add this CSS code to the bottom of the Additional CSS Definitions box for the style you are using. For a left sidebar Code:
/* Start UASidebar Left CSS */
#UAcontent
{ margin-left: 175px; }
body
{ height: 100%; overflow: auto; }
#UAsidebar
{ float:left; margin-top: 26px; width: 175px; }/* END UA Sidebar CSS */
/* End UA Sidebar Left CSS */
Code:
/* Start UASidebar Right CSS */
#UAcontentright
{ margin-right: 180px; }
body
{ height: 100%; overflow: auto; }
#UAsidebarright
{ float:right; margin-top: 26px; width: 175px; }
/* End UA Sidebar Right CSS */
############################### In the forumdisplay template find Code:
$navbar Code:
<!-- Start UA Sidebar Left Top --> $ua_sidebar_forumdisplay_bit <!-- / End UA Sidebar Top --> Code:
<!-- Start UA Sidebar Right Top --> $ua_sidebar_forumdisplay_bit_right <!-- / End UA Sidebar Top --> #################### In footer template find Code:
$spacer_close Code:
<!-- Start UA Sidebar bottom --> $ua_sidebar_footbit <!-- End UA Sidebar Bottom --> Download
This modification is archived, downloads are still allowed. Screenshots |
|||||||||
Similar Mods
| Forum Display Enhancements UA Sidebar 3.0.7 | vBulletin 3.7 Add-ons |