Il me manquait un bout modification.!
Merci
Bonjour zone9,
Recherche:
<!-- BEGIN rate --> <div> {rate.SENTENCE} : <!-- BEGIN rate_option --> {rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}">{rate.rate_option.OPTION}</a> <!-- END rate_option --> <!-- </div> <!-- <!-- END rate -->
Et remplace par
<!-- BEGIN rate --> <!-- <div> <!-- {rate.SENTENCE} : <!-- BEGIN rate_option --> <!-- {rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}">{rate.rate_option.OPTION}</a> <!-- END rate_option --> <!-- </div> <!-- <!-- END rate -->
Ça devrait le faire.
8-)
Re bonjour !
pwg 1.4.1
Voila j'ai réinstalé mon pwg sur un autre serveur.
J'ai un petit problème qui apparait
J'ai enlevé tous les inscription de ajout de commentaire et notation d'image.
Mais le hic est qu'il m'apparait ceci : Vous n'avez jamais noté cette image. Note : 0 | 1 | 2 | 3 | 4 | 5
je voudrais l'enlever completement. je ne sais plus ou enlever cette partie.
Merci
voici mon picture.tpl
----
<SCRIPT LANGUAGE=JavaScript>
/*
SCRIPT TROUVE SUR L'EDITEUR JAVASCRIPT
*/
function ejs_img_fx(img){
if(img && img.filters && img.filters[0]){
img.filters[0].apply();
img.filters[0].play();
}
}
</SCRIPT>
<meta http-equiv="imagetoolbar" content="no">
<script language="JavaScript">
function click() {
if (event.button==2) {
alert('(( SUGGESTION : Pour Obtenir Une Photo, Communiquer Avec Le Photographe : photos@zone911.com, Merci ! ))')
}
if (event.button==1+2) {
alert(' (( SUGGESTION : Pour Obtenir Une Photo, Communiquer Avec Le Photographe : photos@zone911.com, Merci ! )) ')
}
}
document.onmousedown=click
// -->
</script>
</head>
<!-- BEGIN information -->
<div class="information">{information.INFORMATION}</div>
<!-- END information -->
<div class="titrePage">
<div id="gauche"><a href="{U_HOME}">{L_HOME}</a>{LEVEL_SEPARATOR}{CATEGORY}</div>
<div id="centre" class="nameImage">{TITLE}</div>
<div id="droite">{PHOTO}</div>
</div>
<div id="imgBarMenu">
<div class="imgMenu" id="left">
<a href="{U_UP}" title="{L_UP_HINT}">
<img src="template/default/theme/categories.gif" alt="{L_UP_ALT}" />
</a>
</div>
<div class="imgMenu" id="left">
<a href="{U_SLIDESHOW}" title="{L_SLIDESHOW}">
<img src="template/default/theme/slideshow.gif" alt="{L_SLIDESHOW}" />
</a>
</div>
<div class="imgMenu" id="left">
<a href="{U_METADATA}" title="{L_PICTURE_METADATA}">
<img src="template/default/theme/metadata.gif" alt="{L_PICTURE_METADATA}" />
</a>
</div>
<!-- BEGIN favorite -->
<div class="imgMenu" id="right">
<a href="{favorite.U_FAVORITE}" title="{favorite.FAVORITE_HINT}">
<img src="{favorite.FAVORITE_IMG}" alt="{favorite.FAVORITE_ALT}" />
</a>
</div>
<!-- END favorite -->
<!-- BEGIN download -->
<div class="imgMenu" id="right">
<a href="{download.U_DOWNLOAD}" title="{L_DOWNLOAD}">
<img src="template/default/theme/download.gif" alt="{L_DOWNLOAD}" />
</a>
</div>
<!-- END download -->
<!-- BEGIN admin -->
<div class="imgMenu" id="right">
<a href="{U_ADMIN}" title="{L_ADMIN}">
<img src="template/default/theme/properties.gif" alt="{L_ADMIN}" />
</a>
</div>
<!-- END admin -->
</div>
<!-- BEGIN high -->
<a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=yes,status=yes,resizable=yes,width={high.WIDTH_IMG},height={high.HEIGHT_IMG}')">
<!-- END high -->
<!-- BEGIN next -->
<a class="none" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}">
<!-- END next -->
<img class="image" src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}"/>
<!-- BEGIN next -->
</a>
<!-- END next -->
<!-- BEGIN high -->
</a>
<div style="text-align:center;font-weight:bold;">{L_PICTURE_HIGH}</div>
<!-- END high -->
<!-- BEGIN legend -->
<div class="commentImage">{legend.COMMENT_IMG}</div>
<!-- END legend -->
<!-- BEGIN stop_slideshow -->
<div style="text-align:center;margin-bottom:5px;">
[ <a href="{stop_slideshow.U_SLIDESHOW}" class="back" style="font-weight:bold;">{L_STOP_SLIDESHOW}</a> ]
</div>
<!-- END stop_slideshow -->
<div style="clear:both;"></div>
<div style="white-space:nowrap;">
<div id="gauche">
<!-- BEGIN previous -->
<a class="none" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}">
<img style="border:none;" width="30" height="100" src="template/default/theme/left-arrow.gif" alt="" />
<img src="{previous.IMG}" class="thumbLink" style="margin-right:10px;margin-left:5px;" alt="{previous.TITLE_IMG}"/>
</a>
<!-- END previous -->
</div>
<div id="centre">
<table style="margin:auto;margin-top:5px;margin-bottom:5px;">
<!-- BEGIN info_line -->
<tr>
<td class="menu" style="font-weight:bold;">{info_line.INFO} : </td>
<td class="menu" style="text-align:right;">{info_line.VALUE}</td>
</tr>
<!-- END info_line -->
</table>
</div>
<div id="droite">
<!-- BEGIN next -->
<a class="none" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}">
<img class="thumbLink" src="{next.IMG}" style="margin-right:10px;margin-left:5px;" alt="{next.TITLE_IMG}"/>
<img style="border:none;" class="thumbLink" width="30" height="100" src="template/default/theme/right-arrow.gif" alt="" />
</a>
<!-- END next -->
</div>
</div>
<div style="clear:both;"></div>
<!-- BEGIN metadata -->
<table class="tablecompact">
<!-- BEGIN headline -->
<tr>
<th colspan="2">{metadata.headline.TITLE}</th>
</tr>
<!-- END headline -->
<!-- BEGIN line -->
<tr>
<td style="text-align:left; margin-left:21.4cm; margin-left:21.4cm">{metadata.line.KEY}</td>
<td style="text-align:left; margin-left:21.4cm; margin-left:21.4cm">{metadata.line.VALUE}</td>
</tr>
<!-- END line -->
</table>
<!-- END metadata -->
<!-- BEGIN rate -->
<div>
{rate.SENTENCE} :
<!-- BEGIN rate_option -->
{rate.rate_option.SEPARATOR} <a href="{rate.rate_option.URL}">{rate.rate_option.OPTION}</a>
<!-- END rate_option -->
<!-- </div>
<!-- <!-- END rate -->
<!-- <table class="tablecompact">
<!-- <!-- BEGIN comments -->
<!-- <tr align="center" valign="middle">
<!-- <td colspan="3" class="table2">
<!-- <div class="commentTitle">
<!-- [{comments.NB_COMMENT}] {L_COMMENT_TITLE}
<!-- </div>
<!-- <div class="commentsNavigationBar">{comments.NAV_BAR}</div>
<!-- <table class="tablecompact">
<!-- <!-- BEGIN comment -->
<!-- <tr class="throw">
<!-- <td class="throw">
<!-- {comments.comment.COMMENT_AUTHOR}
<!-- </td>
<!-- <td colspan="2" class="commentDate">
<!-- {comments.comment.COMMENT_DATE}
<!-- <!-- BEGIN delete -->
<!-- <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{L_DELETE_COMMENT}"><img src="template/default/theme/delete.gif" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{L_DELETE}]"/></a>
<!-- <!-- END delete -->
<!-- </td>
<!-- </tr>
<!-- <tr class="row1">
<!-- <td class="comment" colspan="3">{comments.comment.COMMENT}</td>
<!-- </tr>
<!-- <!-- END comment -->
<!-- <!-- BEGIN add_comment -->
<!-- <tr class="throw">
<!-- <td colspan="3">{L_ADD_COMMENT}</td>
<!-- </tr>
<!-- <form method="post" action="{U_ADD_COMMENT}">
<!-- <tr class="row1">
<!-- <td class="comment" >
<!-- <!-- BEGIN author_field -->
<!-- {L_AUTHOR}</td><td colspan="2"><input type="text" name="author" />
<!-- </td></tr>
<!-- <tr class="row1">
<!-- <td class="comment" >
<!-- <!-- END author_field -->
<!-- <!-- BEGIN author_known -->
<!-- <input type="hidden" name="author" value="{comments.add_comment.author_known.KNOWN_AUTHOR}" />
<!-- <!-- END author_known -->
<!-- {L_COMMENT}</td>
<!-- <td style="width:100%;">
<!-- <textarea name="content" rows="2" style="width:100%;"></textarea>
<!-- </td><td>
<!-- <input type="submit" value="{L_SUBMIT}" class="bouton" />
<!-- </td>
<!-- </tr>
<!-- </form>
<!-- </table>
<!-- <!-- END add_comment -->
<!-- </td>
<!-- </tr>
<!-- <!-- END comments -->
</table>
zone9 a écrit:
Mais mainteant je veux augmenter la taille,
la taille de koi ???
si c'est la ligne de bas de page, avec un log de creation web, tusurlignes et mets la taille que tu veux
zone9 a écrit:
Salutation Reflex
Comme as tu fais pour modifier les informations dans le bas de la page
je par le de l'inscription :
" Créé grâce à PhpWebGallery - Pour participer à ~CR~, envoyez vos clichés à Sébastien BOCHENKO "
Merci
tu vas dans la page footer.tpl et la tu mets ce que tu veux
Merci cela fonction parfaite, J'ai inscrit dans le bas de la page : Merci a PhpWebGallery - Pour rejoindre le photographe : - courriel.
Cela fonction très bien
Mais mainteant je veux augmenter la taille, Comment faire , j'ai chercher dans le BBcode le template / défault et je n'ai pas été capable de la faire, seul les pages d'acceuil et sur les pages Thumbnail fonctionne MAIS PAS ceux des pages de l'images. Lorqu'on clic sur les thumbnail.
Merci
En trifouillant les traductions dans: PWG\language\fr_FR.iso-8859-1\common.lang.php
Tu pigeras vite, c'est vraiment pas sorcier !
Salutation Reflex
Comme as tu fais pour modifier les informations dans le bas de la page
je par le de l'inscription :
" Créé grâce à PhpWebGallery - Pour participer à ~CR~, envoyez vos clichés à Sébastien BOCHENKO "
Merci
Hop, pour ceux qui veulent voir ce que ça donne...
http://www.cichlids-reflex.info/category.php
Et Voila , Merci ! je viens de faire la modification est c'est fait et cçca fonctionne numéro 1 !
Merci
zone9 a écrit:
Au début de toute les lignes entres 959 et 1035 ??Merci
Non... !!!
A partir de 122 jusqu'à la fin de picture.tpl (et pas .php).
picture.tpl est dans /template/default/
Ta question est excellente car elle prouve combien il est préférable de donner des astuces sur les TPL que de les donner sur les PHP, car elles sont beaucoup plus simple à réparer pour les néophytes.
Merci.
Question
Bizarrement si je comprend, car moi aussi je veux faire exactement la même chose que Reflex,
Je dois inscrire
<!--
Au début de toute les lignes entres 959 et 1035 ??
Merci
Reflex a écrit:
Je les ai mises comme ça:
[...]Mais ça a l'air de ne rien changer.
Faut-il que je procède autrement ?
<!-- <!-- BEGIN comments --> <!-- <tr align="center" valign="middle"> <!-- <td colspan="3" class="table2"> <!-- <div class="commentTitle"> <!-- [{comments.NB_COMMENT}] {L_COMMENT_TITLE} <!-- </div> <!-- <div class="commentsNavigationBar">{comments.NAV_BAR}</div> <!-- <table class="tablecompact"> <!-- <!-- BEGIN comment --> <!-- <tr class="throw"> <!-- <td class="throw"> [...] <!-- </td> <!-- </tr> <!-- <!-- END comments -->
L'avantage de cette technique par rapport à la modification du php est que les MOD peuvent être appliquées avec beaucoup moins de risque d'erreur.
Coté performance, PWG est tellement performant que maintenir le code php actif ne change pas grand chose.
C'est bon, c'est royal, ça fonctionne impec ! :D
Encore merci.
Pourrais-tu me faire un copier-coller de ces lignes (mon "picture.php" est déjà bien amputé...) ?