The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB image Hosting Details »» | |||||||||||||||||||||||||
VB Image Hosting Version 1.4.2
Please note that next ver will not support older ver update. Frensh ver is avilable to download Thanks to tandy Port to Vbulletin 3.6.0 can be found here Requirements:
Introduction: What does it do ? VB Image Hosting is a similar feature to imageshak and photopoket and online free image hosting, but this is for your members. it will allow them to upload and host their images on your servers, you can still manage the permissions and set the number of files for each group. Main Features:
Time required to install :Updates: 1.0.1:Fixed an error when listing the users also removed a line that causes the script to generate a java script error, fixed viewing members files redirect error to profile 1.2.0: 1.2.1:Download track: ver 1 - 1.4.0 : no tracks ver 1.4.1: 673 downloads Known Issues: no known issuesSpecial thanks to :
Check screenshot.zip file / New screen shot in screenshot2.zip Supporters / CoAuthors Show Your Support
|
Comments |
#112
|
||||
|
||||
will you phrase this?
|
#113
|
|||
|
|||
is this hack still supported?
|
#114
|
|||
|
|||
I got this error while importing the product:
Fatal error: Cannot redeclare remover() (previously declared in /home/moparnut/public_html/forums/global.php(349) : eval()'d code:7) in /home/moparnut/public_html/forums/global.php(349) : eval()'d code on line 7 any ideas? Thanks. |
#115
|
|||
|
|||
got it.
in the codes section of the xml, there are two entries: one for version 1.0.0 and one for 1.0.1. They seem to be identical other than the version number. I deleted all of this and it installs fine: Code:
<code version="1.0.0"> <installcode><![CDATA[$db->hide_errors(); $db->query("CREATE TABLE " . TABLE_PREFIX . "vbimghost (imgid int(11) NOT NULL auto_increment,userid int(11) NOT NULL default '0',imgfile varchar(250) NOT NULL default '',imgname varchar(250) NOT NULL default '', imgfilesize int(11) NOT NULL default '0', imgwidth int(11) NOT NULL default '0', imgheight int(11) NOT NULL default '0', imgdate int(11) NOT NULL default '0', imgprivate int(1) unsigned NOT NULL default '0', PRIMARY KEY (imgid) )"); $db->query("ALTER TABLE " . TABLE_PREFIX . "usergroup ADD vbimghost INT( 10 ) UNSIGNED NOT NULL default '0', ADD vbimghost_files INT( 10 ) UNSIGNED NOT NULL default '50'"); $db->show_errors(); // Rebuild Bitfields include('global.php'); require_once(DIR . '/includes/class_bitfield_builder.php'); vB_Bitfield_Builder::save($db); build_forum_permissions();]]></installcode> <uninstallcode><![CDATA[$db->hide_errors(); $db->query("DROP TABLE " . TABLE_PREFIX . "vbimghost"); $db->query("ALTER TABLE " . TABLE_PREFIX . "usergroup DROP vbimghost, DROP vbimghost_files"); $db->show_errors(); // Rebuild Bitfields include('global.php'); require_once(DIR . '/includes/class_bitfield_builder.php'); vB_Bitfield_Builder::save($db); build_forum_permissions();]]></uninstallcode> </code> |
#116
|
|||
|
|||
Quote:
|
#117
|
|||
|
|||
Another problem with this mod:
The dropdown is after editing the navbar template shown but i can´t upload images; the permission is given in the setting but the upload mask is not shown. It is just refreshing the window and says: Hosted images for : testuser No image hosted Any idea? Thanks! |
#118
|
|||
|
|||
Quote:
I personally leave out the HEIGHT that way it remains a fixed width and have a cleaner look when viewing I use PHP Code:
request anyway to have a more private path ? currently it displays http://www.domain.com/forumpath/storagepath/imagename.jpg how to make image path more like http://www.domain.com/forum/image.php?u=800&dateline=123456 ??? |
#119
|
|||
|
|||
Quote:
Thanks! |
#120
|
|||
|
|||
im a little slow so please forgive me but how do i do this: You should create a directory where the images going to be hosted and change the permission for that directory to 777
|
#121
|
|||
|
|||
Quote:
Any other idea? The product in the zip is working correctly? And has someone this mod working under 3.5.4? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|