![]() |
^^what do you mean??
in the next release could u please have it so when a users secondary group's permission allows them to upload, but their primary doesnt, that they can still upload? I have users who's primary usergroup says they cant, and they have 2 or more secondary, both of which say they can upload, but they cant because of their primary usergroup |
Quote:
hey mate, I had the same probs... disable thumbnail option in ACP, but set thumbnail size... although this seems weird, if you enable thumbnail, it only shows half of the picture [oh couse this depends on the size], and it is discoloured. So disabling this shows the entire picture, and in the size you set in the thumbnail size option... now for the error. I asumed I got this because I disabled thumbnails and it was looking for the thumb_ prefex of the file that didn't exist... So i manually went into the .php file and deleted that line of code... i've had no problems since. I know it's probably a bit of a work-around than a fix, but it works :D |
I like this feature!
Question... is there a way to make this password protected? In other words, all of the members who are posting pics will set theirs to public, but ONE universal password is needed to view each members pics. is this possible? |
Quote:
PHP Code:
|
Quote:
The get rid of that error you need to delete that getimagesize line in the vbimagehost.php file... line 299 |
guyz, now i've got a question of my own, lol
I want to make this a private system, so not giving users the option to make a pic public... So all pics private by default, no option to change it to public, and no drop down option to 'view all members pics' can anyone shed any light on how I can do this? |
Quote:
|
Quote:
Thanks for err, kind of answering my question. Ha. Anyway, my problem was exactly the same as NR Fatal's, and deleting that line from the vbimagehost seemed to work. Nice hack, but it needs to be fixed. |
I wanna know how to make this thing private... I'm willing to muck around with the code, but i'm no coder
|
Quote:
yes i'm planning to add inegration with vbplaza, so any ideas would be great :) |
Quote:
|
Quote:
it under the main form durectory so that link is poiting to the wrong location of the file |
Quote:
go to line 404 & 405 find the code Code:
$sql="INSERT INTO ".TABLE_PREFIX."vbimghost ( `imgid` , `userid` , `imgfile` , `imgname` , `imgfilesize` , `imgwidth` , `imgheight` , `imgdate` , `imgprivate` ) Code:
$sql="INSERT INTO ".TABLE_PREFIX."vbimghost ( `imgid` , `userid` , `imgfile` , `imgname` , `imgfilesize` , `imgwidth` , `imgheight` , `imgdate` , `imgprivate` ) if you want to remove the link that set it private remove the link from the templates |
Quote:
|
Quote:
search for vb image host and change it to what ever you want |
Quote:
it will use the default inharitance in vb i'm planning on improving it more |
Quote:
|
Quote:
there ill be more features to be added and alot to fix XD. |
Quote:
their ya go. like i said, view all uploaded images, then click someone's name to view the images and boom, the error. |
Quote:
can you send me the admin login info |
When I upload an image, it appears as about 3x the size of actual. It is strange, not realy the actual image, but it makes this expanded black area for what is being added to the image size.
Notice all the black. That is not part of the original image and it does this to all the images. https://vborg.vbsupport.ru/external/2006/04/70.gif Any fix? |
Quote:
in your admin CP>Vbulletin options>vb image hosting>"Enable thumbnail option" NO. |
Hey Ran or anyone that can help, I would like to change the wording VB IMAGE HOST to say somthing else on the forum say Pictures Hosting or somthing like that.
Thanks |
Quote:
How do I change the location file? |
i now know the problem
going to release a fix for it soon .. sorry for the bug |
Quote:
replace it with what you want it to be |
Quote:
http://www.yoursiset.com/forums/vbimghost.php |
Quote:
|
I had the older version working fine, upgraded, and now I get a blank PHP page when uploading. :confused:
There were some PHP errors (such as not starting the file with <?php) that I cleaned up, but still nothing. This is on Apache 2.0.xx & PHP 5.1.1 by the way... |
Quote:
|
Quote:
|
Quote:
and replace the links with the absloute one |
Hi Waiel
Thank you for the update :) Just one problem I find is that when a guest is viewing the main page they can view the image host link and click on the upload or view. I know they cannot do anything but is there anyway to hide it from guests? Thanks for your help :) |
Quote:
in navbar search for Code:
<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a> and replace it with Code:
<if condition="$bbuserinfo['userid']"> |
Great idea!
|
Quote:
|
Quote:
Thank you Waiel Works great now :D |
Quote:
Code:
<div class="vbmenu_popup" id="vbimghost_menu" style="display:none"> and replace it with this Code:
<div class="vbmenu_popup" id="vbimghost_menu" style="display:none"> |
Quote:
|
Quote:
|
All times are GMT. The time now is 04:51 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|