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 |
#12
|
||||
|
||||
thanks for this
|
#13
|
|||
|
|||
The CSS issues are now resolved. Glad you like it.
|
#14
|
|||
|
|||
Thanx great work but can I use Html in blocks??
|
#15
|
|||
|
|||
Some of those future features that may or may not be added i could really use. Anyway's, i have this installed on my forum and have no issue's so far.
Now off to find more codes to install that don't work in 3.7 lol |
#16
|
|||
|
|||
Quote:
|
#17
|
|||
|
|||
No it was solved and was fixed in UAsidebar 3.0.3.
|
#18
|
|||
|
|||
Great ! Nice hack, i like it
Thanks a lot, jaks EDIT : small correction (to worry you) In your XML, you have : HTML Code:
print_table_header($vbphrase['sidebar_forum_title']); HTML Code:
print_table_header($vbphrase['sidebar_title']); |
#19
|
||||
|
||||
this is not working for me whatsoever.
|
#20
|
|||
|
|||
Going to have to be more specific so I can help you figure out what the problem is.
|
#21
|
|||
|
|||
Not working for me either. I have done everything you asked in the readme file but I don't see anything on the forumhome page. Not a thing. Can't see as it has added any options, where do I edit these blocks?
UPDATE I can see the options in the Forum Manager to edit the forums, but it doesn't show up even when I turn all three on and put in some crap. Do I need to sort out the margin px first cos if I do then it's a bit silly cos I can't see how it will show up for me to sort it out. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|