Flikr style image annotations - Page 2 Flikr style image annotations - Page 2
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Flikr style image annotations

Started by Nibbler, March 01, 2007, 04:11:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.


websnail

Quote from: Nibbler on July 04, 2007, 05:39:05 PM
I'm not interested in supporting this mod; I made it for my own interest and I don't use it myself.

Hi Nibbler,

Do you have any additional code you've developed for this mod that you could forward on?

I ask as I'm looking at Coppermine to replace gallery2 and a facebook mod with additional functionality a'la facebook would be a (excuse the pun) goldmine. I do the snailsource mods for phpbb2 so raw code would be fine and no support necessary.

technozeus

#22
Quote from: skidpics on March 01, 2007, 03:12:17 PM
By the preview, the plugin is wonderful!  But where are the docs for this plugin?  I installed just fine, and under my intermediate image is an 'annotate' button, but once clicked, it does not but refresh the screen?

-- Skidpics

I have the same problem: when I click the button "annotate" I have the refresh of the page but nothing else...
I try to self create the table cpg143 but nothing...
What's wrong?

lemm85

Hi@  :),
i know that the developer wouldnt support this plugin but maybe some other have noticed the same problem and could give a litle advice to fix it.

if u annotate the picture in IE7 and look at it in firefox 2.x the positions of the marks are differently! annotate in firefox 2.x and show it in IE7 same problem.

firefox 2.x move annotated marks in IE7 ~1 inch to the left... for me this problem means the death of this plugin because moved marks are very bad in some ways  :-\

some ideas or same experiences?

greetz,
Jörg

vonmax

I
with Safari and Opera (osX) there are some problems like in the attach
any idea?
massi

Nibbler

Find out how to do transparency using CSS on your platform and add it to the code.

vonmax

#26
Quote from: Nibbler on January 22, 2008, 05:51:31 PM
Find out how to do transparency using CSS on your platform and add it to the code.

tk u very much :)

vonmax

I modified the photonote.css adding this 2 line

.fn-area-inner
{
   border: 1px solid #000000;
   background-color:#FFF;
   filter:alpha(opacity=0);
   opacity:0;
   -moz-opacity:0;
   -khtml-opacity:0;
   cursor: pointer;
}

now it work with Safari and Opera  :)


vonmax

#28
I have another problem with the Apostrophe as in the attach
any idea?
tkx
massimo

vonmax

ok, if i write in the DB l\'ombra instead of l'ombra it works fine
How can I resolve this bug?

Nibbler

I will update the plugin soon with your css change and I'll try to fix the apostrophe and utf-8 issues too.

vonmax

Quote from: Nibbler on February 01, 2008, 03:53:25 PM
I will update the plugin soon with your css change and I'll try to fix the apostrophe and utf-8 issues too.

tk u very much
I'll stay tuned ;)

freeedy

Hi guys, I have a question, really really dumb one. I just installed the plugin but nothing happen. What is suppose to happen? a new button or what?

By the way maybe I have to change my theme, I am currently using chaoticsoul, or maybe another plugin is interfering with this one, i am currently using add thumbnails to lightbox, avatar maker, FSslideS v0.5 and HTML Embed v0.2.

Please help ;D

Joachim Müller

Why don't you post a link to your gallery for a start?

vonmax

Quote from: Nibbler on February 01, 2008, 03:53:25 PM
I will update the plugin soon with your css change and I'll try to fix the apostrophe and utf-8 issues too.

no news?
tkx
massi

tfischer

Hi all,

Just curious about the status of this. I'm trying to learn how to code plugins (I'm a professional C++ developer but new to PHP/MySQL) and thought fixing some of these issues might be a good way to get my feet wet. 

But I'm not seeing some of the things that are reported above (tested on Camino (Firefox) for Mac and IE for Win):

  • Single and Double quotes work fine for me.
  • I'm not seeing the "frame gets offset between IE and others" bug mentioned above

If anyone has specific steps/browser info I can take a look again.

I do have a fix that puts the "Annotate" button on the same buttonbar as the other picture edit buttons (rotate/crop/etc).  And I'm working on a fix that only gives the Annotate button to users that have picture-editing capability (e.g. they see the rotate/crop/etc buttons).  It shouldn't be too hard to extend this to specific groups once I figure out how to add a configuration UI to the plugin.

-Tim

Hot Rides

Quote from: tfischer on April 02, 2008, 05:49:15 PM
Hi all,

Just curious about the status of this. I'm trying to learn how to code plugins (I'm a professional C++ developer but new to PHP/MySQL) and thought fixing some of these issues might be a good way to get my feet wet. 

But I'm not seeing some of the things that are reported above (tested on Camino (Firefox) for Mac and IE for Win):

  • Single and Double quotes work fine for me.
  • I'm not seeing the "frame gets offset between IE and others" bug mentioned above

If anyone has specific steps/browser info I can take a look again.

I do have a fix that puts the "Annotate" button on the same buttonbar as the other picture edit buttons (rotate/crop/etc).  And I'm working on a fix that only gives the Annotate button to users that have picture-editing capability (e.g. they see the rotate/crop/etc buttons).  It shouldn't be too hard to extend this to specific groups once I figure out how to add a configuration UI to the plugin.

-Tim
I like where you are heading with this, please keep me updated with how you are coming along

ksawery

#37
Great plugin!
I like it! ;D

Quote from: Lontano on March 01, 2007, 09:19:38 AM
Is there a way to give permissions to use annotate feature only to some user group? I have made a few tests on my gallery and noticed every registered user can annotate any pic, but I would rather prefere giving this privilege only to some groups.

It's posible? anybody knows how to do it?

ksawery

I have a problem! ???

This plugin works ok with Opera (with the lines of vonmax), but when I use my old explorer 6 it doesn't work. It shows a yellow exclamation saying something like: "constant of string without finishing" (I used a translator... :-\ sorry).

Any idea?

JohnMatches

Hello,

Merci beaucoup, Thank you very much.