I've corrected the sentences
@ddtddt is there a better way by using php only and no prefilters?
Offline
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
Offline
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
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 ?
Offline
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)
Offline
I changed nothing (so default)!
Offline
Hi :-)
I send you email ;-)
Offline
Joergen wrote:
Today? Or when?
Today at 13h48h43 least a few minutes ;-)
Offline
Hi :-)
can you test [Subversion] r21995 for stripped
Offline
Please explain what to do. Download 2 PHP files and replace on website?
Offline
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
Offline
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
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
Offline