Activité du site

Pages vues depuis Novembre 2002 : 14 210 302

  • Nb. de Membres : 7 436
  • Nb. d'Articles : 670
  • Nb. de Forums : 47
  • Nb. de Sujets : 9
  • Nb. de Critiques : 17

Top 10  Statistiques

Modéré par : Boris 
Index du Forum » » [Archives] Modules en général » » [[Archives] Meta-mots] [Meta-Mots pour NPDS Sable-Evolution] [Résolu] - meta lastarticles, j'y arric
4 pages [ 1 | 2 | 3 | 4 ]
Auteur[[Archives] Meta-mots] [Meta-Mots pour NPDS Sable-Evolution] [Résolu] - meta lastarticles, j'y arric
bmag
200     

bmag
  Posté : 18-05-2008 11:02

salut

je reposte ici m'étant trompe de forum

Bien sur ce code n'est pas de moi je l'ai surement pris au hazard d'un post
Sous sable il affiche les X derniers articles avec le nombre de commentaires
si vous pouvez le "convertir" en evolution...



#autodoc !lastarticles! : Affiche des derniers   articles - tient compte des groupes 
    $meta_mot="!lastarticles!";  
    global $maxarticles_b1,$site_font,$bgcolor4,$bgc  olor3,$bgcolor2,$bgcolor1,$textcolor1,$textcolor2; 
    $maxcount = $maxarticles_b1; // c  haines nombres d'article affiché  
    if ($maxarticles_b1 =="") {   ; ;  $maxcount=5; }    $tab_groupe=vali d_group ($user);  
    $clausewhere=" where ihome='0' or  ; ;ihome='1' ";  
    for ($ii=0; $ii<=9; $ii++) {&a mp;n bsp;if($tab_groupe[$ii]) $clausewhere.=" or ihome='$ta b_groupe[$ ii]' "; }  
    if($user)   $clausewhere.=" or&am p;nb sp;ihome='-127' ";    
    global $site_font, $bgcolor4, $bgcolor  3, $bgcolor2, $bgcolor1, $textcolor1, $textcolor2;&nb sp;
    $chaine_rep = "<table width='100%'& amp; nbsp;border='1' bordercolor=".$bgcolor4." cellpadding='2'&n bsp;cellsp acing='0' bgcolor=".$bgcolor2.">"; 
    $chaine_rep .="<tr bgcolor=$bgcolor2>  <td width='55%' align='left'><font size=2>< b>A rticles</b></font></td>"; 
    $chaine_rep .="<td align=center wid  th='10%'><font size=2><b>Actions</b></font&g t;< /td>"; 
    $chaine_rep .="<td align='center'>< ; ;font size=2 width='15%'><font size=2><strong >Lu& lt;/strong></font></td>"; 
    $chaine_rep .="<td align='center'>< ; ;font size=2 width='20%'><font size=2><strong >Pos té le</font></strong></font></td>< /tr>";&nbs p; 
    if (!$count) { $result0 = my  sql_query("SELECT sid FROM stories  $clausewhere   "); 
    $count=mysql_num_rows($result0); }   < br />    $xtab=news_aff("libre", " $clausewhere  ; ;ORDER BY sid DESC limit $maxcount", 0,&nb sp;$max count);  
    $ibid=0; $story_limit=0; while (($stor  y_limit<$maxcount) and ($story_limit<sizeof($xtab)))  ;{ 
    list($s_sid, $catid, $aid, $title,& ;nbs p;$time, $hometext, $bodytext, $comments, $counte r, $t opic, $informant) = $xtab[$story_limit]; &n bsp;
    $story_limit++; if ($catid!=0) {   
    list( $cattitle) = mysql_fetch_row(mys  ql_query("select title from stories_cat where ca tid='$ catid'")); }  
    $printP = "<a href='print.".$p.$h."  ?sid=$s_sid'><img src='images/print.gif' border='0'  Alt='" .translate("Printer Friendly Page")."' width='15'&nb sp;height='1 1'></a>";  
    $sendF = "<a href='friend.".$p.$h."  ?op=FriendSend&sid=$s_sid'><img src='images/friend.gif'&nb sp;bor der='0' Alt='".translate("Send this Story to&nb sp;a Fr iend")."' width='15' height='11'></a>";&nb sp;
    setlocale (LC_TIME, "$locale");  
    ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})  ; ;([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})", $time, $datetime);&n bsp; 
    $sid = "$s_sid"; $letitre="Posté   par ".$informant.", le ".$time."; lu ".$counter. "  ;fois";  
    if ($catid != 0) { $resultm& amp; nbsp;= mysql_query("select title from stories_cat  wher e catid='$catid'");  
    list( $title1) = mysql_fetch_row($resu  ltm);  
    $title = "<a href='article.".$p.$h.  "?sid=$sid&mode=&order=0'  title='".$letitre."'>".$t itle." </a>   
    <a href='index.".$p.$h."?op=newindex&cati  d=$catid'  title='".$letitre."'&g t;[$title1]</a> ;"; 
    }else{ $title = "<a href=\"art  icle.".$p.$h."?sid=$sid&mode=&order=0\"  title=\"$letit re&nbs p;\">$title</a>";  }  
    if($comments) $title.="  ($comments&nb sp;comment .)";  
    if ($ibid==0) { $ibid=1; $bcolor=  $bgcolor1; } else { $ibid=0; $bcolor=$bgcolor3;& nbsp;}   
    $chaine_rep .= "<tr align='center'& amp; nbsp;bgcolor='".$bcolor."'>";  
        $chaine_rep .= "< ; ;td align='left'><font size='1' face='tahoma,".$sit e_font. "' color='".$textcolor1."'>"; 
    $chaine_rep .= " ".$title."</font&g t;< ;/td><td align=center>".$printP." ".$sendF."< /td>"; 
    $chaine_rep .= "<td align=center> ; ;<font size='1' face='tahoma,".$site_font."' color='". $textco lor1."'>".$counter."</font></td>"; 
    $chaine_rep .= "<td align=center> ; ;<font size='1' face='tahoma,".$site_font."' color='". $textco lor1."'>".$time."</font>"; 
    $chaine_rep .= "</tr>"; } $  chaine_rep .= "</table>";  
    $Xcontent=extend_meta_mot($Xcontent,$meta_mot,$chaine  _rep); 



  Profil  www
barchev
128     

barchev
  Posté : 19-06-2008 20:41

trompe? d'elephant?

  Profil
Jireck
2520       
 Modules Team

Jireck
  Posté : 20-06-2008 08:56

ils ne sont pas de base ???

  Profil  www
xgonin
687      
 Modulo-Créateur

xgonin
  Posté : 20-06-2008 09:33

ben non pas celui-là...

  Profil  www
bmag
200     

bmag
  Posté : 26-06-2008 08:47

salut,

et avec la disparition de la table Comment au profit des post avec ID<0 pour les commenatires d'articles, là je suis pas capable de faire quoi que ce soit.

  Profil  www
bmag
200     

bmag
  Posté : 06-12-2008 11:46

salut,

snif snif ... personne n'y arrive

  Profil  www
Hotfirenet
747      
 Membre d'Honneur

Hotfirenet
  Posté : 07-12-2008 15:22

c'est chiant mais on le vois pas ton code essai de le mettre dans un fichier ou alors envoi le moi par mail ...

  Profil  E-mail  www
bmag
200     

bmag
  Posté : 07-12-2008 15:37

salut hotfirenet

je cherche le fichier d'origine et vous le passe par email, de mémoire c'était un truc de Dodi qui marchait sous sable.

A+

  Profil  www
Hotfirenet
747      
 Membre d'Honneur

Hotfirenet
  Posté : 07-12-2008 21:52

fait au normes sql, npds xhtml css !!!!


  Profil  E-mail  www
bmag
200     

bmag
  Posté : 08-12-2008 11:03

bonjour,

Trop forte cette équipe de NPDS
Vous allez le mettre en téléchargement ?

j'attendais juste ce petit script pour passer sous évolution

vraiment merci

  Profil  www
lopez
1894       
 Modules Team

lopez
  Posté : 08-12-2008 12:30

Il est trop fort ce hot, à poster où tu sais hot aprés on met en DL

  Profil  www
Hotfirenet
747      
 Membre d'Honneur

Hotfirenet
  Posté : 08-12-2008 12:33

j'ai commencer a le mettre sur la bible ....

  Profil  E-mail  www
bmag
200     

bmag
  Posté : 11-12-2008 10:35

salut Hotfirenet

tu as mis la CSS du meta mais pas le Metamot

  Profil  www
Hotfirenet
747      
 Membre d'Honneur

Hotfirenet
  Posté : 11-12-2008 17:43

oui je sais ;)

  Profil  E-mail  www
bmag
200     

bmag
  Posté : 22-03-2009 19:33

salut

On peut avoir le meta ?

stp

  Profil  www
Aller à la page : [ 1 | 2 | 3 | 4 ]
Sauter à :