|
killing 1140
| Posté : 22-05-2006 14:15
Bonjour all,
VOila... je sui sen train de créer un nouveau site?
J'ai choisi le theme Somara-XP que j'ai modifié.
Quelqu'un est il en mesure de m'expliquer pourquoi lorsqu'un article est affiché je n'ai plus de blocs à droite mais un menu "Liens Relatifs"
J'aimerais pouvoir retrouver mes blocs de droite.
Merci à vous.
Cdt
|  Profil Citation
|
|
dech 2123
| Posté : 22-05-2006 17:14
Parceque l'affichage la page article complet est construite comme cela. |  Profil www Citation
|
|
killing 1140
| Posté : 22-05-2006 20:21
Donc il n'est pas possible de changer cela sans avoir de veritables conniassances en php ?
Merci en tout cas pour la reponse |  Profil Citation
|
|
dech 2123
| Posté : 22-05-2006 20:30
quelqu'un qui connaît le php te dire " il te suffit de ........" mais cette personne ce n'est pas moi.
ca doit être dans article.php mais ..... |  Profil www Citation
|
|
reef-passion 1456
| Posté : 22-05-2006 22:13
le canidé (leloup31) fait ça mais il va te faloir attendre qu'il sorte de l'hopital
par contre il n'y a pas les blocs de droite juste le bloc liens relatifs de disparu |  Profil Citation
|
|
leloup31 1994
| Posté : 24-05-2006 21:09
Pour supprimer le bloc lien relatif, dans "article.php" mettre en commentaire les lignes suivantes.
$boxtitle=translate("Related Links");
$boxstuff="<ul>";
$result=mysql_query("select name, url from related where tid='$topic'");
while(list($name, $url) = mysql_fetch_row($result)) {
$boxstuff .= "<li><a href=\"$url\" target=\"new\"><span class=\"NOIR\">$name</span></a></li>";
}
$boxstuff .= "</ul>
<ul>
<li><a href=\"search.php?topic=$topic\"><span class=\"NOIR\">".translate("More about")." ".aff_langue($topictext)."</span></a></li>
<li><a href=\"search.php?member=$informant\"><span class=\"NOIR\">".translate("News by")." $informant</span></a></li>
</ul>
<br /><br /><div class=\"BOXC\">".translate("Most read story about")." ".aff_langue($topictext)." :</div>";
$xtab=news_aff("big_story","where topic=$topic",0,1);
list($topstory, $ttitle) = $xtab[0];
$boxstuff .= "<ul>
<li><a href=\"article.php?sid=$topstory\"><span class=\"NOIR\">".aff_langue($ttitle)."</span></a></li>
</ul>
<br /><br /><div class=\"BOXC\">".translate("Last news about")." ".aff_langue($topictext)." :</div>";
if (!$archive)
$xtab=news_aff("libre", "where topic=$topic and archive='0' order by sid DESC",0,5);
else
$xtab=news_aff("archive ","where topic=$topic and archive='1' order by sid DESC",0,5);
$story_limit=0;
$boxstuff .="<ul>";
while (($story_limit<10) and ($story_limit<sizeof($xtab))) {
list($sid1,$catid1,$aid 1,$title1) = $xtab[$story_limit];
$story_limit++;
$title1=aff_langue(adds lashes($title1));
$boxstuff.="<li>& lt;a href=\"article.php?sid=".$sid1."\" class=\"NOIR\">".aff_langue(stripslashes($title1))."</a></li>";
}
$boxstuff .="</ul>";
$boxstuff .= "<p align=\"center\">";
if ($anonpost==1 OR $admin OR $user) {
if ($ibid=theme_image("box/comment.gif")) {$imgtmp=$ibid;} elseif ($ibid=theme_image("box/$language/comment.gif")) {$imgtmp=$ibid;} else {$imgtmp="$userimg$language/comment.gif";}
$boxstuff .= "<a href=\"comments.php?op=Reply&pid=0&sid=$sid\"><img src=\"$imgtmp\" border=\"0\" alt=\"\" align=\"middle\" /></a></p>\n<p align=\"center\">";
}
$boxstuff .= "<a href=\"print.php?sid=$sid\">";
if ($ibid=theme_image("box/print.gif")) {$imgtmp=$ibid;} else {$imgtmp="images/print.gif";}
$boxstuff .= "<img src=\"$imgtmp\" border=\"0\" alt=\"".translate("Printer Friendly Page")."\" align=\"middle\"></a> ";
if ($ibid=theme_image("box/friend.gif")) {$imgtmp=$ibid;} else {$imgtmp="images/friend.gif";}
$boxstuff .= "<a href=\"friend.php?op=FriendSend&sid=$sid\"><img src=\"$imgtmp\" border=\"0\" alt=\"".translate("Send this Story to a Friend")."\" align=\"middle\" /></a> ";
et
if ($mode != "nocomments") {
!include!("comments.php");
}
|  Profil www Citation
|
|
reef-passion 1456
| Posté : 24-05-2006 22:09
a peine de retour et déjà au travail
c'est bien loulou |  Profil Citation
|
|
Anonyme 19853
| Posté : 19-03-2008 14:56
ok ça marche.
Merci | Citation
|
|
killing 1140
| Posté : 23-07-2010 11:05
Bonjour Bonjour,
je viens d'appliquer la modif de Leloup et elle fonctionne, Liens relatifs n'est plus affiché.
mais comment faire pour que l'article prenne alors toute la largeur laissée par le suppression de Liens relatifs ?
Merci bien |  Profil Citation
|
|
Anonyme 19853
| |