vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=106127)

shadow905 12-17-2007 08:23 PM

is there a way to allow members make and have different albums of their own??

tbradham 01-15-2008 02:54 PM

I've read through the whole thread and I can't pick out what I need.

I am looking for a way to show the last five images uploaded on my cmps page.

Thanks.

hotdude_55 01-18-2008 04:50 PM

hey guys,,watermarking option not working.I tried both image and text modes. Help me out

jer2eydevil88 02-06-2008 05:28 AM

Looks like a fun script that may be nice for my members but I have two problems with it. Where do I edit to change the name that shows up on the navbar? I would like it to say Image Hosting instead of VB Image Host. Also I would like to know if I can modify the copyright at the bottom of the page from "VB IMAGE HOST VER 1.0.0 By Waiel Eid" to "VB Image Host By Waiel Eid" so it fits in better with my theme.

K8TEK 02-23-2008 11:16 AM

The URLs that are returned are not formatted correctly. How do I remove the quotes from the code that is returned?

new new 02-24-2008 10:08 PM

hello i just installed this everything looks to work fine execpt i cant upload?

whenever i try to upload i get this error "you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
"

and this error as well

"Note that the quick upload will set the image viewing permission to public in order to add it to the post"

thank you

and i am the admin of the site.

new new 02-24-2008 10:45 PM

never mind i fix it

DucatiJeff 02-25-2008 01:43 PM

I installed this add-on including the template mods and everything appears to be in order except when I go to "Upload an image" I receive the following message:

"DucatiJeff, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation."


Then I attempted to modify permissions in the Admin Control Panel - Usergroups - Usergroup Manager and I received the following error message>

Fatal error: Could not open ..... /forums/includes/xml/bitfield_vbulletin.xml in /includes/class_bitfield_builder.php on line 125

Any thoughts on this and help would be appreciated!

:eek:

DucatiJeff 02-25-2008 07:01 PM

Quote:

Originally Posted by DucatiJeff (Post 1450677)
I installed this add-on including the template mods and everything appears to be in order except when I go to "Upload an image" I receive the following message:

"DucatiJeff, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation."


Then I attempted to modify permissions in the Admin Control Panel - Usergroups - Usergroup Manager and I received the following error message>

Fatal error: Could not open ..... /forums/includes/xml/bitfield_vbulletin.xml in /includes/class_bitfield_builder.php on line 125

Any thoughts on this and help would be appreciated!

:eek:

I found the main problem - I overwrote all of the files in the /includes/xml folder by accident by just transferring the xml file into the includes folder. Now that I reinstalled the rest of the 3.5.4 version files to the /includes/xml folder I was able to get into the Usergroup Manager and attempt to set the permissions. However, now I get the following error:

Database error in vBulletin 3.5.4:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Registered Users',
`description` = '',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`vbimghost` = '3',
`vbimghost_upslots` = '',
`vbimghost_files` = '50',
`forumpermissions` = '782847',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '1',
`adminpermissions` = '0',
`genericpermissions` = '203955911',
`genericoptions` = '30',
`profilepicmaxwidth` = '150',
`profilepicmaxheight` = '150',
`profilepicmaxsize` = '76800',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '76800'
WHERE usergroupid=2;

MySQL Error : Unknown column 'vbimghost_upslots' in 'field list'
Error Number : 1054
Date : Monday, February 25th 2008 @ 03:43:12 PM

Help!! :o

DucatiJeff 02-25-2008 09:45 PM

Quote:

Originally Posted by DucatiJeff (Post 1450896)
I found the main problem - I overwrote all of the files in the /includes/xml folder by accident by just transferring the xml file into the includes folder. Now that I reinstalled the rest of the 3.5.4 version files to the /includes/xml folder I was able to get into the Usergroup Manager and attempt to set the permissions. However, now I get the following error:

Database error in vBulletin 3.5.4:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Registered Users',
`description` = '',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`vbimghost` = '3',
`vbimghost_upslots` = '',
`vbimghost_files` = '50',
`forumpermissions` = '782847',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '1',
`adminpermissions` = '0',
`genericpermissions` = '203955911',
`genericoptions` = '30',
`profilepicmaxwidth` = '150',
`profilepicmaxheight` = '150',
`profilepicmaxsize` = '76800',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '76800'
WHERE usergroupid=2;

MySQL Error : Unknown column 'vbimghost_upslots' in 'field list'
Error Number : 1054
Date : Monday, February 25th 2008 @ 03:43:12 PM

Help!! :o

Uninstalled via Admin CP - Plugin System - Manage Products - Uninstall followed by reinstall "product-ao_vbimghost". Then was able to set usergroup permissions and saw "Number of upload slots" automatically set to "3" as part of the reinstall .

All working fine now except cannot "VIEW ALL USER IMAGES".

:confused:


All times are GMT. The time now is 08:45 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.01857 seconds
  • Memory Usage 1,749KB
  • 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_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