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

Reply
 
Thread Tools
Ultimate Side Columns 2.2 Details »»
Ultimate Side Columns 2.2
Version: 2.2, by peterska2 peterska2 is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.0 Rating:
Released: 04-04-2008 Last Update: 05-15-2008 Installs: 659
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.

Ultimate Side Columns
By Kerry-Anne www.peterska2.co.uk

Welcome to Ultimate Side Columns 2.2 !

USC 2.2 has now been released!!!!

Introduction

Following the success of the left and right side column modifications, and building on their weaknesses, the Ultimate Side Columns system was born.

Ultimate Side Columns (USC) is your one stop shop for all your side columns needs. It is an easy to configure, all in one solution.

USC 2.0 was born through the evolution and bug fixing of USC 1.0 for vBulletin 3.6 and is for vBulletin 3.7.0 RC1 and later only. It is not supported with earlier versions and may not work with them.

Features

USC 2.0 is fully customizable, can use conditions and variables (not available in USC 1.0), has greater flexibility in where it can be omitted from (after requests received), and contains new functionality of both independently collapsible columns and user defined custom links to be displayed on a per user basis in the column location of the administrators choosing.

A maximum of 20 blocks spread over the two columns are available at this time. However, if more are required then an expansion pack will be provided. The blocks can be reordered and moved between the templates with ease through simple template edits.

USC 2.2 Change Log:
Fixed bug with profile.php?do=editattachments
Added All Pages options

USC 2.1 Change Log:
Fixed blank page caused by missing template in the XML
Added compatibility with 3.7.0 Stable/Gold
Manual Template Edit instructions added to package
Enhanced the display page choices to allow exact selection of the pages where USC is to be displayed
Added usergroup permissions in addition to the global options for viewing the left column, viewing the right column, and using the custom contents block.

USC 2.1 has additional files. You need to upload the files first BEFORE importing the product

Upgrading from USC 2.0
Upload the contents of the upload folder, except the admincp directory, then import the XML.

Go to vBOptions > USC Options and set the display pages using the new options
Go to Usergroups > Usergroup Manager and set the permissions for each usergroup as desired. By default no permissions are given to any usergroups.

Upgrading from USC 1.0

USC 2.0 has been rewritten from the ground up and therefore all the blocks have been moved from the settings into the templates. Therefore, a unique upgrade script has been provided which must be run before importing the new product. Importing the new product first will result in the loss of your existing USC contents.

The upgrade script is located in the admincp directory after uploading the USC files and is ran by pointing your browser to admincp/usc_upgrade.php

Full upgrade instructions are included in the upgrade readme file in the zip.

Installation Instructions

Download the zip, unzip it and upload the contents of the upload folder to your forum directory. Import the product, all done.

Full instructions are included in the install readme in the zip.

Support

This modification has limited support only and is therefore flagged as unsupported. Support will be given when possible although it is always preferable when users of USC support each other. This was very successful with USC 1.0 and therefore is continued with USC 2.0

If you have any other combinations of pages that you would like to see available for the column options, please post them in the support thread ensuring that you add the title "USC Page Combination Request" to your post, or use this as the first line of your post ensuring that it is in bold text. This is very specific as due to the limited nature of support and time, the support thread will only be quickly skimmed through and therefore requests may be missed if it is not clear what they are.


The screenshots attached to this post and the next one show a range of pages with a range of column combinations. They are not labeled but they are pretty self explanatory.

Enjoy USC 2.0.

Kerry-Anne


PLEASE NOTE: This modification is unsupported. You may not receive a reply right after posting. Please try and help each other out.



Problems with your side columns not showing?
For your side columns to show, you need to update your usergroup permissions from the usergroup manager for each usergroup

Problems with errors in your vBOptions?
Point your browser to admincp/index.php?do=buildbitfields then try again

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:

Comments
  #172  
Old 05-17-2008, 02:09 AM
kollam003 kollam003 is offline
 
Join Date: May 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

updated thx
Reply With Quote
  #173  
Old 05-17-2008, 02:33 AM
Rik Brown's Avatar
Rik Brown Rik Brown is offline
 
Join Date: Nov 2005
Location: St. Louis, Missouri, USA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Kerry-Anne:

Just upgraded from 1.0 to 2.2 running with vb 3.7.0.

As always, a fantastic product. Works flawlessly.

Thank you very much! -- Rik
Reply With Quote
  #174  
Old 05-17-2008, 09:39 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
Thanks for the update, its strange that it wouldnt work on the attachments page.
I'm completely baffled by that too - had a good argument with the code and I'm still looking into it. If it can be fixed to work correctly on that page (I found the plugin but haven't yet worked out why it isn't working) then I'll include it in 2.3 but at the moment the fix that has been put in does work, it's just not ideal. There has to be something that is clashing for some reason which is what I'm looking into but it will take a while as it is such a large file to go through (profile.php)
Reply With Quote
  #175  
Old 05-17-2008, 08:45 PM
DefenceTalk DefenceTalk is offline
 
Join Date: Dec 2004
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kerry-Anne View Post
Standard forumhome variables are not global. They would need to be made into plugins in either the global_start or global_complete hook location to allow them to be used.

Things that do come up more than a couple of times are being considered for inclusion in future releases.

If people start making UCS addons then that would be really cool!
Even global_start, etc. variables do not work. I am trying to include rss feeds in the sidebars

Code:
ob_start();
require_once('rss.php');
$rss = ob_get_contents();
ob_end_clean();
It just does not parse... its a fresh forum install with no other product installed but the USC.

Now, if you put the $rss variable in the usc_sidecolumn_right template like:
$rss
$block11
$block12
$block13
Then it works... but not when put in the block templates.

Some help would be appreciated!

Thanks
Reply With Quote
  #176  
Old 05-17-2008, 09:17 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please click install to receive support. As support is limited it can only be given to those who have clicked install. In addition, support for other modifications and integrating them with USC is not something that is provided at this time. Basic integration instructions are in the readme.
Reply With Quote
  #177  
Old 05-18-2008, 02:12 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I disabled it on registration pages, as I edited a phrase to improve some wording for banned email address and then the side bar was covering up part of the image verification.

However it is making my page look funny now.

Is it just me or could this be a bug?

When I disable USC altogether my registration pages look fine, so USC is making my registration pages look off in the footer.

http://www.gamerzneeds.net/forums/register.php
Reply With Quote
  #178  
Old 05-18-2008, 04:26 AM
peasoup peasoup is offline
 
Join Date: Jun 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been through all the readme install files and cannot get the columns to appear.

The only thing I dont understand with the install is to enable columns in the usergroup area. Where is that shown??

I had USC 1.0 working ok. I unistalled everything and started from scratch.

I've resorted to manually putting the table code in. I set a fat broder and can see the table starting and ending but no side colums.

Any help thanks.
Reply With Quote
  #179  
Old 05-18-2008, 11:50 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
I disabled it on registration pages, as I edited a phrase to improve some wording for banned email address and then the side bar was covering up part of the image verification.

However it is making my page look funny now.

Is it just me or could this be a bug?

When I disable USC altogether my registration pages look fine, so USC is making my registration pages look off in the footer.

http://www.gamerzneeds.net/forums/register.php
If you have all pages unchecked and registration pages unchecked then USC will not display on any registration pages.

Quote:
Originally Posted by peasoup View Post
I've been through all the readme install files and cannot get the columns to appear.

The only thing I dont understand with the install is to enable columns in the usergroup area. Where is that shown??

I had USC 1.0 working ok. I unistalled everything and started from scratch.

I've resorted to manually putting the table code in. I set a fat broder and can see the table starting and ending but no side colums.

Any help thanks.
Ensure that you have the USC columns enabled, have set the display pages and also the usergroup permissions for the columns to be shown. If the usergroup does not have permissions to view the columns then they will not appear. If the columns are turned off or have not had display pages set then they will also not appear.
Reply With Quote
  #180  
Old 05-18-2008, 08:16 PM
Captain DDL Captain DDL is offline
 
Join Date: Jul 2007
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems that you cannot delete your custom links, even though it says it was deleted successfully. Is this something you can reproduce, Kerry-Anne? If not, what could be causing this?
Reply With Quote
  #181  
Old 05-18-2008, 09:45 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can reproduce this and it will be fixed in the next version. In the meantime, setting the display order to 0 will stop the link from being displayed.
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:28 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.04881 seconds
  • Memory Usage 2,331KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • 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_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete