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)
-   -   Major Additions - VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=123481)

ComputerVitals 04-11-2007 11:00 PM

Thanks for the update!

menababu 04-12-2007 01:17 AM

thanks.installed

ZomgStuff 04-12-2007 02:06 AM

Can someone PM me and tell me if this stores the photos via file system or via database?

jackalz 04-12-2007 03:04 AM

When I upload image, I got below error
"You already have the max number of images allowed to upload"
but, I setted up as 'max number of images is 100'.
why? help me..

as7aab 04-12-2007 06:40 AM

Is it possible to view only 3 of the latest photos in the profile?
Thanks.

dizzy100 04-12-2007 07:01 AM

Quote:

Originally Posted by as7aab (Post 1225697)
Is it possible to view only 3 of the latest photos in the profile?
Thanks.

Edit vbimghost last 5 images - profile plugin, under Plugins & Products > Plugin Manager and at the top find

Quote:

$rec = $vbulletin->db->query_read("
SELECT imgid,imgfile,thumbname,imgwidth,imgheight,imgdate
FROM ".TABLE_PREFIX."vbimghost
WHERE userid='$userinfo[userid]' and imgprivate='0'
order by imgdate DESC
LIMIT 5
");
and replace with

Quote:

$rec = $vbulletin->db->query_read("
SELECT imgid,imgfile,thumbname,imgwidth,imgheight,imgdate
FROM ".TABLE_PREFIX."vbimghost
WHERE userid='$userinfo[userid]' and imgprivate='0'
order by imgdate DESC
LIMIT 3
");
Also update your Phrase Manager, find vbimghost_last5img and change the text from Last 5 images uploaded to Last 3 images uploaded

as7aab 04-12-2007 07:55 AM

Thanks alot for your help dizzy100
works just great.

Hope you feel better soon :D

dizzy100 04-12-2007 08:25 AM

Quote:

Originally Posted by as7aab (Post 1225730)
Thanks alot for your help dizzy100
works just great.

Hope you feel better soon :D

I'm always dizzy :) Glad i could help.

hinch 04-12-2007 02:12 PM

had this installed for ages and i've started to get afew problems recently with it after an upgrade from 3.6.0 to 3.6.5 whilst the hosting still works perfectly uploading images throws up some errors and i'll be a monkey if i can find out why.

Screenshot

Ranma2k 04-12-2007 03:07 PM

Quote:

Originally Posted by hinch (Post 1225942)
had this installed for ages and i've started to get afew problems recently with it after an upgrade from 3.6.0 to 3.6.5 whilst the hosting still works perfectly uploading images throws up some errors and i'll be a monkey if i can find out why.

Screenshot

what php ver your using .. ?


All times are GMT. The time now is 02:15 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.02258 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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