vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Import External Images (https://vborg.vbsupport.ru/showthread.php?t=253309)

korny 10-21-2013 10:43 PM

Not sure if this was asked before, but will this work for 3.8.7? If not, do you have one developed similar to this for 3.8.7?

y2ksw 10-23-2013 06:28 PM

Quote:

Originally Posted by korny (Post 2455190)
Not sure if this was asked before, but will this work for 3.8.7? If not, do you have one developed similar to this for 3.8.7?

https://vborg.vbsupport.ru/showthread.php?t=123338

It was actually in the description :)

korny 10-24-2013 04:14 PM

Ha ha, oops. Thanks Giovanni!

That hack isn't really the same as this one is it? This one here takes the image and stores it in the file system. The other hack you linked just caches it right?

y2ksw 11-06-2013 08:39 AM

Quote:

Originally Posted by korny (Post 2455893)
Ha ha, oops. Thanks Giovanni!

That hack isn't really the same as this one is it? This one here takes the image and stores it in the file system. The other hack you linked just caches it right?

It is not exactly the same. But it still saves the images locally to your server, even though it does not create subfolders.

Morrus 11-19-2013 12:06 AM

Wow; clever idea! I wonder if it's possible to do that with files that aren't images? PDFs, .docs, zips, etc? One thing my forum has is a lot of old dead links to files that aren't there any more.

y2ksw 11-19-2013 10:44 AM

Quote:

Originally Posted by Morrus (Post 2461964)
Wow; clever idea! I wonder if it's possible to do that with files that aren't images? PDFs, .docs, zips, etc? One thing my forum has is a lot of old dead links to files that aren't there any more.

Yes, pretty easy. It would however require another product based off from this one.

gsmlover4u 11-29-2013 09:14 AM

can we change the name of images directory my images import in import directory now can i change directory name import to anyone

y2ksw 12-01-2013 10:09 PM

Quote:

Originally Posted by gsmlover4u (Post 2464493)
can we change the name of images directory my images import in import directory now can i change directory name import to anyone

You can change the name of the image directory any time. However, you can't change the name of the image directory on the server, because all the posts before the change will continue to point to the "old" folder. So if you change the directory name in the options from oldfolder to newfolder, you will have to keep both oldfolder and newfolder on the server.

fariborz khan 12-12-2013 02:19 AM

if I change my domain name what I must do?
I like this mod
mark as installed

y2ksw 12-17-2013 01:52 PM

Quote:

Originally Posted by fariborz khan (Post 2467768)
if I change my domain name what I must do?
I like this mod
mark as installed

Essentially you would have to run a query to replace the references in your posts like:
Code:

UPDATE post SET pagetext=REPLACE(pagetext, '1st.com', '2nd.com')
or fix the issue in your .htaccess file if you still have both domains pointing to the same webspace.


All times are GMT. The time now is 12:52 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.02096 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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