#16 2013-04-02 23:15:19

flop25
Piwigo Team
2006-07-06
7038

Re: Update to 2.5 any issues?

I've corrected the sentences

@ddtddt is there a better  way by using php only and no prefilters?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#17 2013-04-02 23:15:21

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

Re: Update to 2.5 any issues?

Joergen wrote:

ddtddt wrote:

Your theme (link profil) dont use tag html to default :-(

Sorry I don´t understand.

My theme "Stripped"?  Which Link profile? What is tag html?

on default on picture.tpl

<dl id="standard" class="imageInfoTable">
{strip}
    {if $display_info.author and isset($INFO_AUTHOR)}
    <div id="Author" class="imageInfo">
        <dt>{'Author'|@translate}</dt>
        <dd>{$INFO_AUTHOR}</dd>
    </div>
    {/if}
    {if $display_info.created_on and isset($INFO_CREATION_DATE)}
    <div id="datecreate" class="imageInfo">
        <dt>{'Created on'|@translate}</dt>
        <dd>{$INFO_CREATION_DATE}</dd>
    </div>
    {/if}
    {if $display_info.posted_on}
    <div id="datepost" class="imageInfo">
        <dt>{'Posted on'|@translate}</dt>
        <dd>{$INFO_POSTED_DATE}</dd>
    </div>
.....

on stripped

<table id="standard" class="infoTable">
                        {if $display_info.author}
                            <tr id="Author">
                                <td class="label">{'Author'|@translate}</td>
                                <td class="value">{if isset($INFO_AUTHOR)}{$INFO_AUTHOR}{else}{'N/A'|@translate}{/if}</td>
                            </tr>
                        {/if}
                        {if $display_info.created_on}
                            <tr id="datecreate">
                                <td class="label">{'Created on'|@translate}</td>
                                <td class="value">{if isset($INFO_CREATION_DATE)}{$INFO_CREATION_DATE}{else}{'N/A'|@translate}{/if}</td>
                            </tr>
                        {/if}
                        {if $display_info.posted_on}
                            <tr id="datepost">
                                <td class="label">{'Posted on'|@translate}</td>
                                <td class="value">{$INFO_POSTED_DATE}</td>
                            </tr>
....

as old version piwigo

plugin make prefilter on <div id="AAAAA" class="imageInfo">
this sequence isn't present on stripped


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

 

#18 2013-04-02 23:15:55

Joergen
Translation Team
Germany
2011-09-30
116

Re: Update to 2.5 any issues?

Ok, I understand now.

But even when I change the Theme, there is no delete!

PS: Sorry I don´t understand PHP. ;-)

Last edited by Joergen (2013-04-02 23:17:58)

Offline

 

#19 2013-04-02 23:20:35

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

Re: Update to 2.5 any issues?

Joergen wrote:

Ok, I understand now.

But even when I change the Theme, there is no delete!

PS: Sorry I don´t understand PHP. ;-)

only user who has added photo can delete it
Is it you who added photo ?


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

 

#20 2013-04-02 23:38:53

Joergen
Translation Team
Germany
2011-09-30
116

Re: Update to 2.5 any issues?

Yes

Offline

 

#21 2013-04-02 23:43:16

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

Re: Update to 2.5 any issues?

on the admin page of the plugin,  what option did you choose to add the link 'delete photo' ?

Last edited by flop25 (2013-04-02 23:44:33)


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

 

#22 2013-04-03 13:19:55

Joergen
Translation Team
Germany
2011-09-30
116

Re: Update to 2.5 any issues?

I changed nothing (so default)!

Offline

 

#23 2013-04-03 13:48:43

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

Re: Update to 2.5 any issues?

Hi :-)

I send you email ;-)


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

 

#24 2013-04-03 15:19:53

Joergen
Translation Team
Germany
2011-09-30
116

Re: Update to 2.5 any issues?

Today? Or when?

Offline

 

#25 2013-04-03 15:31:42

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

Re: Update to 2.5 any issues?

Joergen wrote:

Today? Or when?

Today at 13h48h43 least a few minutes ;-)


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

 

#26 2013-04-03 18:43:11

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

Re: Update to 2.5 any issues?

Hi :-)

can you test [Subversion] r21995 for stripped


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

 

#27 2013-04-03 18:58:22

Joergen
Translation Team
Germany
2011-09-30
116

Re: Update to 2.5 any issues?

Please explain what to do. Download  2 PHP files and replace on website?

Offline

 

#28 2013-04-03 19:06:08

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

Re: Update to 2.5 any issues?

Hi :-)

Joergen wrote:

Please explain what to do. Download  2 PHP files and replace on website?

yes Download this file

-> http://piwigo.org/dev/browser/extension … ?rev=21995
link on bottom page

and
http://piwigo.org/dev/browser/extension … ?rev=21995

And remplace on your website in the same folder


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

 

#29 2013-04-03 20:01:16

mysoresoul
Member
Scotland
2012-10-09
4

Re: Update to 2.5 any issues?

Yes there is bloody issues, I am using the latest update, but the software doesn't think so and its not allowing me to log in, it tells me that my data base password is wrong, I am so peed off its unbelievable as I have clients photos on there and they are not happy either and get this, one is a software lawyer so he knows the ins and out of software law

http://rainbow-photography.net/piwigo/upgrade.php

Offline

 

#30 2013-04-03 20:04:43

flop25
Piwigo Team
2006-07-06
7038

Re: Update to 2.5 any issues?

mysoresoul wrote:

Yes there is bloody issues, I am using the latest update, but the software doesn't think so and its not allowing me to log in, it tells me that my data base password is wrong, I am so peed off its unbelievable as I have clients photos on there and they are not happy either and get this, one is a software lawyer so he knows the ins and out of software law

http://rainbow-photography.net/piwigo/upgrade.php

Hello but what are you doing there?
If you have an issue open a new thread after searching on the forum

@ddtddt the title thread has nothing to do with the previous issue: plz open a new thread for your plugin issue


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

Board footer

Powered by FluxBB