Announcement

  •  » Extensions
  •  » ECard or Greeting Card Plugin

#1 2010-12-27 14:08:14

alexpreyer
Member
Hammelburg (Ger)
2009-11-27
179

ECard or Greeting Card Plugin

Is there anywhere a plugin which allows the visitors of my gallery to send the pictures as a greeting card?

Offline

 

#2 2010-12-28 17:12:00

rub
Former Piwigo Team
Lille
2005-08-26
5019

Re: ECard or Greeting Card Plugin

You can use "Send an information email to group members" on edit page's category.

Offline

 

#3 2010-12-28 18:38:09

alexpreyer
Member
Hammelburg (Ger)
2009-11-27
179

Re: ECard or Greeting Card Plugin

No, that was not what I ment.
I mean, that each picture get a link where visitors can klick and then send the picture with a text they enter to a friend by mail.

Offline

 

#4 2011-01-19 22:51:56

tiico
Member
2007-05-29
89

Re: ECard or Greeting Card Plugin

Hi Alex,

I've just create a new extension (Piwecard) which add eCard function on Piwigo. User could now use this function to send Virtual card (mail or just link) to sender.
The actual version is onlyin french. The next version will include english language file.

@+
Tiico

Offline

 

#5 2011-01-20 08:17:56

alexpreyer
Member
Hammelburg (Ger)
2009-11-27
179

Re: ECard or Greeting Card Plugin

Hi Tiico,

that sounds great and I nearly can't wait until the english version is available.

Thanks
Alex

Offline

 

#6 2011-01-20 10:04:45

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: ECard or Greeting Card Plugin

alexpreyer wrote:

Hi Tiico,

that sounds great and I nearly can't wait until the english version is available.

Thanks
Alex

the German translation is made ;-)

it will be in the next version

[Subversion] r8786


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#7 2011-01-21 13:11:28

mol
Piwigo Team Germany
germany
2010-05-26
108

Re: ECard or Greeting Card Plugin

the German translation is made ;-)

well done. i install it and it works fine :-)
thanks to tiico

ps: and the translation team too :-)

Last edited by mol (2011-01-21 13:12:38)

Offline

 

#8 2011-01-21 13:17:41

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: ECard or Greeting Card Plugin

mol wrote:

the German translation is made ;-)

well done. i install it and it works fine :-)
thanks to tiico

ps: and the translation team too :-)

For the German translation of this plugin is sugar888 ;-)


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#9 2011-01-21 13:29:30

alexpreyer
Member
Hammelburg (Ger)
2009-11-27
179

Re: ECard or Greeting Card Plugin

First, thank for the great work.
I tested it, but there seem to be some bugs.

1. The translation is only done für the administration part. The window the user gets is in english.
2. The window the user gets to enter his data is scrumbled with Firefox. It's mainly visible, but the button to send, not. With the tab key I finaly see it and then can send.
3. In Internet Explorer I see the link below the picture is there, but I cannot click ist.

That's what I have found. Maybe some can have a look on my site to see if everyone has the same issues: http://fotos.preyer.net

Offline

 

#10 2011-01-21 14:24:12

mol
Piwigo Team Germany
germany
2010-05-26
108

Re: ECard or Greeting Card Plugin

1. The Window the User get is "Erstellen Sie Ihre persönliche E-Karte" etc, etc   ... translatet
2. i only test with firefox, its realy scrumbled at your site , not at my site

something gets wrong with your installation, try  a new install

ps: 10 minutes later
ok, i think its a problem with the font size in your css  (firebug rulez!)
in your local css

/* text color */
BODY, H1, H3, DT {
    font-family: Papyrus, "Comic Sans MS", sans-serif;
    color: #e0e0e0;font-size:1.1em;

i change the font size to 0.8 ... and now its looks ok, but i dont know whats the problem with the language


sowas lässt mir ja keine Ruhe

natürlich ist das suboptimal die Fontgröße zu ändern, schließlich gilt das für die gesamte Seite
Die Lösung ist im CSS zum Lightbox-form zu finden, der entscheidente Block ist:

#box
{
    display: none;
    position: absolute;
    top: 15%;
    left: 20%;
    width: 550px;
    height: 500px;
    padding: 0px;
    margin:0;
    border: 1px solid black;
    background-color: black;
    z-index:101;
    overflow: none;
}

der entscheidente Eintrag ist width : 550px, ändere den auf 700 oder so, fettisch.

('sory for german, but my english is to bad and i´m in hurry)

Last edited by mol (2011-01-21 14:53:40)

Offline

 

#11 2011-01-21 15:31:57

alexpreyer
Member
Hammelburg (Ger)
2009-11-27
179

Re: ECard or Greeting Card Plugin

Yep, that was the solution. But I also had to increase the height up to 850 to get all fields in the black box.

But also after a reinstall the text is in english. Also the text below the picture (click for ecard).

What also would nice, that the link below the picture is in a different style. For the moment it could be that visitors will not see that there is the option to send an e-card.

Offline

 

#12 2011-01-21 16:36:04

mol
Piwigo Team Germany
germany
2010-05-26
108

Re: ECard or Greeting Card Plugin

ok, next step, its all fu*** css
add to the 
#box
{
    display: none;
    .....
    font-size : 70%;
        .....   
       overflow: none;
}

or a other % value

sorry, no solution for the language problem, it works on my installation

Offline

 

#13 2011-01-21 22:41:38

alexpreyer
Member
Hammelburg (Ger)
2009-11-27
179

Re: ECard or Greeting Card Plugin

Thanks mol for your help and also the developer tiico.

Tomorrow I'll have a look why my front end is still english.

Is there a chance to get the link also in the PWG Stuffs Module "newest pictures"?

Offline

 

#14 2011-01-21 23:59:51

tiico
Member
2007-05-29
89

Re: ECard or Greeting Card Plugin

Hi alex and moi.

I'm not very "familiar" with css so, perhaps the css file present on that plugin could be updated to be complant with all configuration and all language (depending on the length of words in some language...)
If you have propositions or modifications, i'm aware.

Thks for your feedback!
Tiico

PS If you have some"strange usage" or bug or usage question, dont hesitate to contact me.

Offline

 

#15 2011-01-22 12:38:58

alexpreyer
Member
Hammelburg (Ger)
2009-11-27
179

Re: ECard or Greeting Card Plugin

Ok, my language problem was a false language setting (what else should have been the reason ;-)

As asked before, would it be possible to have also a link for sending a card in the PWG Stuff Module "Newest Picture"?

Offline

 
  •  » Extensions
  •  » ECard or Greeting Card Plugin

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact