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)

Distance 03-12-2007 03:54 PM

Quote:

Originally Posted by Ranma2k (Post 1201509)
can you send me the png file that caused the problem ..

Its all png files.

Josh

Top Nurse 03-12-2007 04:08 PM

Thanks again for the fine hack :D

Is there anyway to make it so that administrators or super mods don't have limitations on their upload count? We use this feature to upload tutorial images so the above class of users can really stack up image counts. As it sits now we have to raise the bar for all users every time we hit the limits for individual users which isn't exactly what we had in mind.

Distance 03-13-2007 12:25 AM

Ok I downgraded my php and now everything is working fine.

It seems the latest php version is still bugged as it was causing other strange problems.

For referance it was 5.2.1

Distance

Ranma2k 03-13-2007 04:17 AM

Quote:

Originally Posted by Distance (Post 1202117)
Ok I downgraded my php and now everything is working fine.

It seems the latest php version is still bugged as it was causing other strange problems.

For referance it was 5.2.1


Distance

ah .. then i must test the new php ..
well thanks for clearing it up

Ranma2k 03-13-2007 04:18 AM

Quote:

Originally Posted by Top Nurse (Post 1201677)
Thanks again for the fine hack :D

Is there anyway to make it so that administrators or super mods don't have limitations on their upload count? We use this feature to upload tutorial images so the above class of users can really stack up image counts. As it sits now we have to raise the bar for all users every time we hit the limits for individual users which isn't exactly what we had in mind.

i'll add that in the new ver ..
it will have an option for unlimited upload

treader 03-15-2007 09:22 AM

Love this hack, works great, and no errors, for the most part.

It works great for me, and most of my users. However for some reason, some users cannot see the images when they are posted on the forum. I know that this is not a browser setting, because when they log in with a different account they see the images fine.

One of my Admins for example, is having this problem. He cannot see the images in a post, if he edits the post(with out making any changes) then they show up fine:confused: I don't think it has anything to do with the user group settings either, as we are in the same user group, and I don't have any problems :confused:

Am I the only one who has run into this? Does anyone have a clue what might cause this?

Other than that this hack is great, and I love it. Thanks :D

Ranma2k 03-15-2007 01:09 PM

Quote:

Originally Posted by treader
Love this hack, works great, and no errors, for the most part.

It works great for me, and most of my users. However for some reason, some users cannot see the images when they are posted on the forum. I know that this is not a browser setting, because when they log in with a different account they see the images fine.

One of my Admins for example, is having this problem. He cannot see the images in a post, if he edits the post(with out making any changes) then they show up fine I don't think it has anything to do with the user group settings either, as we are in the same user group, and I don't have any problems

Am I the only one who has run into this? Does anyone have a clue what might cause this?

Other than that this hack is great, and I love it. Thanks

Now that the first time i ever heard a problem like that ..
Can you pm me your site i would like to see this

Distance 03-15-2007 02:22 PM

Bump.. it doesnt add the watermark to animated images :)

Ranma2k 03-15-2007 02:27 PM

Quote:

Originally Posted by Distance (Post 1204164)
Bump.. it doesnt add the watermark to animated images :)

Yah I'm still working on that

cuz i have a problem when adding it the animation stops

Distance 03-15-2007 06:47 PM

Yeah i see why it would cause a problem

Also its the same with bmp files i believe?

deezelpope 03-15-2007 06:48 PM

Installed! Thank you!!!:up: :D

Ranma2k 03-15-2007 06:54 PM

Quote:

Originally Posted by Distance (Post 1204324)
Yeah i see why it would cause a problem

Also its the same with bmp files i believe?

well hopefully all will be fixed with ver2

Distance 03-15-2007 10:05 PM

Great :)

Looking through your blog youve not had it easy and this is a great script :)

Distance 03-15-2007 10:28 PM

Also how about having folders etc in the next release :D

A new layout / design etc :)

Ranma2k 03-15-2007 10:44 PM

sure thing :)

ZomgStuff 03-16-2007 01:27 AM

Is this stored in database or as a file system on the FTP?

Pcparts 03-16-2007 01:58 PM

Quote:

Originally Posted by Merriweather (Post 1185589)
I edited the template to remove the HTML ones, as my users can't link outside my forums and don't need it. You could do the same if you just want to completely remove them.

I would love to see the author implement a switch that would only show the BBCode link to the owner of the photo. :)

I am also interested in doing that. Can you plese tell us how did that?

Ranma2k 03-17-2007 04:40 AM

Quote:

Originally Posted by ZomgStuff (Post 1204543)
Is this stored in database or as a file system on the FTP?

curently it store it on the file system of the curent host

encryption 03-17-2007 11:58 AM

Hey Ranma2k,

Thanks for rekindling the project towards the next release. I have a few requests for the next version

1. Ability to add recent 5 "public" pictures anywhere on the index page
2. Recent 5 images when viewing a members profile completely breaks page layout, perhaps have an admin option to change that number or resize the images to fit on the page ?
3. Perhaps even turn it slightly into a "gallery" so clicking on view users images shows thumbnails of their recent public photos ?
4. Comments for images ?

These are few I had in mind, will be happy to add to the list if / when time permits you to take more into consideration.

TheMilkCarton 03-17-2007 12:27 PM

I was surprised that the original hack doesn't have a code box for "Image Thumbnail". When the image you upload is larger than the "Thumbnail Width" or "Thumbnail Height" you have set in the options, it automatically creates a smaller image named "thum_whatever.jpg"

So I edited the appropriate templates to add
Code:

<tr>
                            <td class="alt1">Thumbnail IMG</td>
                            <td class="alt2"><input type="text" value="[img]$vbimghost[thumbpath][/img]"></td>
                        </tr>

I thought this was a nice "hidden feature" that really should be implemented in the actual hack. :)

Do note: If the uploaded image is smaller than the Thumbnail dimensions, it just shows the same URL that is in the regular IMG code boxes, which is about all it can do. :)

I find this handy for news articles and such, and that way I don't have to bother opening up Photoshop to resize the image. Plus, this way I still have the large original image available for other uses.

Great hack, btw! Any chance of adding a "Title" option below each upload box like Photobucket? I don't like having to rename my JPEGs...

Another huge bonus would be putting things in different albums.. My solution for now is creating a user named "Art" or something and only giving it access to VB Image Host (This is something only a few people have access to, so the "View all users images" turns into a list of "Albums" so to speak)

deezelpope 03-17-2007 12:41 PM

Ooooh...I like that! May I be daft and ask which the 'appropriate template' is? I'm still a noob at this...:rolleyes: :o

Karline 03-17-2007 06:47 PM

Thank you from france :up:

Distance 03-17-2007 09:30 PM

How about where it shows you the img code, html code and hotlink code.

Why not have direct link aswel?

Also abit like on photobucket when you upload an image and you click on the box it auto copies the link to the clipboard and popups up copied.

Check it out, its cool :)

SaN-DeeP 03-17-2007 09:32 PM

thanks installed this modification :D

Deimos 03-17-2007 09:38 PM

To remove the html entries in both the main display and individual image areas, do this

Code:

Open - vbimghost_displayimg

Search for and Delete

<tr>
<td class="alt1">$vbphrase[vbimghost_imglink]</td>
<td class="alt2"><input type="text" size="80" value="<a href='$vbimghost[dispath]' border=0><img src='$vbimghost[thumbpath]'></a>"></td>
</tr>

-------------------------------


Open - vbimghost_imgbits

Search for and Delete

<tr>
<td class="alt1">$vbphrase[vbimghost_imglink]</td>
<td class="alt2"><input type="text" value="<a href='$vbimghost[dispath]' border=0><img src='$vbimghost[thumbpath]'></a>"></td>
</tr>


bitdefuser 03-18-2007 01:00 PM

Vb Image Hosting Panel modification released!
https://vborg.vbsupport.ru/showthread.php?t=142396

Enjoy! :D

deezelpope 03-18-2007 01:41 PM

Quote:

Originally Posted by Deimos (Post 1205868)
To remove the html entries in both the main display and individual image areas, do this

Code:

Open - vbimghost_displayimg
 
Search for and Delete
 
<tr>
<td class="alt1">$vbphrase[vbimghost_imglink]</td>
<td class="alt2"><input type="text" size="80" value="<a href='$vbimghost[dispath]' border=0><img src='$vbimghost[thumbpath]'></a>"></td>
</tr>
 
-------------------------------
 
 
Open - vbimghost_imgbits
 
Search for and Delete
 
<tr>
<td class="alt1">$vbphrase[vbimghost_imglink]</td>
<td class="alt2"><input type="text" value="<a href='$vbimghost[dispath]' border=0><img src='$vbimghost[thumbpath]'></a>"></td>
</tr>


Thank you for this!!:up:

Ranma2k 03-18-2007 09:04 PM

Quote:

Originally Posted by encryption (Post 1205567)
Hey Ranma2k,

Thanks for rekindling the project towards the next release. I have a few requests for the next version

1. Ability to add recent 5 "public" pictures anywhere on the index page
2. Recent 5 images when viewing a members profile completely breaks page layout, perhaps have an admin option to change that number or resize the images to fit on the page ?
3. Perhaps even turn it slightly into a "gallery" so clicking on view users images shows thumbnails of their recent public photos ?
4. Comments for images ?

These are few I had in mind, will be happy to add to the list if / when time permits you to take more into consideration.

added todo list :)

Distance 03-18-2007 09:08 PM

Quote:

Originally Posted by Distance (Post 1205860)
How about where it shows you the img code, html code and hotlink code.

Why not have direct link aswel?

Also abit like on photobucket when you upload an image and you click on the box it auto copies the link to the clipboard and popups up copied.

Check it out, its cool :)


What would you think to this idea :)

deezelpope 03-18-2007 09:23 PM

Quote:
Originally Posted by encryption https://vborg.vbsupport.ru/external/2007/06/24.gif
Hey Ranma2k,

Thanks for rekindling the project towards the next release. I have a few requests for the next version

1. Ability to add recent 5 "public" pictures anywhere on the index page
2. Recent 5 images when viewing a members profile completely breaks page layout, perhaps have an admin option to change that number or resize the images to fit on the page ?
3. Perhaps even turn it slightly into a "gallery" so clicking on view users images shows thumbnails of their recent public photos ?
4. Comments for images ?

These are few I had in mind, will be happy to add to the list if / when time permits you to take more into consideration.



Quote:

Originally Posted by Ranma2k (Post 1206851)
added todo list :)

1. Can't you do that already? Just put the code on the index page?
2. I changed it to 3 instead of 5...works swimmingly!
3. That's how I'm using mine...for my wedding photos.:)
4. Agreed...that'd be real nice.

Ranma2k 03-19-2007 12:07 PM

Quote:

Originally Posted by Distance (Post 1206853)
What would you think to this idea :)

Sure why not ^_^


So most of you want it to be a photo gallery .. :)
i only wanted a place to hold pics for members instead of public places :)
Well it will evolve to a gallery at the end :)

Any more suggestions :) ?

deezelpope 03-19-2007 01:59 PM

My members haven't been, just me.:) But I don't mind.

Pcparts 03-20-2007 09:13 AM

Is it possible for me to let this hack add a different BB code instead of the [img] code? as I dont allow members to use [img] bb code in the forums, only staff can use them. So anyway to change that?

Distance 03-20-2007 05:45 PM

Quote:

Originally Posted by Ranma2k (Post 1207254)
Sure why not ^_^


So most of you want it to be a photo gallery .. :)
i only wanted a place to hold pics for members instead of public places :)
Well it will evolve to a gallery at the end :)

Any more suggestions :) ?

I would say alot of people use it to just a place for them to host images.

But maybe making a NEW mod.. which has all the suggested features :)

ThomasR 03-20-2007 07:31 PM

Quote:

Originally Posted by Merriweather (Post 1185589)
I would love to see the author implement a switch that would only show the BBCode link to the owner of the photo. :)

I bump this request :) Any news from this side? I also want to make only some usergroups to have access to these html/bb code links :)

akulion 03-24-2007 09:27 PM

hi
is there anyway to include the image upload box under the posts compose screen?

because when a member is writing a new message it would be extremely useful to have image upload boxes for the hosting under additional options

aku

imported_killer 03-24-2007 10:47 PM

Hello Guys .. sorry for another question on that .. but reealy i want this mod :
I spend 5 days trying with this mod to work with no luck .
I read (43 page) in this thread .. but until now with no luck too .. so plz any one help .

all the images appear black after uploading and when try to delete any image i got this message :

Warning: unlink(imagehosting/14605b5119738b.jpg) [function.unlink]: No such file or directory in /vbimghost.php on line 896

btw : about that path : /home/user/public_html
any user i must put (my database user or vb user or ..)

thanks in advanced . and sorry for my english

Foxtrotelite 03-25-2007 05:59 AM

Hello, great hack!

I cant get the watermarking working, any ideas?

blue6995 03-25-2007 03:19 PM

Iv'e made the changes to the in editor_smiliebox to use the Addon
"Adding quick upload and gallaries box in new thread / reply?." However, when I try and open an image, it appears on top of the Quick reply dialogue box and isn't integrated into the post

Any ideas on how I can fix this? Thanks

Tulsa 03-26-2007 03:47 AM

My question is using the editor add-on, it's using the bbcode and url and I would prefer it to use just the bbcode. Also it's using the thumb nail pics and not the full size pics when posted from the add-on in the editor.


All times are GMT. The time now is 05:36 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.01978 seconds
  • Memory Usage 1,842KB
  • 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
  • (3)bbcode_code_printable
  • (15)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
  • (40)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