View Single Post
  #6  
Old 08-22-2002, 07:36 PM
custsrvcrep custsrvcrep is offline
 
Join Date: Jul 2002
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My ideas and suggestions will be after I recap some of the threads ... this helps me comprehend what some of you are after as well.

1. As you know, vBulletin ads attached images into the MySQL database. This means that it grows very quickly when you have lots of attachments. This feature wouldsave a tone of spacein the forum DB.

2. Actually, if you use the <IMG> and </IMG> tags to enclose a hyperlink to the image in question, the only thing that VBulletin stores in the database is the URL -- not the image. The problem is that non-technical members have a tough time going to the photo application just to right click and copy and paste the url. I would like to automate that process.

3. boatdesign - you have an incredible idea ...


Ok guys - I am worthless at writing code. But I do have an idea that might solve this problem -- although not as easily or as well as boat design's prototype.

I want to make this clear ... so I apologize if I make it LONG ...

First, remove the upload/browse box from the post or reply form and substitute a hyper-link to the photopost upload page (uploadphoto.php) which opens in a new browser window.

Second, when the image is uploaded into photopost, and the image is shown on the success page, an option exists that says "ATTACH TO POST". This option would also exists in the photopost display pages under EACH thumnail shown. So that someone could easily grab images to include in posts.

(I realize this isn't the EASIEST method there is ... but it appears to be a workable solution. I did notice while experimenting that you must call each image directly and NOT through the showphoto script to make this work).


Third, when you click on "ATTACH TO POST", a javascript pop up box appears with the following message:

"It is easy to add this image to your post! Using your mouse, left click at the beginning of the code (shown by URL), and drag your mouse to the end of the code (represented by /URL) so that the entire code is highlighted. Then right-click your mouse and highlight "copy".

You may return to your post, right click where you would like the image to appear, and highlight paste.

A thumnailed version linking to your full-size picture will appear in your post when you are done.

[U-R-L=http://www.techimo.com/photo/data/500/49bbconcert1-med.jpg][I-M-G]http://www.techimo.com/photo/data/500/49bbconcert1-thumb.jpg[/I-M-G][/U-R-L]


Sorry guys, I'm not smart enough to know how to display the code without the software trying to interpret it ... so I changed url to U-R-L and img to I-M-G ... ... hopefully you get my point.

THIS IS WHAT SHOULD BE PRODUCED:




Which would allow the users to insert hyperlinked thumbs into their post -- keeping the pics out of the db, making the thread load faster by displaying thumbs first, and possibly keeping bandwidth down by previewing images ... users don't have to click to see whether it is an image that interests them.

Any thoughts? $20 says someone out there can write this hack in photopost (php version) ...
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01250 seconds
  • Memory Usage 1,772KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete