• [MOD] Batch Copy/Move/Edit Images v4.15.7 (2011-01-09) 5 0 5 1
Currently:  

Author Topic: [MOD] Batch Copy/Move/Edit Images v4.15.7 (2011-01-09)  (Read 545805 times)

0 Members and 2 Guests are viewing this topic.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #135 on: August 15, 2007, 01:33:02 PM »
Additional image fields ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #136 on: August 15, 2007, 02:17:39 PM »
Additional image fields ...

... but they are not shown in your version ...
... I think in $action == "modifyimages" we need show_radio_row("Additional Fields", "editadditional", 0); ...
... and so we need some more changes in all $action == " .... " ...
... I think, there is some more hard work on this file ...  :wink:
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #137 on: August 15, 2007, 02:24:18 PM »
7 block add $additional_image_fields (+ global command) ... I miss some ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline ascanio

  • Hero Member
  • *****
  • Posts: 569
    • View Profile
    • http://www.surfourspace.net
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #138 on: September 15, 2007, 12:27:45 PM »
when i use the change owner option using the 1.7.4 i get a white screen ... the rest of the options works but not the multi change owner tool
could you check that please?
thanks

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #139 on: September 15, 2007, 01:01:44 PM »
Great mod and very easy to install  8) but i have a problem with the quick edition of the keywords, i have modified 4images for using commas for separating keywords, with that i can use multiple words as 1 keyword like: "car pictures, free pic, 4 images, etc"

The problem is that the quick edit of keywords dont allow the commas, how can i fix that?

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #140 on: September 15, 2007, 06:07:54 PM »
Think i got it, this is what i did, in the admin/images.php commented this lines:

line 588:
Code: [Select]
$image_keywords = str_replace(","," ",$image_keywords);to
Code: [Select]
# $image_keywords = str_replace(","," ",$image_keywords);
line 818:
Code: [Select]
$image_keywords = str_replace(","," ",$image_keywords);to
Code: [Select]
# $image_keywords = str_replace(","," ",$image_keywords);
line 1056:
Code: [Select]
$image_keywords[$key] = str_replace(","," ",$image_keywords[$key]);to
Code: [Select]
# $image_keywords[$key] = str_replace(","," ",$image_keywords[$key]);

Pleaso could somebody confirm that this is correct? The script seems to work ok but would like to get opinions of the php masters  :D

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #141 on: September 15, 2007, 06:19:08 PM »
In admin/images.php file,

Quote
$image_keywords = str_replace(","," ",$image_keywords);

remove the comma in it ... is no remove before insert or update ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #142 on: September 15, 2007, 11:17:22 PM »
Quote
remove the comma in it ... is no remove before insert or update ?

sorry but dont understand what you want to say  :?

Offline KillerCookie

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #143 on: September 22, 2007, 02:14:32 PM »
when i use the change owner option using the 1.7.4 i get a white screen ... the rest of the options works but not the multi change owner tool
could you check that please?
thanks

I got the same problem. Can somebody take a look at this?

Greets Maik

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #144 on: September 25, 2007, 07:23:24 PM »
when i use the change owner option using the 1.7.4 i get a white screen ... the rest of the options works but not the multi change owner tool
could you check that please?
thanks

I got the same problem. Can somebody take a look at this?

Greets Maik

I am having the same problem...can someone please advise?  It only happened after the upgrade, should I try reinstall this mod or would it still not work? Thanks!

Offline Patrick81

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #145 on: October 07, 2007, 10:27:51 AM »
when i use the change owner option using the 1.7.4 i get a white screen ... the rest of the options works but not the multi change owner tool
could you check that please?
thanks

I got the same problem. Can somebody take a look at this?

Greets Maik

I am having the same problem...can someone please advise?  It only happened after the upgrade, should I try reinstall this mod or would it still not work? Thanks!

any news? same problem :/

Offline KillerCookie

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #146 on: October 10, 2007, 11:03:07 AM »
when i use the change owner option using the 1.7.4 i get a white screen ... the rest of the options works but not the multi change owner tool
could you check that please?
thanks

I got the same problem. Can somebody take a look at this?

Greets Maik

I am having the same problem...can someone please advise?  It only happened after the upgrade, should I try reinstall this mod or would it still not work? Thanks!

any news? same problem :/

I wrote a little tool to mass change the owner of pictures, but you should only upload it to your site, use it and remove it because there are no security options set and everybody who knows the php filename can use it. If somebody is still interested -> PM . Note: It´s just a beta version until i get this MOD here to work.

Maik

skiemor

  • Guest
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #147 on: October 10, 2007, 01:23:48 PM »
Super-MOD!!! I like it: download, safe old file, owerwrite, ready: WOW! ;-)

Gruß Chris.

Offline skidpics

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #148 on: October 14, 2007, 10:45:35 PM »
How can we get the preview thumbs to be bigger??

Offline egyptsons

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Egypt Sons
Re: [MOD] Batch Copy/Move/Edit Images v3.7.3
« Reply #149 on: October 16, 2007, 06:59:37 PM »
work fine with me
Thanx God