Jump to content

rss2news for fluxcp


clydelion

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  12/17/12
  • Last Seen:  

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,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

ohh, copy content of this addon to your index,php ( that's module and theme ):D

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  12/17/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  53
  • Reputation:   3
  • Joined:  11/28/11
  • Last Seen:  

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
Link to comment
  • 3 months later...

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  108
  • Reputation:   0
  • Joined:  08/01/12
  • Last Seen:  

<?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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   20
  • Joined:  02/05/13
  • Last Seen:  

mines not displaying the feed at all but it seems its installed correctly, and the feeds exported, any ideas?

Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1614
  • Joined:  03/26/12
  • Last Seen:  

Are you getting anything in your FluxCP error logs?

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  12/15/13
  • Last Seen:  

Nice work ! thats addon amazing...

I want to now how can i show only title of topics ? i use ipb rss

 

Thx

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  50
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

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 ..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  50
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

sir how about if it is restricted to channels ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Do you mean categories? Add this clause to your url, don't forget to change x to your category number.

c=x;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  50
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

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 ..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   23
  • Joined:  01/06/13
  • Last Seen:  

http://rathena.org/board/topic/98555-fluxcp-ra-help/?p=271091

 

Help with this please sir. All the info is in the post. i think rA fluxcp included this addon in their project.

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  12/20/14
  • Last Seen:  

thank you kub

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  02/06/15
  • Last Seen:  

My IPB don't post last new... just old news! 

Link to comment
Share on other sites

×
×
  • Create New...