Log in

View Full Version : Miscellaneous Hacks - Navbar Image Uploader (ShareFlurry.com)


cbehan
01-19-2010, 10:00 PM
Description:
This mod adds an image uploader drop-down link to the navbar so your users can upload images to a third party site and not have to use attachments if they want to post a picture online. This is a feature our users have loved since we first installed it over a year ago on vb 3.6.x.

I've now tested this with vb 4.0.0 PL1 and everything works exactly as desired...so I figured I would make it available it anyone is interested.


Installation:
Under your desired template, open up Navigation / Breadcrumb Templates then navbar.

These instructions will place the Image Uploader after the Calendar in the navbar:

search for {vb:raw template_hook.navbar_after_calendar}

after that line, paste
<li class="popupmenu">
<a href="javascript://" class="popupctrl">Image Uploader</a>
<ul class="popupbody popuphover">
{vb:raw template_hook.navbar_image_uploader_start}
<li><IFRAME name=tool align=left src="http://www.shareflurry.com/vbupload.php" frameBorder=no width=260 scrolling=no height=130></IFRAME></li>
{vb:raw template_hook.navbar_image_uploader_end}
</ul>
</li>


You will have to do this twice to get the image uploader installed in all circumstances.


Example:
You can see this mod in action on our test site: http://tippingpitchers.com/vb4test/forum.php

(Apologies if things aren't working 100% correctly on that site...it is our sandbox for getting ready for the final vb4 migration. If you would like to see this mod and it's not working correctly at the url listed above, please PM me and I'll either fix it or update the url here to a working version of the mod.)


Full disclosure:
Yes, the image hosting site is owned by me, and the site itself does include ads....but there are no ads on the dropdown script, so there is no advertising included in this mod. Your users will simply upload an image from their computer, then get the bbcode to place the image in your forum.

cbehan
01-20-2010, 08:34 PM
reserved.

VonDoom
01-20-2010, 08:47 PM
Very cool i cant see this not being a hit on my forums. Thanks I am testing it out now will mark installed Shortly.

VonDoom
01-20-2010, 09:05 PM
After testing this for a bit it turns out that for some reason the code generated is showing the thumbnail img after clicking to view full size??

http://www.shareflurry.com/images/thumbs/thumb_1264028272.jpg (http://www.shareflurry.com/gallery.php?entry=images/1264028272.jpg)

BBR-APBT
01-20-2010, 09:37 PM
There is only one problem. The code you have listed will only upload images to your site, How will they get uploaded to my site?

You would need to share vbupload.php for this to be any good for the rest of us.

VonDoom
01-20-2010, 10:25 PM
There is only one problem. The code you have listed will only upload images to your site, How will they get uploaded to my site?

You would need to share vbupload.php for this to be any good for the rest of us.

+1 https://vborg.vbsupport.ru/external/2011/01/19.gif

BBR-APBT
01-20-2010, 11:43 PM
Ok so you added this to your post since my reply.

Full disclosure:
Yes, the image hosting site is owned by me, and the site itself does include ads....but there are no ads on the dropdown script, so there is no advertising included in this mod. Your users will simply upload an image from their computer, then get the bbcode to place the image in your forum.


So let me get this correct. I put this code on my navbar. My members upload a image thinking it is going to my site, when it is actually going to yours.
Then when they get there to get the BBcode they are greeted with ads.

Then they have to find their way back to my site and paste the BBcode in to a thread or post.
Seems like to much trouble with the attachment system and photobucket and what not.

This is pretty much useless to any site owner.

cbehan
01-21-2010, 12:42 AM
Ok so you added this to your post since my reply.

Full disclosure:
Yes, the image hosting site is owned by me, and the site itself does include ads....but there are no ads on the dropdown script, so there is no advertising included in this mod. Your users will simply upload an image from their computer, then get the bbcode to place the image in your forum.


So let me get this correct. I put this code on my navbar. My members upload a image thinking it is going to my site, when it is actually going to yours.
Then when they get there to get the BBcode they are greeted with ads.

Then they have to find their way back to my site and paste the BBcode in to a thread or post.
Seems like to much trouble with the attachment system and photobucket and what not.

This is pretty much useless to any site owner.

Sorry for any confusion here. The disclosure was in the original post...but that's really besides the point.

Yeah, the template mod is really just an iframe of a script on the uploader itself. The uploader is a separate site. The original intent of this was to have any upload place to easily put pictures and place them in the forum. That's really all it's intended to do...make it easy to take something on your computer and give you an easy copy/paste code to put the pic on your site.

The uploader site is running a completely separate script package I got over 3 years ago...I'll see if I can find the original package or the license information for that if you all want it.

That being said, the text that's currently being offerred after the upload is a thumbnail version that is also a link to the full version.

I'll look at making a modified version of the script that will instead just give you the full size picture.

cbehan
01-21-2010, 01:06 AM
OK, I've created a couple versions of the upload iframe so that you automatically get the code for the thumbnail version and so that you get the code for the full version.

If you'd like the full image version, use "http://www.shareflurry.com/vbuploadfull.php" instead of "http://www.shareflurry.com/vbupload.php"

I'm still looking for some information on the original uploader script.

cbehan
01-21-2010, 01:15 AM
The image host script I'm using on shareflurry.com is called GM Photo Host from gravy-media.com which is currently closed.

The readme I have with the original code was listed as version 0.01, and apparently the developer released version 1.08 this last summer...I can't find that one available anywhere.

If anyone would like the version I'm running, I can try to strip my stuff out of it and package it into a zip....I just don't have the time to do it tonight.

Just let me know if you want the hosting scripts.

ndut
01-21-2010, 01:57 AM
nice.. thanks

VonDoom
01-21-2010, 02:12 AM
Just let me know if you want the hosting scripts.

Yes Please

ndut
01-21-2010, 07:51 AM
can i change to our image hosting??

to : http://images.meremmelek.net ???
thank you

New Joe
01-21-2010, 08:09 AM
You can just up-load to a post right from your computer with vB 4 anyway.

Dr.osamA
01-21-2010, 09:44 AM
taged

thanxxx
________
AMATEUR EXPOSED (http://www.++++tube.com/categories/51/exposed/videos/1)

johnrizz
01-21-2010, 08:05 PM
Very cool mod!! thnks!

VonDoom
02-04-2010, 08:47 PM
Curious if you still intended to share the code so that we might be able to host these images on our own servers?

chingon
02-06-2010, 10:52 PM
Very nice, one question though. Any chance you can add gif as an accepted format?

VonDoom
02-11-2010, 01:33 AM
Thhis is not a supported hack witch is intresting since its using the authors server and therefore should be heavily supported. Because the external content is the authors responsability. i personally wouldnt trust my images on this revenue generating mod.

johnrizz
02-11-2010, 07:20 PM
You got a good point vondoom!

chingon
02-14-2010, 03:37 PM
Nevermind.

Dark_Wizard
04-26-2010, 12:47 PM
Thhis is not a supported hack witch is intresting since its using the authors server and therefore should be heavily supported. Because the external content is the authors responsability. i personally wouldnt trust my images on this revenue generating mod.

Actually I believe this mod is against forum rules as it is advertising. Reporting this to a mod....

Da-Vinci
07-20-2010, 07:27 AM
OMG what's wrong with you people, this mod is no different to an Imageshack, Tinypic or Photobucket picture uploader mod, and yes the big 3 have ads but you don't here people giving out the same complaints about them mods.

WhiskeyOSS
08-12-2010, 02:34 PM
will it work with 4.06 ?

Boko577
08-15-2010, 04:01 PM
Great! Marked as installed! Could you tell me how you host your image hosting site? I would like to make my own and use it instead of yours just so that I can make sure nothing happens to it on my part. Could you explain a little bit? I would be willing to pay you in order to make one for my website, if you could just PM me?

xbrian88
03-14-2013, 08:22 AM
for 4.2????

thetechgenius
08-16-2014, 07:24 PM
This mod is now useless, as the site in the iFrame is no longer online.