vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   BMP Images (https://vborg.vbsupport.ru/showthread.php?t=39547)

Boofo 06-08-2002 03:14 PM

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.


Admin 06-08-2002 03:35 PM

(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]


Boofo 06-08-2002 03:58 PM

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. :)

Admin 06-08-2002 04:04 PM

In newreply.php and newthread.php replace this:
Code:

  $maxattachsize_temp = getmaxattachsize();
With this:
Code:

  $maxattachsize_temp = getmaxattachsize();
  $attachextensions = str_replace(' ', ', ', $attachextensions);


Boofo 06-08-2002 04:46 PM

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);



Admin 06-08-2002 04:49 PM

You can't do it for private messages, it doesn't work that way (sorry for misleading).

Boofo 06-08-2002 05:19 PM

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).


All times are GMT. The time now is 07:39 AM.

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.01028 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete