JulianA00 Posted January 19, 2013 Posted January 19, 2013 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,
clydelion Posted January 19, 2013 Author Posted January 19, 2013 ohh, copy content of this addon to your index,php ( that's module and theme ) 1
JulianA00 Posted January 19, 2013 Posted January 19, 2013 (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 January 19, 2013 by JulianA00
nndsl Posted August 25, 2013 Posted August 25, 2013 (edited) · Hidden by Akkarin, December 6, 2013 - User request. Hidden by Akkarin, December 6, 2013 - User request. delete me message please Edited August 25, 2013 by nndsl
Chok Designer Posted November 29, 2013 Posted November 29, 2013 <?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
Shio Devs Posted December 6, 2013 Posted December 6, 2013 mines not displaying the feed at all but it seems its installed correctly, and the feeds exported, any ideas?
Akkarin Posted December 6, 2013 Posted December 6, 2013 Are you getting anything in your FluxCP error logs?
pxxpw123 Posted December 28, 2013 Posted December 28, 2013 Nice work ! thats addon amazing...I want to now how can i show only title of topics ? i use ipb rss Thx
Sparks Posted April 22, 2014 Posted April 22, 2014 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 ..
clydelion Posted April 22, 2014 Author Posted April 22, 2014 here..go figure. http://wiki.simplemachines.org/smf/XML_feeds
clydelion Posted April 22, 2014 Author Posted April 22, 2014 Do you mean categories? Add this clause to your url, don't forget to change x to your category number. c=x;
Sparks Posted April 22, 2014 Posted April 22, 2014 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 ..
clydelion Posted April 22, 2014 Author Posted April 22, 2014 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.
Zeiyan Posted October 18, 2014 Posted October 18, 2014 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.
Skyster Posted February 23, 2015 Posted February 23, 2015 My IPB don't post last new... just old news!
Recommended Posts