Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
"Attach Picture" add-on for quick reply box... Details »»
"Attach Picture" add-on for quick reply box...
Version: , by jeffj jeffj is offline
Developer Last Online: Nov 2009 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 01-25-2003 Last Update: Never Installs: 0
 
No support by the author.

This template mod lets you attach images in the "quick reply box".

This one has been bugging me for a long time so I did it this morning. It doesn't qualify as a hack since it's only a template modification but it's a highly functional template mod and your users will love you for it.

You must have already installed Chen's Quicky Reply Box to utilize this template mod. Look here for his hack: https://vborg.vbsupport.ru/showthrea...threadid=34597

Below is the code that get's inserted into the "showthread_replybox" template that you add for the quick reply box...

this one is real simple...

look for this line:
PHP Code:
<td bgcolor="#DFDFDF"  valign="top" nowrap><normalfont><b>Your Reply:</b></normalfont></td
and replace it with this line:

PHP Code:
<td bgcolor="#DFDFDF"  valign="top" nowrap><normalfont><b>Your Reply:</b></normalfont><BR>
<
smallfont>Attach file:&nbsp;<input type="hidden" name="MAX_FILE_SIZE" value="$maxattachsize_temp">
<
input type="file" class="bginput" name="attachment"><br>
Max size$maxattachsize bytes&nbsp | &nbsp;Valid types$attachextensions</smallfont></td
ps: #DFDFDF should be replaced by 'secondaltcolor' in curly braces


viola! - you're done!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #17  
Old 01-29-2003, 02:16 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by jjj0923
I thought some of you might to look at the results of my efforts. I added code to showthread and I cycle through 10 different backgrounds in the quick reply box...
I have to know how you did the background cycling (love the backgrounds, by the way ). Also, how do you limit the dimensions of the uploads (600x400)?
Reply With Quote
  #18  
Old 01-29-2003, 03:46 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For the background in the replybox read the template faq in my sig

- miSt
Reply With Quote
  #19  
Old 01-29-2003, 03:50 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I already know how to do the background, I was doing that 6 months ago. I'm interested in the cycling of the backgrounds.
Reply With Quote
  #20  
Old 01-29-2003, 11:16 PM
jjj0923's Avatar
jjj0923 jjj0923 is offline
 
Join Date: Mar 2002
Location: Maryland
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Boofo


I have to know how you did the background cycling (love the backgrounds, by the way ). Also, how do you limit the dimensions of the uploads (600x400)?
to limit the dimensions of the uploads is right on the vbulletin admin panel.

look in the section entitled "attachments".

next to see how I cycle through the attachments take a look at the attached text file that show's the code snippet from my showthread.php and some other stuff.

Attached Files
File Type: (21.4 KB, 45 views)
Reply With Quote
  #21  
Old 01-29-2003, 11:42 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent, thank you. Now all I have to do is come up with some backgrounds.

You might want to change this:

PHP Code:
$imgnumber rand(1,10); 
To this, though:

PHP Code:
$imgnumber RAND(NOW(1,10)); 
It seems the new version of MySQL (.54) needs a seed to make it more randomized. Otherwise, it will return a string CLOSE to what the last one was.
Reply With Quote
  #22  
Old 01-31-2003, 09:47 AM
jeffj jeffj is offline
 
Join Date: Jul 2002
Location: Chesapeake Bay
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the idea, but in my own forum the images appear very randomly. you're still using V3 of mysql. I switched to Mysql 4 Gamma release last month - it's SMOKES and not a single problem to date.

Reply With Quote
  #23  
Old 02-12-2003, 11:45 PM
sslight sslight is offline
 
Join Date: Jan 2003
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dang i made one of these too, though imo mine looks better .
Reply With Quote
  #24  
Old 02-13-2003, 12:13 AM
jeffj jeffj is offline
 
Join Date: Jul 2002
Location: Chesapeake Bay
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by sslight
dang i made one of these too, though imo mine looks better .
well - let's see it then
Reply With Quote
  #25  
Old 02-13-2003, 12:56 AM
sslight sslight is offline
 
Join Date: Jan 2003
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok but ya have to register at my forums to view:

http://shine.beezm.net/kmf_forums/index.php

and its in the "Grey Maddness" style.
Reply With Quote
  #26  
Old 02-13-2003, 01:03 AM
jeffj jeffj is offline
 
Join Date: Jul 2002
Location: Chesapeake Bay
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice looking forum....

Reply With Quote
  #27  
Old 02-19-2003, 01:01 AM
Vlad Vlad is offline
 
Join Date: Nov 2001
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome!

Here is mine, I am gonna tweak it a little, but I just added this a minute ago so here is it's look thus far on one of my color schemes...

Thanks!
Attached Files
File Type: (21.4 KB, 55 views)
Reply With Quote
  #28  
Old 02-19-2003, 01:52 AM
Vlad Vlad is offline
 
Join Date: Nov 2001
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question, how would I get it looking like the way this guy has his set:

https://vborg.vbsupport.ru/attachmen...&postid=347295

I played around with mine a little bit, but can't figure that out
Reply With Quote
  #29  
Old 02-19-2003, 10:49 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pretty much the same as the top of the newreply, without the options and smilie box. So lots of copying code from newreply with those necessery edits.
Reply With Quote
  #30  
Old 02-22-2003, 04:12 PM
sslight sslight is offline
 
Join Date: Jan 2003
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look around in the post area find out where the smiles link is and add it in the quick reply template.
Reply With Quote
  #31  
Old 02-23-2003, 06:51 PM
chitown chitown is offline
 
Join Date: Aug 2002
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my attachments will not show up, only the post that goes with it. what am i doing wrong?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:25 PM.


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.05498 seconds
  • Memory Usage 2,388KB
  • Queries Executed 31 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (2)postbit_attachment
  • (16)postbit_onlinestatus
  • (16)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete