Bonjour,
En fait je cherche à augmenter la taille des miniatures, du type 150*200 au moins.
Je suis en version PHP 1.7.3 et je n'arrive pas à le faire en utilisant la procédure décrite à cette page : [PLUGIN] Miniatures qui débordent
Pourriez-vous m'indiquer ce qui ne va pas.
Mon Plugin personnel est le suivant :
---------------------------------------------------------------------
<?php
function index_perso()
{
global $template;
unset($template->_tpldata['preferred_image_order.']);
unset($template->_tpldata['search_rules.']);
unset($template->_tpldata['mode_normal.']);
unset($template->_tpldata['flat.']);
unset($template->_tpldata['mode_posted.']);
unset($template->_tpldata['mode_created.']);
}
add_event_handler('loc_end_index', 'index_perso');
add_event_handler('loc_end_page_header', 'personal_large_thumbnail');
function personal_large_thumbnail()
{
global $conf, $template;
$W = $conf['tn_width'] + 15;
$H = $conf['tn_height'] + 15;
$M = $conf['tn_width'] + 20;
$template->assign_block_vars('head_element', array('CONTENT' => '
<style type="text/css">
/* Set some sizes according to your maximum thumbnail width and height */
#content UL.thumbnails SPAN,
#content UL.thumbnails SPAN.wrap2 A,
#content UL.thumbnails SPAN.wrap2 LABEL,
#content DIV.thumbnailCategory DIV.illustration {
width: '.$W.'px /* max thumbnail width + 2px */
}
#content UL.thumbnails SPAN.wrap2,
#content DIV.thumbnailCategory DIV.description {
height: '.$H.'px /* max thumbnail height + 2px */
}
#content DIV.comment BLOCKQUOTE {
margin-left: '.$M.'px /*maximum thumbnail width + ~10px */
}
</style>
'));
}
?>
----------------------------------------------------------------------------------------------
et dans mon config_local.inc.php j'ai ajouté :
$conf[’tn_width’] = 150;
$conf[’tn_height’] = 200;
Merci d'avance.
Dernière modification par VDigital (2009-01-04 10:59:51)
Hors ligne
Miniatures qui débordent (1.6.*)
La méthode 1.6 est finalement plus simple et fonctionne également en 1.7.
Plus encore elle fonctionnera avec Piwigo 2.0.0 alors que le plugin: Non !
Hors ligne
OK merci pour l'info.
Cela fonctionne sur la page principale mais pas dans les catégories. Comment faire ?
Hors ligne
Un lien?
Hors ligne
http://theolivier.free.fr/phpwebphoto
Tu peux te connecter en mode Conseiller :
- login : conseil
- mot de passe : conseil
C'est notamment dans la catégorie Nol, quand on entre à l'intérieur les images se chevauchent.
Merci d'avance
Hors ligne
exemple ( local-layout.css dans /template-common/ ):
#content UL.thumbnails SPAN,
#content UL.thumbnails SPAN.wrap2 A,
#content UL.thumbnails SPAN.wrap2 LABEL,
#content DIV.thumbnailCategory DIV.illustration {
width: 245px; /* max thumbnail width + 2px */
}
#content UL.thumbnails SPAN.wrap2,
#content DIV.thumbnailCategory DIV.description {
height: 255px; /* max thumbnail height + 2px */
}
#content DIV.comment BLOCKQUOTE {
margin-left: 255px; /*maximum thumbnail width + ~10px */
}
J'ai changé le mot de passe de "conseil".
Car tu ouvrais la porte à tous les hackers débutants.
Procédure: Tu laisses une personne s'inscrire et quand tu lui fais confiance tu lui donne un accès Admin en Conseiller.
Mais là... (Je n'expliquerai pas pour des raisons de sécurité).
Dernière modification par VDigital (2009-01-04 17:01:13)
Hors ligne
Ca à l'air de fonctionner.
Merci beaucoup pour ton aide.
Hors ligne
Tu peux faire les essais que tu veux.
Pense aux images en Portrait tu en as dans l'ile Maurice (que je connais assez bien).
Hors ligne