The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
UA Sidebar 3.0.7 Details »» | |||||||||||||||||||||||||
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.7 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 --> Show Your Support
|
Comments |
#32
|
|||
|
|||
Thanks
|
#33
|
|||
|
|||
I just installed and read the instructions. When I installed it as product, I do not see Admin option for UAsidebar.
|
#34
|
|||
|
|||
You need to go into Admincp > Forums and moderators > Forum Manager and then select to edit the forum of you choice and you will find what you want at the bottom
|
#35
|
||||
|
||||
Hi jaks, nice add-on. I tried it out on one of my forums, and have one thing that might be considered a bug. When the items in the sidebar are longer than the thread, the sidebar clashes over the footer and that doesn't look good. Is there somehow to alter it so that it would push down the footer so it won't clash over the footer?
And, I second the request to include a feature that would allow to place the sidebar in all sub-forums per category. |
#36
|
|||
|
|||
Thanks for this hack.
i install this hack.this is working fine in the forums. but i need sidebar in homepage? can u tell me what can i do? |
#37
|
|||
|
|||
The CSS make IE mess up the scrollbar, is there other way to define that CSS? If I remove "body", for i.e. like this:
Code:
/* Start UASidebar Right CSS */ #UAcontentright { margin-right: 180px; } { height: 100%; overflow: auto; } #UAsidebarright { float:right; margin-top: 26px; width: 175px; } /* End UA Sidebar Right CSS */ Also, mi thread?s list begin at the bottom of the sidebar (only when using IE). |
#38
|
|||
|
|||
I cant get it to go on the side of the home page?? It makes A side bar when you go into a thread not on the home page? help please
|
#39
|
|||
|
|||
X-two
|
#40
|
|||
|
|||
got it
|
#41
|
|||
|
|||
i need help can u explain were do i put the codes?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|