Piwigo Bugtracker

Viewing Issue Advanced Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000926 [Piwigo] navigation minor always 2009.02.21 10:03 2009.03.14 00:44
Reporter repie38 View Status public  
Assigned To plg
Priority normal Resolution fixed Platform all
Status closed   OS all
Projection none   OS Version all
ETA none Fixed in Version 2.0.1 Product Version 2.0.0
  Target Version 2.0.1 Product Build
Summary 0000926: support link wrong in french admin
Description in french admin first page, support link is http://forum.piwigo.org/ [^]
and documentation link is http://piwigo.org/doc/doku.php?id=fr:fr [^]

both links are broken

plg addition : in the gallery "about" page, the link to the forum is forum.piwigo.net which works but is not correct.
Steps To Reproduce
Additional Information didn't try in other language, has to be checked
Tags No tags attached.
browser any
Database engine and version
PHP version
Web server Apache 1.3.x
Attached Files

- Relationships

-  Notes
(0002507)
repie38 (developer)
2009.03.02 14:27

documentation link is now ok
(0002513)
ddtddt (administrator)
2009.03.07 15:38
edited on: 2009.03.07 15:39

on the french forum : http://fr.piwigo.org/forum/viewtopic.php?id=15044 [^]

I propose but he has to have there more

file admin.php line 99 add :
    'U_SITE'=> l10n_dec('http://piwigo.org/','http://piwigo.org/',0), [^]

files *lang*/admin.lang.php add :
en $lang['http://piwigo.org/'] [^] = 'http://piwigo.org/'; [^]
fr $lang['http://piwigo.org/'] [^] = 'http://fr.piwigo.org/'; [^]

file admin.tpl replace line 23-28
{if isset($pwgmenu)}
        <li class="external">{$U_SITE}doc
        <li class="external">{$U_SITE}forum
{/if}

file intro.tpl replace line 7
      
  • <a href="{$U_SITE}" onclick="window.open(this.href, '');

    files *lang*/help.php
    fr line 323 add fr. in the links

  • (0002527)
    plg (manager)
    2009.03.14 00:44

    fixed on branch 2.0 in [Subversion] r3196
    merged on trunk in [Subversion] r3197

    - Issue History
    Date Modified Username Field Change
    2009.02.21 10:03 repie38 New Issue
    2009.02.21 10:03 repie38 browser => any
    2009.02.21 10:03 repie38 Web server => Apache 1.3.x
    2009.02.21 14:32 plg Status new => confirmed
    2009.02.21 14:32 plg Target Version => 2.0.1
    2009.03.02 14:27 repie38 Note Added: 0002507
    2009.03.02 22:58 plg Description Updated
    2009.03.07 15:38 ddtddt Note Added: 0002513
    2009.03.07 15:39 ddtddt Note Edited: 0002513
    2009.03.10 14:04 ddtddt Note View State: public: 2513
    2009.03.14 00:44 plg Note Added: 0002527
    2009.03.14 00:44 plg Assigned To => plg
    2009.03.14 00:44 plg Status confirmed => closed
    2009.03.14 00:44 plg Resolution open => fixed
    2009.03.14 00:44 plg Fixed in Version => 2.0.1


    Mantis 1.1.6[^]
    Copyright © 2000 - 2008 Mantis Group
    Contact
    Powered by Mantis Bugtracker