Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cel Forum Sidebar: enable sidebar for IE 6, disable collapsing Details »»
Cel Forum Sidebar: enable sidebar for IE 6, disable collapsing
Version: 4.0.001, by cellarius cellarius is offline
Developer Last Online: Apr 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.5 Rating:
Released: 07-26-2010 Last Update: 07-26-2010 Installs: 15
Uses Plugins Template Edits Auto-Templates
Translations  
No support by the author.

You may not even have noticed, but the forum sidebar does not work for IE6 at all in vB4.0.x. This, obviously, is bad for ad revenue, or if you offer important or convenient information there. Second, if you show ads on a per view basis, you may get problems if you allow collapsing: The ad is actually fully loaded, but then hidden from the view of the user.

What does this mod do?
  • Lets you choose to disable the collapse feature of the Forum Sidebar.
  • Can enable Forum Sidebar for IE 6
How to install it (2 easy steps)?
  • Step 1: Do the template edits given below (if you're using TMS, skip this step!)
  • Step 2: upload product file
Code:
Template edits:

Template FORUMHOME, search for
--------------------------------------------------------------------------------
    <vb:if condition="$show['sidebar']">
    <script type="text/javascript" src="{vb:stylevar  yuipath}/animation/animation-min.js?v={vb:raw  vboptions.simpleversion}"></script>
--------------------------------------------------------------------------------

replace with
--------------------------------------------------------------------------------
    <vb:if condition="$show['sidebar'] AND $show['cel_sidebar']">
    <script type="text/javascript" src="{vb:stylevar  yuipath}/animation/animation-min.js?v={vb:raw  vboptions.simpleversion}"></script>
--------------------------------------------------------------------------------



Template FORUMHOME, search for
--------------------------------------------------------------------------------
        <a id="sidebar_button_link" href="#">
            <vb:if condition="$show['sidebarposition'] == 'left'">
            <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" />
            <vb:else />
            <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" />
            </vb:if>
        </a>
--------------------------------------------------------------------------------

replace with
--------------------------------------------------------------------------------
<vb:if condition="$show['cel_sidebar']">
        <a id="sidebar_button_link" href="#">
            <vb:if condition="$show['sidebarposition'] == 'left'">
            <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" />
            <vb:else />
            <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" />
            </vb:if>
        </a>
</vb:if>
--------------------------------------------------------------------------------



Configuration
The two settings for this mod can be found at:
AdminCP->Settings->Options->Forum Sidebar and Block Options
Enable for IE6: yes/no
Allow collapsing: yes/no


Please note:
I do not support any styling or functionality issues the sidebar may have or cause in IE6.

### Don't forget to click install! ###
(No support if you don't)

Download Now

File Type: zip cel_sidebar_mod_4-0-001.zip (1.7 KB, 82 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 01-05-2011, 11:08 PM
derandechser derandechser is offline
 
Join Date: May 2008
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

i always get a white page when this mod is enabed and it says:

Fatal error: Class 'vB_BlockManager' not found in...blabla

What could it be?

Greetings and thanks for this helpful mod,
Peter
Reply With Quote
  #13  
Old 01-07-2011, 08:47 AM
derandechser derandechser is offline
 
Join Date: May 2008
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
anybody a solution for the problem above?
Reply With Quote
  #14  
Old 01-27-2012, 03:30 PM
ampersand83 ampersand83 is offline
 
Join Date: Jul 2011
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey,

just open the plugin declaration in your vBulletin installation and insert
PHP Code:
require_once(DIR '/includes/class_block.php'); 
above
PHP Code:
$blockmanager vB_BlockManager::create($vbulletin); 
. This loads the missing class and everything works fine again.
I don't know what caused the error but somehow this class must have been loaded at someplace else in a former VB version.

Cheers,

Stefan
Reply With Quote
  #15  
Old 04-04-2012, 01:13 PM
lillylissy's Avatar
lillylissy lillylissy is offline
 
Join Date: Feb 2006
Location: Stuttgart / Germany
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*post deleted*
Reply With Quote
  #16  
Old 09-13-2012, 06:56 AM
sapgaurav sapgaurav is offline
 
Join Date: Apr 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My forum is for HTML Help, many user face isseu in html code and post on my forum but my forum convert all html code to live privew data, how we can display html codes in thread.

also i am using rss aggergate to crawl a technical forum rss feed, we crawl rss feed from thre and then store but all html codes converted into live privew

For example i have following code

<a href="#">This is Test</a>

Now in my site this code convert in This is Test and Link to #

I want to display as its html code
Reply With Quote
  #17  
Old 09-13-2012, 07:07 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your question has nothing to do with this modification. Please open your own thread in an appropriate forum.
Reply With Quote
  #18  
Old 01-25-2016, 12:45 PM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work in 4.2.3?
Reply With Quote
  #19  
Old 01-25-2016, 12:57 PM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You'll have to try. Most likely will.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05808 seconds
  • Memory Usage 2,308KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (1)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete