Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 06-08-2002, 03:14 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, Chen, I think it is starting to make sense now. (finally, huh? ) In order to be able to view it (like in the second part of the code, you have to let it know it is an image (by the code in the first part). I know I sound like an idiot on this, but it is working, so I must have it right somewhere. If I want to do the same thing in the private message attachment, do I need to change it anywhere else or will this code I replaced take care of it? And, one last thing, how can I get the commas between the attachment file extensions in the attachment box (like you have here)?

Quote:
Originally posted by FireFly
You always download files (BMP or not) before you can view them, it's the nature of the internet.

The only difference is, the second change you made enabled you to view the image directly in Internet Explorer (or whatever browser you are using), instead of having that window pop up and ask you to save the file.
Reply With Quote
  #12  
Old 06-08-2002, 03:35 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

(1) Do the first change in private.php.

(2) Add the second line (right after the first, obviously):
Code:
  $maxattachsize_temp = getmaxattachsize();
[high[  $attachextensions = str_replace(' ', ', ', $attachextensions);[/high]
Reply With Quote
  #13  
Old 06-08-2002, 03:58 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you mean the first code I did up a few posts ago, that code isn't in private.php anywhere. Is that what you meant?

Quote:
Originally posted by FireFly
(1) Do the first change in private.php.


What do you mean here? And where do I put the code you gave me?

Quote:
(2) Add the second line (right after the first, obviously):
Code:
  $maxattachsize_temp = getmaxattachsize();
[high[  $attachextensions = str_replace(' ', ', ', $attachextensions);[/high]
Sorry to sound so lost here.
Reply With Quote
  #14  
Old 06-08-2002, 04:04 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In newreply.php and newthread.php replace this:
Code:
  $maxattachsize_temp = getmaxattachsize();
With this:
Code:
  $maxattachsize_temp = getmaxattachsize();
  $attachextensions = str_replace(' ', ', ', $attachextensions);
Reply With Quote
  #15  
Old 06-08-2002, 04:46 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry about that. I was still thinkng about the private attachments problem. (DOHHH!!!)

Now, for the last part. You said to make a change in the private.php. What do I need to do to that do make it handle the BMPs the same way as the regular attachments does and how do I get the commas in there?

Quote:
Originally posted by FireFly
In newreply.php and newthread.php replace this:
Code:
  $maxattachsize_temp = getmaxattachsize();
With this:
Code:
  $maxattachsize_temp = getmaxattachsize();
  $attachextensions = str_replace(' ', ', ', $attachextensions);
Reply With Quote
  #16  
Old 06-08-2002, 04:49 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can't do it for private messages, it doesn't work that way (sorry for misleading).
Reply With Quote
  #17  
Old 06-08-2002, 05:19 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then when you enter the vaid extensions in the vBulletin options and it shows it in the private attachment, it handles all of that differently, right? Is there a way to have it only show the ones it will be able to handle right then? :cheeky:

Quote:
Originally posted by FireFly
You can't do it for private messages, it doesn't work that way (sorry for misleading).
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 10:33 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.05885 seconds
  • Memory Usage 2,228KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)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_postinfo_query
  • fetch_postinfo
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete