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)

Jason92s 05-07-2009 03:17 PM

Quote:

Originally Posted by CyberRanger (Post 1769249)
Ditto ... same error.

Quote:

Originally Posted by AScherff (Post 1747826)
Having the same error

Code:

Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in
when using USC and Custom BB Codes

calling

/misc.php?do=bbcode


Is there a work around?

thanks
Alfred

I did a funky workaround for 3.8.2 by turning off USC and then opening the bbcode link and copying the html and making a new page in vBa. I then modified the forumrules template to point to the newly created page. If anyone wants the html file and modified forumrules template, just let me know.

PakFuse 05-17-2009 06:20 PM

when setting permissions for group, getting the following database error:

PHP Code:

Database error in vBulletin 3.8.2:

Invalid SQL:
UPDATE pftest_usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
    
`title` = 'Administrators',
    `
description` = '',
    `
usertitle` = 'Administrator',
    `
opentag` = '',
    `
closetag` = '',
    `
passwordexpires` = '180',
    `
passwordhistory` = '360',
    `
ms_findmyposts_permissions` = '0',
    `
ms_leaders_ugp_permissions` = '0',
    `
ms_search_all_unanswered_permissions` = '0',
    `
ms_searchsocialgroups_permissions` = '0',
    `
forumpermissions` = '16777215',
    `
genericpermissions` = '2147483583',
    `
attachlimit` = '0',
    `
pmquota` = '50',
    `
pmpermissions` = '7',
    `
pmsendmax` = '5',
    `
pmthrottlequantity` = '0',
    `
calendarpermissions` = '63',
    `
wolpermissions` = '31',
    `
adminpermissions` = '3',
    `
genericpermissions2` = '1',
    `
genericoptions` = '55',
    `
profilepicmaxwidth` = '100',
    `
profilepicmaxheight` = '100',
    `
profilepicmaxsize` = '65535',
    `
avatarmaxwidth` = '80',
    `
avatarmaxheight` = '80',
    `
avatarmaxsize` = '20000',
    `
signaturepermissions` = '237567',
    `
sigpicmaxwidth` = '500',
    `
sigpicmaxheight` = '100',
    `
sigpicmaxsize` = '10000',
    `
sigmaxrawchars` = '0',
    `
sigmaxchars` = '0',
    `
sigmaxlines` = '0',
    `
sigmaxsizebbcode` = '7',
    `
sigmaximages` = '0',
    `
albumpermissions` = '255',
    `
albumpicmaxwidth` = '600',
    `
albumpicmaxheight` = '600',
    `
albumpicmaxsize` = '100000',
    `
albummaxpics` = '100',
    `
albummaxsize` = '0',
    `
usercsspermissions` = '63',
    `
visitormessagepermissions` = '63',
    `
socialgrouppermissions` = '65535',
    `
maximumsocialgroups` = '5',
    `
groupiconmaxsize` = '65535',
    `
uscpermissions` = '2'
WHERE usergroupid=6;

MySQL Error   Unknown column 'ms_findmyposts_permissions' in 'field list'
Error Number  1054
Request Date  
SundayMay 17th 2009 03:15:06 PM
Error Date    
SundayMay 17th 2009 03:15:08 PM
Script        
http://www.pakfuse.com/testsite/admincp/usergroup.php?do=update
Referrer      http://www.pakfuse.com/testsite/admincp/usergroup.php?do=edit&usergroupid=6
IP Address    xx.xxx.xxx.xxx
Username      
Admin
Classname     
vB_Database
MySQL Version 
5.0.51a-log 


PakFuse 05-22-2009 08:05 AM

any help?

McDot 05-22-2009 09:36 PM

Hi, I'm just starting my first vBulletin Forum and Iinstalled this great plugin!!!

Can anybody tell me how to insert other types of content in this sidebar?
I'm thinking of:

1 - The contents of an external RSS Feed
2 - A little php code for a banner rotator
3 - The latest Threads of a certain forum category
4 - Some board stats

zelnik 05-29-2009 12:01 PM

Hi guys,

Just installed this on 3.8.2 as I wanted a column on the right.

The column is basically 2 skyscraper adsense codes and only one will show. The odd thing is it works fine if I put it on a left column?

Any advice would be great

EDIT:

It seems to not want to display both skyscrapers at the same time as each of the 2 skyscrapers work absolutely fine on the right column if the other is removed. But but both work absolutely fine together on the left column?

zelnik 05-29-2009 12:37 PM

worked it out.. to many adsense in that location!

hinomaru 06-05-2009 06:10 PM

I'm using this USC for right column display only.... Everything fine, but if enable to show the right column will be displayed to "forumdisplay'. The side banner not shown at it location(right side) but appear at left footer :

https://vborg.vbsupport.ru/external/2009/06/129.jpg

Anyone can help solve this please?

thanks

Regards
Hinomaru

Fungsten 06-07-2009 04:19 PM

Quote:

Originally Posted by hinomaru (Post 1824061)
I'm using this USC for right column display only.... Everything fine, but if enable to show the right column will be displayed to "forumdisplay'. The side banner not shown at it location(right side) but appear at left footer :

https://vborg.vbsupport.ru/external/2009/06/129.jpg

Anyone can help solve this please?

thanks

Regards
Hinomaru

I had something like that and I added <tr> <td> to the top of the appropriate USC Template and
closed it off with </tr> </td> at the very bottom.

ACP - Styles and Templates - Choose the style you want to work with - Ultimate Side Columns Templates - Place <tr> <td> at the very top and </tr> </td> at the bottom of the appropriate USC Block.

hinomaru 06-08-2009 01:16 AM

Quote:

Originally Posted by Fungsten (Post 1825140)
I had something like that and I added <tr> <td> to the top of the appropriate USC Template and
closed it off with </tr> </td> at the very bottom.

ACP - Styles and Templates - Choose the style you want to work with - Ultimate Side Columns Templates - Place <tr> <td> at the very top and </tr> </td> at the bottom of the appropriate USC Block.

Hello Fungsten, thanks for the reply..

The command <tr><tr>xxxx</tr></td> already at it place...i'm using Column Start Point at "Below navbar and below notices", only display at forum display have problem, display at forumhome,showthread, etc..running well...

Don;t know what problem with that for forumdisplay.

Kottonmouth801 06-09-2009 04:53 PM

Hello,

I have installed this mod on a test site and it works perfectly......

But when I install it on my "LIVE" board it has (2) bugs....

(1) the side bars never show up.

(2) All of my custom vbulletin pages that have "Custom" headers blow up like a balloon...

I have narrowed the "ballooning" issue to the fact that I am using a "custom" header and that in return...... If I place "$header" in the page my ballooning issue on my custom pages goes away... Due to the fact that it is now properly following $stylevar[outertablewidth]...

But if I do this... My custom header is replaced by the standard...

Also... the collums are "Invisible"

Any Ideas?

P.S. / F.Y.I.
I granted usergroup permissions to all usergroups and the side collumns are still "invisable"?

Also... on test board the ultimate side collums templates show up in their own folder......
When I install on live board the templates are not in their own folder?


All times are GMT. The time now is 04:56 AM.

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.01995 seconds
  • Memory Usage 1,777KB
  • 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
  • (1)bbcode_php_printable
  • (4)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