vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Ultimate Side Columns 2.2 (https://vborg.vbsupport.ru/showthread.php?t=175181)

greenchicken 08-28-2008 10:41 PM

how do I run 160x160 on each side without users having to scroll over to view the whole page @ 1024x768?

Thanks, excellent mod (clicked installed)

Tigratrus 08-30-2008 01:46 AM

Has anyone figured out a way/plugin/block to display latest vBlog posts in the side column? vBlog entries are damn near invisible and this would seem to be the ideal way to address that? I now there's a way to do it in CMPS, but has anyone translated that into USC?

Thanks in advance for any help anyone can provide!

James and Susan

birdie 09-01-2008 11:49 AM

I got a problem - I have Logicain web templates installed and can not get USC to display on them.

If I check all pages in AdminCP>USC options, it will display on the Logicain pages; BUT I have vBadvanced as the home page and I do not want USC to display there, so can not check all pages ...

...is there a way around this?

Tigratrus 09-01-2008 02:48 PM

We faced something similar with trying to get USC showing up on Photoplog, but not wanting it on some other pages.

What I did was open the plugin "Ultimate Side Columns Processing" on the global_start hook location (ACP -> Plugins & Products -> Plugin Manager) and add a conditional to show the right column (we're just using the right column, not the left) like so:
Code:

if(THIS_SCRIPT == 'image')
{
eval('$usc_right = "' . fetch_template('usc_sidecolumn_right') . '";');
}

So you'd need to find the THIS_SCRIPT value for Logicain Templates and then put a conditional in to that plugin to tell it to show whichever column you want for that THIS_SCRIPT value. Then you don't need to select "All Pages" and you can still pick and choose the other areas where you want it show up.

HTH!

James and Susan

The Wise One 09-02-2008 04:24 AM

Quote:

Originally Posted by bessler73 (Post 1586254)
Installed this some time ago and didn't think there was a problem till I checked the server error logs. Was getting a Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets. Turns out this plugin also doesn't like the misc.php the error was steming from misc.php?do=bbcode. I went and found where you put in the fix for profile.php and added !='misc' for that one as well. Most likely a temp fix and look forward to a new update on this plugin.

im running into this problem as well. i am having difficulty tracking down where to apply the fix you mention. would you mind posting the work around or pming it to me? id appreciate it.

Finster 09-02-2008 05:13 AM

I went to the vB plugin product manager, then to USC, and all the cool admin control panel stuff shown in Kerry-Anne's screen shots are not there, so where are they hiding?

The Wise One 09-02-2008 09:02 PM

Quote:

Originally Posted by The Wise One (Post 1612487)
im running into this problem as well. i am having difficulty tracking down where to apply the fix you mention. would you mind posting the work around or pming it to me? id appreciate it.

never mind. i finally found it.

treyb 09-03-2008 01:26 AM

It will not work on my profile.php pages at all, http://dixietalk.com/forum/profile.php

The Wise One 09-03-2008 02:52 AM

its excluded from profile.php pages due to a fatal error that the developer hasnt fixed properly yet. temp fix was to exclude the columns from profile.php. same problem occurs with misc.php.

treyb 09-03-2008 11:01 AM

Thanks, for the info!


All times are GMT. The time now is 08:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01857 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete