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
  #12  
Old 01-27-2003, 10:11 AM
jjj0923's Avatar
jjj0923 jjj0923 is offline
 
Join Date: Mar 2002
Location: Maryland
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lod Dexter...your argument is without merit because they are "features" of the quick reply box, not requirements.

The entire idea for the box to begin with (read original post) is to save people from having to click through to another screen, load another php module, etc.

The quick reply box with or without lots of extra features is still a quick reply box. If you choose to limit your forum members to not being able to access additional features in the quick reply box then that's your business. You should do what I do on my forums and conduct polls to see what features the members like and and they don't like. I have taken features off my forum because my forum members "poo poo'd " them. To summarily decide what's best for your forum members without asking them...the people that make your forum what it is; is a disservice to your forum members.




ps: maybe new reply - SHOULD be useless.
Reply With Quote
  #13  
Old 01-28-2003, 07:18 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I limit mine to smilies cause i think all the options on the quick reply box look ugly. heres what mine currently looks like (scroll to the bottom )

http://www.kousetsu.net/forums/showt...&threadid=1465
Reply With Quote
  #14  
Old 01-28-2003, 08:31 AM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by jjj0923
Lod Dexter...your argument is without merit because they are "features" of the quick reply box, not requirements.

The entire idea for the box to begin with (read original post) is to save people from having to click through to another screen, load another php module, etc.

The quick reply box with or without lots of extra features is still a quick reply box. If you choose to limit your forum members to not being able to access additional features in the quick reply box then that's your business. You should do what I do on my forums and conduct polls to see what features the members like and and they don't like. I have taken features off my forum because my forum members "poo poo'd " them. To summarily decide what's best for your forum members without asking them...the people that make your forum what it is; is a disservice to your forum members.




ps: maybe new reply - SHOULD be useless.
Exactly my opinion. Here's a screen of my QRB
Attached Files
File Type: (21.4 KB, 119 views)
Reply With Quote
  #15  
Old 01-28-2003, 11:08 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

It doesn't look attractive. Thats why a whole new page was made for replies. Something simple like whats here on vB.org doesn't look half bad but clogging up your topic pages with all those features on the same page doesn't look right.

Thats why I simplify it as much as possible, and make users use reply when they want to see extra features. Don't like to see a default page go to waste. And forums looking good is a top priority for me.
Reply With Quote
  #16  
Old 01-29-2003, 12:13 PM
jjj0923's Avatar
jjj0923 jjj0923 is offline
 
Join Date: Mar 2002
Location: Maryland
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Attached Files
File Type: (21.4 KB, 115 views)
Reply With Quote
  #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
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 11:03 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.04822 seconds
  • Memory Usage 2,342KB
  • Queries Executed 26 (?)
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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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