Problème flux RSS "News" et "Articles" [Réglé]
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet

Comment faire ?
Visiteur
Boosteur Inactif
Place le code que tu as mis pour obtenir ton tableau ici, s'il te plait ...
@imablement Swan.
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
Code PHP :
<table width="100%" border="0" cellspacing="9" cellpadding="0" align="center">
<tr>
<td width="600">
<table class="module_table" style="" width="100%">
<tr>
<th width="605">
<div align="center">
<strong> <span style="font-size: 10px;">Dernieres News</span></strong>
</div>
</th>
</tr>
<tr>
<td align="left" style="height:80px; padding-left:0px;">
<div class="news_container">
<div style="float:left;padding-left:0px;">
<a href="syndication33df.html?m=news"></a>
</div> <br/>
<div class="news_content" style="padding-top:0px">
<ul class="rss_feed">
<?php echo Feed::get_parsed('news', DEFAULT_FEED_NAME, 0, false, 10); ?>
</ul>
</div>
</div>
<div style="float:left;padding-left:180px;">
<a href="/news/news.php">Plus de News </a>
</div>
<div class="news_bottom_l"></div>
<div class="news_bottom_r"></div>
<div class="news_bottom"></div>
</td>
</tr>
</table>
</td>
<td width="600">
<table class="module_table" style="" width="100%">
<tr>
<th width="605">
<div align="center">
<strong> <span style="font-size: 10px;"> Derniers Articles</span> </strong>
</div>
</th>
</tr>
<tr>
<td align="left" style="height:80px; padding-left:0px;">
<div class="news_container">
<div style="float:left;padding-left:0px;">
<a href="syndication1ab7.html?m=articles"></a>
</div>
<div class="news_content" style="padding-top:0px">
<ul class="rss_feed">
<?php echo Feed::get_parsed('articles', DEFAULT_FEED_NAME, 0, false, 10); ?>
</ul>
</div>
</div>
<div style="float:left;padding-left:200px;">
<a href="/articles/articles.php">Plus d'articles </a>
</div>
<div class="news_bottom_l"></div>
<div class="news_bottom_r"></div>
<div class="news_bottom"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>Visiteur
Boosteur Inactif
Tu l'a trouvé ou ce tableau ??Parce qu'à part l'apel de la page rss rien ne cloche !
Essais comme cela :
Code TPL :
<table width="100%" border="0" cellspacing="9" cellpadding="0" align="center"> <tr> <td width="600"> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Dernieres News</span></strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:0px;"> <div class="news_container"> <div style="float:left;padding-left:0px;"> <a href="./syndication.php?m=news"></a> </div> <br/> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('news', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:180px;"> <a href="/news/news.php">Plus de News </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> <td width="600"> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Derniers Articles</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:0px;"> <div class="news_container"> <div style="float:left;padding-left:0px;"> <a href="./syndication.php?m=articles"></a> </div> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('articles', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:200px;"> <a href="/articles/articles.php">Plus d'articles </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> </tr> </table>
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie