Meister Posted February 28, 2013 Posted February 28, 2013 The flux content management addons be viewed like this as seen on the attached.What should be the code of it? Any tutorial regarding to this matter? Thanks!
clydelion Posted February 28, 2013 Posted February 28, 2013 Grabbed news from http://www.gmanetwork.com/news/rss/news <?php foreach($rss->items as $item):?> <table width="800" > <tr> <td align="left"> <b><a href="<?php echo $item['link'] ?>" target="_blank"><?php echo $item['title'] ?></a></b> </td><td align="right"> <?php if(isset($item['pubdate'])): ?> <i> <?php $item['pubdate'] = date ('l, F dS, Y', strtotime ($item['pubdate'])); echo $item['pubdate'];?></i><?php endif; ?> </td> </tr> </table> <?php endforeach; ?>
Ninjamon Posted February 28, 2013 Posted February 28, 2013 Is that a link to their forum? I saw an topic about that awhile ago. q.q
Meister Posted February 28, 2013 Author Posted February 28, 2013 the ceres design released by keyworld
clydelion Posted February 28, 2013 Posted February 28, 2013 Using my rss2news to display it like that is easy. Here's a port of it for thor, you can base it off from Web/Index.php http://rathena.org/board/topic/75817-thor-patcher-question/#entry164447
Meister Posted February 28, 2013 Author Posted February 28, 2013 Using my rss2news to display it like that is easy. Here's a port of it for thor, you can base it off from Web/Index.php http://rathena.org/board/topic/75817-thor-patcher-question/#entry164447 But the thor patch shows some of the details.. What if only the title of the update?
Question
Meister
The flux content management addons be viewed like this as seen on the attached.
What should be the code of it?
Any tutorial regarding to this matter? Thanks!
5 answers to this question
Recommended Posts