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
Nexia's Forum Sidebar Everywhere Details »»
Nexia's Forum Sidebar Everywhere
Version: 1.0.3, by vbenhancer vbenhancer is offline
Developer Last Online: Nov 2012 Show Printable Version Email this Page

Category: vBulletin Forum Sideblocks - Version: 4.x.x Rating:
Released: 03-21-2012 Last Update: 08-08-2012 Installs: 51
Uses Plugins
Additional Files  
No support by the author.

Will add the forumhome sidebar everywhere logically possible to show it, with choices of locations.

First Screenshots show how it is "before/after" on the calendar page, doing some esthetical changes... some templates are less obvious!

Third screeny is about the settings you can change to your wills.

I take requests if you want other templates to be available...

Actual Pages where the sidebar can be activated on release date, Mar 21th, 2012:

Forumhome (can even be deactivate and show sidebar elsewhere)
Main Albums Pages
Announcements
Calendar
FAQ
Forum Display
Main Groups Pages
Member List
Who's Online
Show Thread
Main Blog Pages

################################################## #############################
# How To use Nexia's Forum Sidebar Everywhere:


################################################## #############################
# Simple Installation:

1- upload via ftp the content of the /UPLOAD_THIS/ folder in your forum's base directory.

2- Import the Product file included in the /IMPORT_THIS/ folder.

3- AdminCP >> Settings >> Options >> Forum Sidebar and Block Options

Follow that path and change the list of pages you want the sidebar to show up.


################################################## #############################
# Customization:

If you have customized templates on the pages affected by this engine, you will need to edit it's related template to make it fit your custom design. To do so, it's simple... to edit our version of SHOWTHREAD, find SHOWTHREAD_SIDEBAR and edit it accordingly.
*(you can also hire nexialys to do the job!)


################################################## #############################
# What to Know:

This tool originally replace the pages you browse by pages that contain the sidebar you already have on Forum Home.

How it work is simple. Each page you see on your browser is made from a "template" containing the proper codes to display each elements you see in the page. For the default vBulletin, only the "Forum Home" page contain the codes to display a sidebar. But maybe you would like to see that sidebar in other pages where it would help the navigation of the visitors ?!

That's what this tool intend to do... add the sidebar in precise pages that deserve to. In the "Forum Sidebar and Block Options" page, you can now select what page will show the sidebar...

To make it more even, the FORUMHOME template was updated as well to look like all the others... as the sidebar is supposed to be similar everywhere.


################################################## #############################
# Why not adding everything via plugin instead of switching templates?:

When we add that kind of content via plugin, we face the possibility to have a template that is incompatible with the hooks we need, or a style that we can not trust because written poorly.

We switch templates so your designer can edit the default templates we provide and make them better if necessary. It is tangible content, it requires less server process, and you can customize it for each style you have... the other technique does not comply with that option.

EDIT: update on april 10th, now deactivate automatically for Mobile styles... *(as requested hundreds of times! )
EDIT: update on april 11th, edited the product file to fit forumhome for mobiles, sorry!

EDIT: august 9th, 2012: version 4.2 is now supported - memberlist and other pages are now showing proper content... sorry for the late, summer vacations with 7 kids is a bit complicated to deal with!

Download Now

File Type: zip nex_sidebar_everywhere.zip (56.6 KB, 278 views)

Screenshots

File Type: jpg nex_sidedar_everywhere_calendar_wo.jpg (87.8 KB, 0 views)
File Type: jpg nex_sidedar_everywhere_calendar.jpg (92.6 KB, 0 views)
File Type: jpg nex_sidebar_everywhere_options.jpg (103.6 KB, 0 views)
File Type: jpg nex_sidedar_everywhere_forumdisplay.jpg (135.2 KB, 0 views)
File Type: jpg nex_sidedar_everywhere_forumhome.jpg (123.9 KB, 0 views)
File Type: jpg nex_sidedar_everywhere_memberlist.jpg (95.5 KB, 0 views)
File Type: jpg nex_sidedar_everywhere_showthread.jpg (136.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
Gemma, TheLastSuperman

Comments
  #42  
Old 03-24-2012, 06:41 PM
Trevor Matthews Trevor Matthews is offline
 
Join Date: Oct 2010
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Aha, a total misunderstanding of the instructions on my part.
I uploaded just the .php file to the root.
I did not realise I had to have it inside the nex folder.

Thanks for your patience :embarrassed:
Reply With Quote
  #43  
Old 03-24-2012, 07:09 PM
Trevor Matthews Trevor Matthews is offline
 
Join Date: Oct 2010
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have had a look at sidebar.css and can't see how to make the width bigger.
Does anyone know how to achieve that as my sidebar adverts no longer fit quite right.
I need to set the width as 230 as it was with ESB Gold.

Also I want to remove the collapse buttons as my blocks are adverts.
How would I achieve that?
Reply With Quote
  #44  
Old 03-24-2012, 07:33 PM
Gemma's Avatar
Gemma Gemma is offline
 
Join Date: Apr 2004
Location: Scotland
Posts: 1,229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trevor Matthews View Post
I have had a look at sidebar.css and can't see how to make the width bigger.
Does anyone know how to achieve that as my sidebar adverts no longer fit quite right.
I need to set the width as 230 as it was with ESB Gold.
AdminCP > Style Manager > Choose Style Variable Editor (for whichever style) and click GO >

Scroll down til you find forum_sidebar_width and change to whatever size you require.

Quote:
Originally Posted by Trevor Matthews View Post
Also I want to remove the collapse buttons as my blocks are adverts.
How would I achieve that?
If you are using the default block_html template, go into AdminCP > Style Manager > Edit Templates > block_html

Find and remove
Code:
<a class="collapse" id="collapse_block_html_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_html_{vb:raw blockinfo.blockid}"/></a>
If you are using a custom template for your adverts then there should still be code similar to the above; again just delete that code.
Reply With Quote
  #45  
Old 03-24-2012, 08:11 PM
Trevor Matthews Trevor Matthews is offline
 
Join Date: Oct 2010
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Gemma, thank you very much.
I now have this mod in place and it doesn't break my mobile style as ESB did!

I have one last question. I still have the little icon to collapse the whole sidebar, even though collapsing the sidebar is disabled the collapse icon is still there.
Is it possible to get rid of it?

Many thanks again.
Reply With Quote
  #46  
Old 03-24-2012, 08:49 PM
Trevor Matthews Trevor Matthews is offline
 
Join Date: Oct 2010
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi
Actually the sidebar does collapse in certain parts of the forum, it looks to me that locking the sidebar is a feature of ESB.
I must be able to lock the sidebar and have it visible at all times.

Will this be an option at some point as I can't use it until then?
Reply With Quote
  #47  
Old 03-24-2012, 09:19 PM
Samsine Samsine is offline
 
Join Date: Sep 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vbenhancer View Post
what did you edit and for what purpose?!
I selected the pages. I want the sidebar only on showthread visible.

I've tested with:
Install -> select 1 page more
Install -> delete 1 page


Both efforts come to nothing.
Once stored, the selected pages are deleted.
While it can be re-selected, but the display remains unsuccessful.
Attached Images
File Type: png esp.png (74.7 KB, 0 views)
Reply With Quote
  #48  
Old 03-25-2012, 01:13 AM
vbenhancer's Avatar
vbenhancer vbenhancer is offline
 
Join Date: Dec 2009
Location: Qu?bec city, Canada
Posts: 740
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and you have what version of vB so i can investigate?! because you're the only one to report that problem...

Quote:
Originally Posted by Samsine View Post
I selected the pages. I want the sidebar only on showthread visible.

I've tested with:
Install -> select 1 page more
Install -> delete 1 page


Both efforts come to nothing.
Once stored, the selected pages are deleted.
While it can be re-selected, but the display remains unsuccessful.
Reply With Quote
  #49  
Old 03-25-2012, 02:07 AM
Samsine Samsine is offline
 
Join Date: Sep 2008
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found the error. The problem was due to an own addon which works as "Optioncode Checkbox" ... sorry
Your sidebar work now excellent ! :up:
Reply With Quote
  #50  
Old 03-25-2012, 11:16 AM
vbenhancer's Avatar
vbenhancer vbenhancer is offline
 
Join Date: Dec 2009
Location: Qu?bec city, Canada
Posts: 740
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Samsine View Post
I found the error. The problem was due to an own addon which works as "Optioncode Checkbox" ... sorry
Your sidebar work now excellent ! :up:
ROOOOO... sorry, this is one of my other addon... rofl... looks like i will have to make them more compatible... i hate how evals are used, we can't check everything... i will update!
Reply With Quote
  #51  
Old 03-26-2012, 10:21 PM
tpearl5's Avatar
tpearl5 tpearl5 is offline
 
Join Date: Nov 2001
Location: PA
Posts: 1,014
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any chance of getting the ability to assign blocks based on THIS_SCRIPT? For example, different blocks on the forum homepage vs thread pages, or search pages?
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 12:43 AM.


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.04853 seconds
  • Memory Usage 2,362KB
  • Queries Executed 26 (?)
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
  • (5)bbcode_quote
  • (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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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