Jump to content

Recommended Posts

Posted

Sorry, I guess I didn't explained myself well.

What I want to do is, instead of using $this->redirect($this->url('news','index')); in my main/index.php and - obviously redirect to the news page, I want to include it inside a <div> in my main page,

Posted (edited)

I've considered this idea but still haven't tried, I thought that including it would make it look cleaner. Do you have any idea if it's possible? Anyway, I'll copy the addon content to index.php.

Thanks

Edited by JulianA00
  • 7 months later...
Posted (edited) · Hidden by Akkarin, December 6, 2013 - User request.
Hidden by Akkarin, December 6, 2013 - User request.

delete me message please :)

Edited by nndsl
  • 3 months later...
Posted

<?php foreach($rss->items as $item):?>
<h4><a class="news_link" href="<?php echo $item['link'] ?>" target="_blank"><?php echo $item['title'] ?></a>
     <?php if(isset($item['pubdate'])): ?>
         <small>on <?php $item['pubdate'] = date ('l, F dS, Y', strtotime ($item['pubdate'])); echo $item['pubdate'];?></small>
     <?php endif; ?>
</h4>
<hr/>
<?php endforeach; ?>

 

 

these code for "click the title to direct you to the thread."

its now working for me sir

  • 3 weeks later...
  • 3 months later...
Posted

is the TS is still active ? how can i make the RSS feeds from SMF Forum to FluxCP in just one board ? like Server Announcements .. all post in the Server Announcement Board will be seen also at the FluxCP .. just the Server Announcement Board topics .. not all the latest topics made and replied ..

Posted

how can i make the RSS Feeds from SMF forum to FluxCP with themes to show only the Server Announcement Board ? >_< sorry for my bad english .. ive already change c=1 upto c=4 but nothing happens .. fluxcp still shows the other post by players ..

Posted

Ask from the SMF forum as this is a concern within the forum software.

 

Try the ff though:

 

1. Restrict viewing of replies to logged in users only though.

 

2. Disable replies to this subforum.

  • 5 months later...
  • 2 months later...
  • 2 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...