topics - l'image se barre...

PHP-Nuke France - CE -> Bugs: Rapports

Auteur: koki MessagePosté le: 26.07.2004, 01:18:24    Sujet du message: topics - l'image se barre...

Salut,
J'ai un ch'ti problème avec mes topics, j'aiermai que l'image reste en haut au lieu de descendre au milieu du texte Sad

http://musicalgame.free.fr/decentre2.jpg

que dois-je changer ?

Merci @+

Auteur: thebest85Localisation: France MessagePosté le: 26.07.2004, 12:29:37    Sujet du message:

ouvre ton fichier themes/nomdetontheme/theme.php
trouve :
Code:

<a href=\"modules.php?name=News&new_topic=$topic\">

regarde au dessu ou a cauter tu doi avoir un valign="middle" quelque part efface le.
A faire deux fois : themindex() et themearticle()
cependant je peu me tromper etant donner k j'arrive pas a dl le theme ue tu as j ne peu t donner une reponse 100% juste...

Auteur: koki MessagePosté le: 26.07.2004, 14:40:37    Sujet du message:

Ya pas j'utilise le theme Ace Orange.
ça ressemble a ça

Code:
************************************************************/
/* Function themeindex()                                    */
/************************************************************/
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
    global $anonymous, $tipath;
    if ($notes != "") {
   $notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
    } else {
   $notes = "";
    }
    if ("$aid" == "$informant") {
   $content = "$thetext$notes\n";
    } else {
   if($informant != "") {
       $content = "<a href=\"modules.php?name=Your_Account&amp;op=userinfo&amp;username=$informant\">$informant</a> ";
   } else {
       $content = "$anonymous ";
   }
   $content .= ""._WRITES." <i>\"$thetext\"</i>$notes\n";
    }
    $posted = ""._POSTEDBY." ";
    $posted .= get_author($aid);
    $posted .= " "._ON." $time $timezone ($counter "._READS.")";
    $tmpl_file = "themes/"._Nametheme."/story_home.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
}

/************************************************************/
/* Function themearticle()                                  */
/************************************************************/
function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
    global $admin, $sid, $tipath;
   
    $posted = ""._POSTEDON." $datetime "._BY." ";
    $posted .= get_author($aid);
    if ($notes != "") {
   $notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
    } else {
   $notes = "";
    }
    if ("$aid" == "$informant") {
   $content = "$thetext$notes\n";
    } else {
   if($informant != "") {
       $content = "<a href=\"modules.php?name=Your_Account&amp;op=userinfo&amp;username=$informant\">$informant</a> ";
   } else {
       $content = "$anonymous ";
   }
   $content .= ""._WRITES." <i>\"$thetext\"</i>$notes\n";
    }
    $tmpl_file = "themes/"._Nametheme."/story_page.html";
    $thefile = implode("", file($tmpl_file));
    $thefile = addslashes($thefile);
    $thefile = "\$r_file=\"".$thefile."\";";
    eval($thefile);
    print $r_file;
}



PHP-Nuke France - CE -> Bugs: Rapports

Toutes les heures sont au format GMT + 2 Heures

Page 1 sur 1


>> Fermer cette Page <<