The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Everywhere Sidebar 4 VB4 Details »» | |||||||||||||||||||||||||||||||||||||||||
vbfixer.com
Latest news::
By default VB4 sidebar will be shown only on forum home page. This mod Will display the Sidebar everywhere in the forum. This mod assumes that you already set your sidebar block from "forum blocks manager". Current Version: 1.5.3 (Free) 2.2.13 (Gold) Demo: Latest Technology Features :
Requested Features [ To Do ] :
Mod requirements:
1. Download plugin. Only free ver:If you are using vb4.1.11 or above download the "cssrollup_everywhere_sidebar.xml" and upload "cssrollup_everywhere_sidebar.xml" to /includes/xml directory. 2. Login to your vBulletin admincp. 3. Open "Plugins & Products", and go to "Manage Products". 4. Click on "[Add/Import Product]". 5. Import the product-everywhere_sidebar_xxx.xml file that you download. Make sure you set "allow overwrite" to "yes". Only free ver:Also if you are updating the product you need to disable then enable (or even un-install then install) the product to let the product knows about the "cssrollup_everywhere_sidebar.xml". Optional steps for setting different blocks for different forums and pages: 6. Go to mod options Admincp->Settings->options->EveryWhere Sidebar (ESB) options 7. Go down until you see "Block Configuration Switch" check "yes" and save. 8. Go to you forum home you will see all your blocks even the empty ones with blockid below each blcok as in this picture. 9. Any block you want to hide add its block id with colon on "Filter Blocks by forums" or "Filter Blocks by page" text box in the mod options. For example to hide block_html_7 on all forums except forum id 1 and 2 we will add this "block_html_7:1,2" without qoutes to "Filter Blocks by forums"box; and to hide it in all other pages except faq and calendar we will add this "block_html_7:faq,calendar" without qoutes to "Filter Blocks by pages" box. See picture below 10 To hide inactive blocks and blockid title for admins set back "Block Configuration Switch" to "No" and save Optional step to force sidebar to be always visible and hide collapse button : 11. Go to mod options Admincp->Settings->options->EveryWhere Sidebar (ESB) options 12. Set "Don't hide ESB switch" to "yes" and save. Optional steps for Translation install: Download the german translation from here To import the German translation goes as follows: Admincp => Languages & Phrases download => Languages / upload => Click on "EITHER upload the XML file from your computer" click Browse and select the translation from => at "Language Override chooses her German => Import => Done Optional steps for vBadvanced:(Not supported) This thread is created by qG ThaLiX, he asked then he answers his question intersting thread. I don't have vBadvanced but it seams it is working from the replies. http://www.vbadvanced.com/forum/showthread.php?t=40407 Instructions for custom pages: Please note: You don't need this unless you are planning to show sidebar on cutom pages. 1. First enable showing sidebar for custom pages from mod options. 2. Open your custom template search for PHP Code:
PHP Code:
PHP Code:
PHP Code:
3. Open custom page php file and before the render line "$templater->render();" add PHP Code:
save and upload you php file 4. You are done How To Add Blocks To Sidebar: From your admincp click on "Forums & Moderators" then click "Forum Blocks Manager". Hit "Add Block" you will see a dropdown list of block types. Select the type of block you want and hit continue. Now set your block and save. You are done and this new block should be shown on your sidebar. Bugs fix: ver 1.1.2 1. Fixed for custom pages the sidebar will always be on the right side. ver 1.1.3 1.Fixed compatibility with vb 4.0.2. ver 1.1.4 1.Fixed when store CSS Stylesheets as Files enabled. ver 1.2.2 1.Fixed now it is shown on editpost and newreply pages. 2. Fixed blank screen when user is logged with same username and password. 3. Fixed in displaying the correct block id in block configuration mode. ver 1.3.1 1. Minor bug fixed to adjust sidebar when force to make it always visible. ver 1.3.3 1. Minor bug fixed that is a php block is not visible in forumhome. ver 1.4.3.1 1. More stable, better optimized and fixed previous compatibility problems. ver 1.4.4 1. Css style is sorted to better sidebar looking. ver 1.4.4.1 Some bugs fixed with new onload option introduced ver 1.4.4.2 Loading page and force insert css bug fixed with 1.4.4.2 ver 1.4.4.3 ESB go to the bottom of the page when "store css as file" set to yes bug fixed with 1.4.4.3 To Fix Quickreply width: If you have the problem of quickreply coming to wide please use Mike instructions to fix Forum bug: 1. Open editor.css and find PHP Code:
PHP Code:
To Adjust sidebar top level: form admincp open forumhome.css in the style you want to change or use the master style to effect all styles change the padding size for #sidebar_container as you wish eg padding:50px 0; Note:In the new vb versions sidebar css has been moved from forumhome.css to separate file called sidebar.css Most asked question: Q:I've installed your sidebar mod and it works fine except on the forumhome! The sidebar is showing at the bottom of the page. Any idea how to fix it? A:It is either due to one of these: 1. you are using a custom style that is changing the forumhome look. 2. You are using a nother mod that is changing the content of froumhome before this ESB. ESB needs to see this in forumhome PHP Code:
PHP Code:
for the latest version 1.4.1+ it looks for PHP Code:
PHP Code:
PHP Code:
PHP Code:
To Get Support:
Gold Everywhere sidebar can be ordered from here Old versions can be downloaded from here Enjoy Download Now
Screenshots
Show Your Support
|
Comments |
#982
|
||||
|
||||
Thanks, but as I said, I followed the instructions to the letter. Doesn't work, something appears to be missing somewhere. Or maybe the person over at the other site did a few more things than he/she remembered. *shrugs* Perhaps vba requires some additional items on its list, will look into it more over the weekend.
EDIT: Oh and if I figure it out I'll let yas know incase anyone else is having issues, Btw, is it at all possible to set the sidebar so its minimized/hidden by default instead? |
#983
|
|||
|
|||
Quote:
The above code is different than qG ThaLiX code Try it and let me know how it goes |
#984
|
||||
|
||||
Soz, didn't check it, lawl.
But have tried, still no go am afraid. Its possible it could be due to that they only used center columns on their vba. Am going to load up a test system on my home machine and see if it works that way and if so it'll give a rough idea on where to check the code and whatnot I hope. This isn't the first mod I've had that was a bit iffy at first with vba, thankfully from that experience I was able to learn how to fix em, so hopefully this won't be too much of a problem, |
#985
|
|||
|
|||
Quote:
Get back to us with good news so that others benefit from your test BTW: use my code i posted to you above and not the code posted by qG ThaLiX . |
#986
|
|||
|
|||
You might want to make a note in the 'about' text to inform people that using this will cause the forum body to load before the sidebar loads, thus causing their sites to jump around the page as it loads up. Could have saved me a lot of troubles. Will happily use once the sidebar loads first and my site doesn't jerk around the page, just too distracting for my members so uninstalling for now.
|
#987
|
|||
|
|||
Quote:
|
#988
|
|||
|
|||
Hi Almannai,
I am on 1.4.3 here is a video of the sidebar refreshing. I did two page refreshes on the video. Happens in ff4 and chrome. Are you not seeing this on other forums? If not do you have an example forum I could see? Anyway here is the video: http://min.us/mvpib98 Thanks |
#989
|
|||
|
|||
Quote:
|
#990
|
|||
|
|||
Quote:
|
#991
|
||||
|
||||
Well, I managed to find the info I was after in ref to force-setting the sidebar to collapsed mode by default over at vbulletin.com forums.
However, there is a problem in that with ESB enabled it ignores the script. Mind you I've only just installed the script (which works great incase anyone else was after something like this), and am about to head out so can't debug it til I get home later tonight. But when I get time I'll have a look into it and see about adding the code to work with ESB, and unless someone beats me to it I'll post the mod here incase anyone wants it, 1 problem solved, an another bug pops up, lawl. Typical, hehehe. EDIT: K, quickly had time to fiddle an figured it instantly out. In order to have the sidebar defaulted to collapsed using ESB you have to either edit the product xml file and import that, or you have to edit the sidebarext_temp template. Either way its the same code to add above both lines that are ref'd via "sidebar.js". Okay to default it to collapsed simply search for the TWO lines (both are identical so just repeat the find): Code:
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-sidebar.js?v={vb:raw vboptions.simpleversion}"></script> Code:
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-sidebar-closed.js?v={vb:raw vboptions.simpleversion}"></script> Thats it. Course we can go further and make it a full option easy enough I guess. Oh and to make it easier I've quickly modded the 1.4.3 ESB with the above code for anyone who doesn't wanna fiddle with the templates, hehe. Hope it helps, However I have found a bug in ESB, not sure why it happens and haven't fully tested/checked how many other areas it effects. But on some styles, when ESB is enabled, and you go to the forum home (forum.php) area. Some images get blanked or something. As I said though I've only just noticed this and haven't got the time to debug atm. But thought it best to bring it to attention. EDIT: Quickly added a before/after image so you can see what I mean about the transparency or hiding bug. ESB_Disabled is of course what it looks like when the product isn't running. And as you'll see when its enabled for some reason the background image for those areas vanishes. Anyways, better rush else will be late, lawl. Will look further into the code when I get home later. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|