|
xyzold 0
| Posté : 24-03-2008 21:29
Bonjour,
Je souhaite proposer au cas par cas une impression en format PDF
Pouvez-vous m’indiquer exactement les lignes à effacer dans le fichier sections.php afin de désactiver l’option d’impression
A la 221 :
<a href=\"sections.php?op=viewarticle&artid=$artid\" class=\"noir\">".aff_langue($title)."</a>
  ; </td><td width=\"1%\" nowrap=\"nowrap\" align=\"left\" style=\"font-size: 10px;\">".translate("read:")."$counter ".translate("times")."</td><td width=\"1%\" nowrap=\"nowrap\" align=\"right\" $nouveau><a href=\"sections.php?op=printpage&artid=$artid\"><img src=\"";
  ; if ($ibid=theme_image("box/print.gif")) {$imgtmp=$ibid;} else {$imgtmp="images/print.gif";}
  ; echo "$imgtmp\" border=\"0\" title=\"".translate("Printer Friendly Page")."\" align=\"center\" /></a></td>";
A la ligne 292
<a href=\"sections.php?op=printpage&artid=$artid\"><img src=\"";
if ($ibid=theme_image("box/print.gif")) {$imgtmp=$ibid;} else {$imgtmp="images/print.gif";}
echo "$imgtmp\" border=\"0\" alt=\"" . translate("Printer Friendly Page")."\" align=\"center\" /></a></p>";
echo "<div class=\"separ\"></div>";
Merci
N |  Profil Citation
|
|
xyzold 0
| Posté : 26-03-2008 19:02
Bonsoir,
Personne pour m'orienter ?
Merci |  Profil Citation
|
|
Jireck 8502
| Posté : 27-03-2008 10:43
Je ne comprends pas????
Tu veux enlever la possibilité d'imprimer ou donner la possibilité d'imprimer en pdf ...
ou autre...
|  Profil Citation
|
|
xyzold 0
| |
oim 1453
| Posté : 27-03-2008 11:01
Ca ne plante pas ca dit juste que tu as oublié de mettre un ; ou , ou alors que tu en as un en trop ! |  Profil www Citation
|
|
xyzold 0
| |
xyzold 0
| |
canasson 873
| Posté : 27-03-2008 14:37
Il te faut simplement supprimer le td au complet (donc de la balise de début à celle de fin) à mon avis tu à aussi supprimer ça :";
Par contre, pour infos, là tu vas juste enlever l'impression de la liste de tes articles ! et Non dans l'article lui même |  Profil E-mail www Citation
|
|
xyzold 0
| Posté : 27-03-2008 15:00
Merci
oui en effet il faut supprimer le td complet de la ligne 222 à 224
et cela plante plus.
<td width=\"1%\" nowrap=\"nowrap\" align=\"right\" $nouveau><a href=\"sections.php?op=printpage&artid=$artid\"><img src=\"";
  ; ; if ($ibid=theme_image("box/print.gif")) {$imgtmp=$ibid;} else {$imgtmp="images/print.gif";}
  ; ; echo "$imgtmp\" border=\"0\" title=\"".translate("Printer Friendly Page")."\" align=\"center\" /></a></td>
Cannasson comment enlever dans l'article lui même
Merci |  Profil Citation
|
|
canasson 873
| Posté : 27-03-2008 16:24
Exactement de la même façon
La tu viens de le faire dans la fonction "listarticles", il te faut donc en faire de même pour la fonction "viewarticles" qui de mémoire doit être juste en dessous (ou peut-être au dessus) |  Profil E-mail www Citation
|
|
xyzold 0
| Posté : 27-03-2008 18:00
Pas facile quant on ne comprend rien au code
C'est à la ligne 292 en dessous, mais je ne sais pas quoi enlever
pour que cela ne plante pas :
<a href=\"sections.php?op=printpage&artid=$artid\"><img src=\"";
if ($ibid=theme_image("box/print.gif")) {$imgtmp=$ibid;} else {$imgtmp="images/print.gif";}
echo "$imgtmp\" border=\"0\" alt=\"" . translate("Printer Friendly Page")."\" align=\"center\" /></a></p>";
echo "<div class=\"separ\"></div>";
Merci pour l'aide
N |  Profil Citation
|
|