vb.org Archive

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

Welshy2008 11-09-2008 04:04 PM

Quote:

Originally Posted by Welshy2008 (Post 1593407)
Yes - That is what I am running.


I would love to see the text within the boxes " Variable" and I would like to be able to put "Links" in them too. Both of the above as they are - stretch the forum.

I would love to use Hyper links to shorten the room used.

IE: [url = http://www.example.com ] Example.com[/url]

(with the spaces removed) to give us:-

Example.com


Are we able to do this, Please - Kerry-Anne? I have tried the [Url] method and it didn't work. I have also tried the <a href="> method and the box completely disappears.

May I have your help in this matter Please?


Many Thanks.

Fitone 11-17-2008 02:49 PM

Installed but I have a quick question.

How do I get the navbar to go all the way across the screen? I imagine I'd have to install the code under the navbar somewhere correct?

Alex LD 11-17-2008 10:06 PM

There must be a bug, I was getting the following message when attempting to edit a usergroup may way to try to fix. Though I've gotten the issue resolved by simply removing the addon I'm sure others will experience this aswell The Error is below.
PHP Code:

Invalid SQL:
UPDATE vbusergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Registered Users',
`
description` = '',
`
usertitle` = '',
`
opentag` = '',
`
closetag` = '',
`
passwordexpires` = '0',
`
passwordhistory` = '0',
`
vbtube` = '15',
`
uscpermissions` = '0',
`
forumpermissions` = '3928575',
`
genericpermissions` = '1579685063',
`
attachlimit` = '0',
`
pmquota` = '45',
`
pmpermissions` = '3',
`
pmsendmax` = '5',
`
calendarpermissions` = '63',
`
wolpermissions` = '1',
`
adminpermissions` = '0',
`
genericpermissions2` = '1',
`
genericoptions` = '62',
`
profilepicmaxwidth` = '100',
`
profilepicmaxheight` = '100',
`
profilepicmaxsize` = '65535',
`
avatarmaxwidth` = '100',
`
avatarmaxheight` = '100',
`
avatarmaxsize` = '20000',
`
signaturepermissions` = '235519',
`
sigpicmaxwidth` = '500',
`
sigpicmaxheight` = '100',
`
sigpicmaxsize` = '10000',
`
sigmaxrawchars` = '1000',
`
sigmaxchars` = '500',
`
sigmaxlines` = '0',
`
sigmaxsizebbcode` = '7',
`
sigmaximages` = '4',
`
albumpermissions` = '255',
`
albumpicmaxwidth` = '600',
`
albumpicmaxheight` = '600',
`
albumpicmaxsize` = '100000',
`
albummaxpics` = '100',
`
albummaxsize` = '0',
`
usercsspermissions` = '31',
`
visitormessagepermissions` = '63',
`
socialgrouppermissions` = '375'
WHERE usergroupid=2;

MySQL Error Unknown column 'uscpermissions' in 'field list' 


PVTRoger 11-18-2008 09:47 AM

This is a mod I really want, and though I followed the directions (I think), I don't get any columns to show at all. I know I must have missed a step somewhere, but going over the install instructions I can't see where.

Can someone point me to the most obvious answer?

I know, I know..I'm like the computer techs customer who doesn't understand why the cup holder on the computer goes in and out. :p

Thanks in advance.

Roger

PVTRoger 11-19-2008 09:44 AM

O.k. I'm making some progress. I was able to get the columns to show, but of course now have a problem with another area. See image.

Note: I am not fussing that the problem is with this mod. I'm confident this has something to do with me, or some other code. I'm just hoping someone might be able to point a novice like me in the right direction.

Thanks alot!

Roger

Pebbled 11-23-2008 05:25 PM

Welshy2008, it looks to me like you need to add quote marks to the URL you posted which was:

[url = http://www.example.com ] Example.com[/url]

To

[url = "http://www.example.com" ] Example.com[/url]

Without the spaces of course ;)

peterska2 11-26-2008 08:00 AM

Quote:

Originally Posted by Welshy2008 (Post 1662416)
Are we able to do this, Please - Kerry-Anne? I have tried the [url] method and it didn't work. I have also tried the <a href="> method and the box completely disappears.

May I have your help in this matter Please?


Many Thanks.

You need to use HTML not BBCode in the templates. <a href="someurl">some text</a> will do that.

Quote:

Originally Posted by Fitone (Post 1667532)
Installed but I have a quick question.

How do I get the navbar to go all the way across the screen? I imagine I'd have to install the code under the navbar somewhere correct?

Use the below navbar location option

Quote:

Originally Posted by Alex LD (Post 1667768)
There must be a bug, I was getting the following message when attempting to edit a usergroup may way to try to fix. Though I've gotten the issue resolved by simply removing the addon I'm sure others will experience this aswell The Error is below.
PHP Code:

Invalid SQL:
UPDATE vbusergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Registered Users',
`
description` = '',
`
usertitle` = '',
`
opentag` = '',
`
closetag` = '',
`
passwordexpires` = '0',
`
passwordhistory` = '0',
`
vbtube` = '15',
`
uscpermissions` = '0',
`
forumpermissions` = '3928575',
`
genericpermissions` = '1579685063',
`
attachlimit` = '0',
`
pmquota` = '45',
`
pmpermissions` = '3',
`
pmsendmax` = '5',
`
calendarpermissions` = '63',
`
wolpermissions` = '1',
`
adminpermissions` = '0',
`
genericpermissions2` = '1',
`
genericoptions` = '62',
`
profilepicmaxwidth` = '100',
`
profilepicmaxheight` = '100',
`
profilepicmaxsize` = '65535',
`
avatarmaxwidth` = '100',
`
avatarmaxheight` = '100',
`
avatarmaxsize` = '20000',
`
signaturepermissions` = '235519',
`
sigpicmaxwidth` = '500',
`
sigpicmaxheight` = '100',
`
sigpicmaxsize` = '10000',
`
sigmaxrawchars` = '1000',
`
sigmaxchars` = '500',
`
sigmaxlines` = '0',
`
sigmaxsizebbcode` = '7',
`
sigmaximages` = '4',
`
albumpermissions` = '255',
`
albumpicmaxwidth` = '600',
`
albumpicmaxheight` = '600',
`
albumpicmaxsize` = '100000',
`
albummaxpics` = '100',
`
albummaxsize` = '0',
`
usercsspermissions` = '31',
`
visitormessagepermissions` = '63',
`
socialgrouppermissions` = '375'
WHERE usergroupid=2;

MySQL Error Unknown column 'uscpermissions' in 'field list' 


Either you haven't upgraded properly from a version prior to 2.1 or you have removed USC and not deleted the files for it

peterska2 11-26-2008 08:01 AM

Quote:

Originally Posted by PVTRoger (Post 1668558)
O.k. I'm making some progress. I was able to get the columns to show, but of course now have a problem with another area. See image.

Note: I am not fussing that the problem is with this mod. I'm confident this has something to do with me, or some other code. I'm just hoping someone might be able to point a novice like me in the right direction.

Thanks alot!

Roger

Can you post your block contents please and if you have not resolved it please also post a link to your site where it can be seen in action.

CLSSY56 06-16-2009 02:31 PM

Can I get some examples of what can be put in the columns?

akibui 11-21-2009 02:36 AM

I like this mod.
index & forumdisplay is no problem.
showthread look like crazy, the column run away that go to bottom of thread...?? :mad:

rwensmann 10-18-2011 10:04 PM

Is there a new version of this product for vBulletin 4.x?


All times are GMT. The time now is 09:44 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.01735 seconds
  • Memory Usage 1,785KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (11)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