• [Mod] Image Annotation (Watermark) 2 0 5 1
Currently:  

Author Topic: [Mod] Image Annotation (Watermark)  (Read 991881 times)

0 Members and 2 Guests are viewing this topic.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #765 on: October 01, 2008, 02:21:19 PM »
... Oder? ...

... ja ... ( im gemarkten Bild - hatte ich noch hinzugefügt ... ;) )
... denn Sinn und Zweck der beiden genannten Varianten ist es ja, trotz der im gemarkten Bild verloren gegangenen  EXIF-/IPTC-Infos diese auf der Detailseite anzeigen zu lassen ...
... beide Varianten funktionieren ... perfekt ...
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 Holger2

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #766 on: October 01, 2008, 02:24:39 PM »
Danke! :D

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #767 on: October 01, 2008, 02:32:42 PM »
Danke! :D

... na dafür klimpert man doch gerne auf der Tastatur rum ( zumal es nicht mehr allgemein usus zu sein scheint ) ...
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 Holger2

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #768 on: October 01, 2008, 02:37:08 PM »
Ihr macht hier einen Bombenjob finde ich!
(Bin selber Supporter in der schwedischen phpBB-Gruppe.)

Offline AntoniaA

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #769 on: October 22, 2008, 12:41:56 PM »
Sorry for my bad English.
I installed the mod in the 1.7.6  4images version. Into the administracion panel I get the plugin link, but when I click on it, shows me a blank page empty.
I have reviewed the installation, and everything is correct.
Can you help me please?
Thank you

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Image Annotation (Watermark)
« Reply #770 on: October 22, 2008, 03:12:29 PM »
in global.php find:
error_reporting(E_ERROR E_WARNING E_PARSE);

Insert below:error_reporting(E_ALL);
@
ini_set("display_errors"1);


Then try open annotation links in ACP, see if any errors shows.

(after you are done, remove these changes)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline kyzer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #771 on: October 24, 2008, 05:13:10 AM »
Hi...

I've installed this mod... and it works... if I only send one photo!!!
In multiupload it doesn't work!!! I get this error...
"Fatal error: Cannot redeclare ann_rename() (previously declared in /****/****/public_html/****/****/includes/annotate.php:9) in /****/****/public_html/****/****/includes/annotate.php on line 9"
and line 9 has this function...

function ann_rename($old, $new){
  $oldWD = getcwd();
  chdir(realpath(dirname($old)));
  $ok = (rename(basename($old), basename($new))) ? 1 : 0;
  chdir($oldWD);
  return $ok;
}


Can anyone help me??? Please...

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Image Annotation (Watermark)
« Reply #772 on: October 24, 2008, 07:39:13 AM »
I've installed this mod... and it works... if I only send one photo!!!
In multiupload it doesn't work!!! I get this error...
Try this:
in includes/annotate.php find:
function ann_rename($old$new){

Insert ABOVE:

if (function_exists("ann_rename")) return;
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline AntoniaA

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #773 on: October 29, 2008, 07:48:25 PM »
in global.php find:
error_reporting(E_ERROR E_WARNING E_PARSE);

Insert below:error_reporting(E_ALL);
@
ini_set("display_errors"1);


Then try open annotation links in ACP, see if any errors shows.

(after you are done, remove these changes)

I already tried, but it not show errors

Offline V@nо

  • Addicted member
  • ******
  • Posts: 1.223
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #774 on: October 29, 2008, 09:59:09 PM »
can you create an admin account and pm me with the login info?
Your first three "must do" before you ask a question:
If I asked you to PM me, I meant PM to my primary account, this account doesn't accept PMs.

Offline kyzer

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #775 on: October 30, 2008, 12:32:47 AM »
Thanks V@no...  :D
It works perfectly!!!

Offline AntoniaA

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #776 on: November 01, 2008, 08:58:44 PM »
can you create an admin account and pm me with the login info?

      
Sorry, I'm testing at local levels. There is no external access.

The fact is that if I write the path migaleria/admin/plugins/batch_annotate.php, it charge anything (blank)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [Mod] Image Annotation (Watermark)
« Reply #777 on: November 01, 2008, 09:57:13 PM »
In files in plugins folder replace:
Code: [Select]
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";

with:
Code: [Select]
$root_path ="./../../";
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline AntoniaA

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #778 on: November 05, 2008, 08:58:35 PM »
OK !!!, Now it shows batch_annotate file !!!. But, how do I set the text of the watermark?

Thanks, thanks, thanks

Offline V@nо

  • Addicted member
  • ******
  • Posts: 1.223
    • View Profile
Re: [Mod] Image Annotation (Watermark)
« Reply #779 on: November 05, 2008, 10:39:27 PM »
in the settings I think
Your first three "must do" before you ask a question:
If I asked you to PM me, I meant PM to my primary account, this account doesn't accept PMs.