vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Vbimghost ver 2.0.0 (https://vborg.vbsupport.ru/showthread.php?t=237158)

njoker555 09-11-2010 10:33 PM

Is there a converter to convert the imghost images into the album yet? I'm thinking of upgrading to vb 4.0 soon and I'm still deciding on whether to keep this mod or just move onto the albums since most people on my forum uses the album anyway but I just don't want to lose the 2000 or so images in the imghost mod right now.

Taurus1 10-13-2010 01:25 AM

Quote:

Originally Posted by Globe (Post 2061287)
i found a way.
go to the template newthread
search for
Code:

{vb:raw messagearea}
add after:
Code:

<!-- imagehost -->
<fieldset id="vbimghostbox" title="{vb:phrase vbimghost_title}">
    <legend>{vb:phrase vbimghost_myphotos}</legend>
    <div id="vbimghostlinks">[<a href="#" onclick="window.open('vbimghost.php?do=popup&ed={vb:raw editorid}','vbimghost1','scrollbars=yes,resizable=yes,width=550,height=500'); return false" title="Pick">{vb:phrase open}</a>]&nbsp;[<a href="#" onclick="window.open('vbimghost.php?do=popupload&ed={vb:raw editorid}','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Upload">{vb:phrase vbimghost_quickup}]</a></div>
    </fieldset>
<!-- /imagehost-->

the find the template vbimghost_editor
and delete the code its the same you filled in to nethread. optionaly you can add this to newreply

Quote:

Originally Posted by roadrunna (Post 2023689)
Fixed it :)

Find the plugin "My Photo post bit".

Change the plugin code to :-

PHP Code:

$rec vB::$db->query_read("
        SELECT count(*) mark
        FROM "
.TABLE_PREFIX."vbimghost
        WHERE userid='"
.$post['userid']."' and imgprivate='0'
        "
);
$row vB::$db->fetch_array($rec);
$post['vbimghost']=$row['mark']; 

Basically the "$vbulletin->" is replaced with "vB::$"

Thanks gents! That worked great!! :):up:

Miras 11-23-2010 08:01 AM

would love to see additional bb-code for linked thumbnail in pic details

*edit*
and option for upload from an url would be nice too

l2-inferno 12-04-2010 09:29 AM

Quote:

Originally Posted by xuanhuy238 (Post 2093310)
Code:

Warning: getimagesize(.../yega/imagehosting/game4v_logo.png) [function.getimagesize]: failed to open stream: No such file or directory in [path]/includes/vbimghost_include.php on line 221
This error message appeared when I uploaded the image with Watermark is ON.

I config every field very careful but... need some help! :(

hello, I have the same problem

Any ideas?

plz help

http://img9.imageshack.us/img9/4752/watererror.png

l2-inferno 12-04-2010 09:05 PM

Quote:

Originally Posted by l2-inferno (Post 2129141)
hello, I have the same problem

Any ideas?

plz help

http://img9.imageshack.us/img9/4752/watererror.png

help plz

Miras 01-03-2011 07:22 AM

Quote:

Originally Posted by Miras (Post 2124920)
would love to see additional bb-code for linked thumbnail in pic details

*edit*
and option for upload from an url would be nice too

no more support for that ?

vbcreator 01-03-2011 10:26 AM

thanks :) gonna test it

Mikevet1984 02-01-2011 01:26 AM

I get this error when trying to rebuild thumbnails from the control panel....

Code:

Warning: getimagesize(/home/user/public_html/vBulletin/imagehosting/.........gif) [function.getimagesize]: failed to open stream: No such file or directory in [path]/admincp/vbimghost.php on line 280
Any idea please how I could overcome this problem?

ozzy47 03-06-2011 02:43 AM

I have tried all settings in acp, but the images display in a single colum, I would like it to have 3 or 4 images in a row

vnairp11 03-06-2011 02:58 PM

how do i delete all existing images from old domain and install this new script because i changed domain?

How do i mass delete a banned users or deleted users images? or will this be done along with the user delete?

HOw do i mass delete all of existing users pics?


All times are GMT. The time now is 01:46 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.01128 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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