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)
-   -   Major Additions - vBTubePRO - Lite Version 1.0.4 Updated and FIXED (https://vborg.vbsupport.ru/showthread.php?t=168658)

Ultimate Killer 06-02-2008 12:11 AM

I don't have permission to access the page. Also I don't have the vbtubepro in my admin CP?
Any would be greatly appreciated.

Adam21 06-02-2008 01:51 PM

Ah...to get the categories to display one per line in a vertical row under the Categories box at the home page,you'll just need to add a <br /> before the category name in your Admincp. :D

misr.cc 06-02-2008 02:21 PM

when try to give any group the permission

i got this

PHP Code:

Database error in vBulletin 3.7.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
    
`title` = 'Administrators',
    `
description` = '',
    `
usertitle` = 'Administrator',
    `
opentag` = '<input type=\"text\" name=\"T1\" size=\"17\" class=\"red\" value=\"',
    `
closetag` = '\" readonly style=\"width: 90\">',
    `
passwordexpires` = '0',
    `
passwordhistory` = '0',
    `
forumpermissions` = '8388607',
    `
genericpermissions` = '2113929151',
    `
attachlimit` = '0',
    `
pmquota` = '500',
    `
pmpermissions` = '7',
    `
pmsendmax` = '5',
    `
calendarpermissions` = '63',
    `
wolpermissions` = '31',
    `
adminpermissions` = '3',
    `
genericpermissions2` = '1',
    `
genericoptions` = '47',
    `
profilepicmaxwidth` = '100',
    `
profilepicmaxheight` = '100',
    `
profilepicmaxsize` = '65535',
    `
avatarmaxwidth` = '180',
    `
avatarmaxheight` = '180',
    `
avatarmaxsize` = '65535',
    `
signaturepermissions` = '237567',
    `
sigpicmaxwidth` = '500',
    `
sigpicmaxheight` = '100',
    `
sigpicmaxsize` = '65535',
    `
sigmaxrawchars` = '0',
    `
sigmaxchars` = '0',
    `
sigmaxlines` = '0',
    `
sigmaxsizebbcode` = '7',
    `
sigmaximages` = '0',
    `
albumpermissions` = '255',
    `
albumpicmaxwidth` = '600',
    `
albumpicmaxheight` = '600',
    `
albumpicmaxsize` = '100000',
    `
albummaxpics` = '100',
    `
albummaxsize` = '0',
    `
usercsspermissions` = '31',
    `
visitormessagepermissions` = '63',
    `
socialgrouppermissions` = '511',
    `
vbtube` = '31'
WHERE usergroupid=6;

MySQL Error   Unknown column 'vbtube' in 'field list'
Error Number  1054
Request Date  
MondayJune 2nd 2008 09:50:13 AM
Error Date    
MondayJune 2nd 2008 09:50:13 AM
Script        
: /admincp/usergroup.php?do=update
Referrer      
: /admincp/usergroup.php?do=edit&usergroupid=6
IP Address    

Username      
Classname     vB_Database
MySQL Version 
5.0.45-community 

Any help ??

misr.cc 06-02-2008 02:52 PM

Quote:

Originally Posted by hIBEES (Post 1432013)
Installed ok since fixes but you still have problems with uninstalling..

try the attach one ... import ( allow rewrite )
and uninstall it ... worked with me :)

Quote:

Originally Posted by muratmunich (Post 1432424)
Please install again and deinstall.
I will check now the xml file.

PHP Code:

<uninstallcode><![CDATA[
$vbulletin->db->query_write("
DROP TABLE `"
TABLE_PREFIX ."vbtube_tubes`
"
);

$vbulletin->db->query_write("
DROP TABLE `"
TABLE_PREFIX ."vbtube_categories`
"
);

$vbulletin->db->query_write("ALTER TABLE "TABLE_PREFIX ."usergroup DROP vbtube");

]]></
uninstallcode

seems that all is ok.

I think it should be
PHP Code:

<uninstallcode><![CDATA[$db->hide_errors();
$db->query_write("DROP TABLE IF EXISTS " TABLE_PREFIX "vbtube_tubes");
$db->query_write("ALTER TABLE " TABLE_PREFIX "vbtube_categories");
$db->show_errors();]]></uninstallcode

this work with me when i try to uninstall it and got error :D

hobbybox 06-02-2008 08:54 PM

Can sub-catagories be created - we do product reviews and it would be nice to be able to have the manufactures as the main catagories then when you click on one the subcatagories for that company are shown.

soundbarrierpro 06-03-2008 04:20 PM

Quote:

Originally Posted by hobbybox (Post 1539141)
Can sub-catagories be created - we do product reviews and it would be nice to be able to have the manufactures as the main catagories then when you click on one the subcatagories for that company are shown.

Nope. Not currently a vbtube feature.

Ultimate Killer 06-05-2008 10:01 PM

I don't have permission to access the page. Also I don't have the vbtubepro tab in my admin CP?
Any would be greatly appreciated.

Ultimate Killer 06-07-2008 03:55 AM

<font color="Red">

In the user menu I get a page not found when I click on add/update media and one of the video category links.?</font>

soundbarrierpro 06-08-2008 09:49 AM

Murat......? Site's down. What's up?

Captain Tycoon 06-08-2008 11:00 AM

The live demo is down...


All times are GMT. The time now is 01:56 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.01508 seconds
  • Memory Usage 1,770KB
  • 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
  • (3)bbcode_php_printable
  • (3)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