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?

Kottonmouth801 06-09-2009 09:19 PM

:DOk.....

Since my last post I have gotten the Side collums to appear......

"""""FYI.... To those of you using Dreamweaver.... For some reason Dreamweaver was not uploading the .Data files...""""""

Anyway.....

Now the side collumns are appearing but not quite in the right place....

If I choose both collumns "left and right" the right appears properly but I have (2) left collums.

If I choose just the right collumn everything is ok except if I choose the setting to place the right side collumn below the navbar.

If I select this option the the right column ends up on the left bottom near the "Style Selection box".......

Any Ideas?

Also........

I am still having issue with my custom templates with custom headers "Ballooning" and not recognizing the $stylevar[outertablewidth] setting wich is at 63%.....

I have traced the fact that It is doing this due to the fact that this code is missing in the template "$header".....

Any Ideas on a fix?

3.8.2

Kottonmouth801 06-10-2009 05:29 PM

Installed. :up:




P.S. one bugg left.

I have additional navbars on different pages.

It is not recognizing my custom navbars?

Any Ideas?

Bro_Joey_Gowdy 06-14-2009 08:02 PM

Interesting mod... could this be modified/updated with an option to only show the column (menu) in certain forums and add an option so it's contents (links) be editable in the admincp on it's edit forum page?

I'm trying to merge this old out-of-date html frame left menu http://www.lycansmovie.com/main-low.html into the forum so it will be quicker to access and update via the threads (instead of having to ftp the updates each time).

:confused:

Bro_Joey_Gowdy 06-18-2009 03:25 PM

Quote:

Originally Posted by Bro_Joey_Gowdy (Post 1829755)
Interesting mod... could this be modified/updated with an option to only show the column (menu) in certain forums and add an option so it's contents (links) be editable in the admincp on it's edit forum page?

I'm trying to merge this old out-of-date html frame left menu http://www.lycansmovie.com/main-low.html into the forum so it will be quicker to access and update via the threads (instead of having to ftp the updates each time).

*bump* same question ^^^^^

saadessa 06-18-2009 03:40 PM

thank you

imk 06-21-2009 06:51 PM

great hack but positioning is off again - hmmm whats the code to put this in a template myself?

hqlman 06-27-2009 01:40 AM

This doesnt seem to be working well in vb 3.8.x, has side bar positioning errors

Joey805 06-27-2009 09:40 AM

Quote:

Originally Posted by hqlman (Post 1838180)
This doesnt seem to be working well in vb 3.8.x, has side bar positioning errors

I'm running into the same problem. On the private message list page, the right side bar is shown at the bottom of the page on the left.

Joey805 06-28-2009 06:57 AM

Anyone?

MarioN70 07-03-2009 02:03 PM

Excellent! Thanks

HeyMe 07-05-2009 11:12 AM

Quote:

Originally Posted by hqlman (Post 1838180)
This doesnt seem to be working well in vb 3.8.x, has side bar positioning errors

Just installed on latest vB, seems working fine, maybe a problem with your style?

Theobroma 07-07-2009 09:05 AM

Hi,

thanks for the nice Mod!

Is there a way to show the Control Panel Menue from the usercp.php in the left bar?

I copy the "usercp nav" from USERCP_SHELL, but it only shows some of the links from the menue.

Thanks
Theobroma

athlon64bit 07-10-2009 06:36 PM

I get an error when clicking on this link. http://www.*********/forum/misc.php?do=bbcode. This is the error that I get.
Quote:

Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in D:\virtualservers\*************\********\wwwroot\f orum\misc.php(482) : eval()'d code on line 1
Any ideas what is causing this? I tried this, option,admincp/index.php?do=buildbitfields to no avail. I am using vb 3.8.2

:)

ChandlerDog 07-11-2009 12:36 PM

At one time I had USC up and running just fine:). Then :eek:my forum got hacked :mad:and it was gone. Now I have the time to work on it. All the files seems to be in place but I have nothing showing. :confused:I did find this in Ultimate Side Columns Options

Display Pages For Left Column
Using this setting you can determine the pages where the left column will be displayed. An error occurred while processing the bitfield files, the following information was returned:

Display Pages For Right Column Using this setting you can determine the pages where the right column will be displayed. An error occurred while processing the bitfield files, the following information was returned:


Before I start messing around, what steps should I take to trouble shoot this.

cbiweb 07-22-2009 07:59 PM

The left column is not showing up on the forum home page, but it shows up on all the other pages that are configured to show it. Any idea why? I do have vBAdvanced installed, does that affect it?

griffinzx10 08-06-2009 04:20 PM

any one know if this hack works with 3.8.3?

TheSavant 08-14-2009 08:50 PM

I am trying to get the twittercall hack ( https://vborg.vbsupport.ru/showthread.php?t=220798
) to run in a column, to no avail. Will USC allow to parse from separate plug ins variables?

Anyone have any luck with doing this? Any tips on making it work?

Tree Guardian 08-14-2009 10:22 PM

Quote:

Originally Posted by griffinzx10 (Post 1862664)
any one know if this hack works with 3.8.3?

Yes it does.

I use vbseo style and have problems with alignment as I have a fixed with at 900px.

wacnstac 08-18-2009 02:10 AM

I am using this hack with great success. I would like to add more stuff to my side column if the current forum page is long enough to support the extra stuff (meaning it has content on the main part of the page long enough). Is there a way I can find out how long the content is on the fly and then conditionally add extra side blocks. Any ideas?

FitgirlWorld 08-29-2009 04:19 PM

only my left side columns ever appear. I cant get the r/s to work

imk 09-01-2009 09:20 PM

for some reason it doesnt work on my site!

and when i try to unistall i get a db error?

Medtech 09-02-2009 12:22 AM

reverse everything you did when installing it.

Code:

MySQL Error  : Unknown table 'usc_custom_block'
you may need to drop the mysql table in the phpmyadmin on the server as well.

imk 09-02-2009 09:06 AM

ive deleted the uploads and then gone to uninstall and still get it!

i dont understand this or how to do

MySQL Error : Unknown table 'usc_custom_block'
you may need to drop the mysql table in the phpmyadmin on the server as well.

?

imk 09-02-2009 09:46 AM

Ok ive ran a search finding every phrase using usc_custom_block

and deleted both of them! but i still get the db error!

Medtech 09-03-2009 01:49 AM

login to your server, if using cpanel, go to mysql databases. at the bottom of the page is a link called phpmyadmin. click it. next you will see your databases listed. open the database and look at the tables. find the table named usc_custom_block and click the drop button on that line. then close out of everything. the error should be gone.

PGAmerica 09-04-2009 05:41 AM

I installed this on my vBulletin 3.8.4 and it does not automatically update the templates. I do not see any instructions on where to insert the template additions.

I even created a brand new unmodified style and still I see no template changes.

Ideas?

PGAmerica 09-04-2009 04:30 PM

any ideas?

PGAmerica 09-06-2009 10:22 PM

Is there any support for this mod at all?

segwayon 09-09-2009 01:21 PM

An excellent mod! However, I am struggling to add a tag cloud into my sidebar, and without any luck so far. I installed this 'Global Tag Cloud in Side Bar or Anywhere' mod (https://vborg.vbsupport.ru/showthread.php?t=177429) but while the keyword ($vbcloud) allows for the tags to appear on any other template, I can't get it to render within the Ultimate templates. Any pointers appreciated.

UPDATE: Got it to work by using the "usc_sidecolumn_left" template -- https://vborg.vbsupport.ru/showpost....9&postcount=46

BadNewsAllen 09-21-2009 08:16 PM

works great with 3.8.3 but is i am having issues seperating the blocks.

can anyone help please?


All times are GMT. The time now is 06:25 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.02076 seconds
  • Memory Usage 1,862KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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