Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1087
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


Thanks for having an interest with our portal. If you have any requests for features, have a look at the Feature Requests board.

Recent Posts/Topics from different sites on one portal

Started by natasa, February 08, 2013, 07:51:38 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

natasa

Is it possible to put Recent Posts/Topics from different sites on one portal, like for example:
if I have:
www.site_1.com,
www.site_2.com
www.site_3.com

and  www.main_site.com,

to have Recent Posts/Topics from all 3 sites on Recent Posts/Topics block of  www.main_site.com?

Thanks.


phantomm

I don't think that SSI will work in this case, so maybe only way to do this is by RSS.

Here is example code => http://phantom.unixstorm.org/___bak/rss_s.php Just remove jQuery scroll and you can use it with few RSS channels.

Chen Zhen

  The answer is yes, if someone or yourself is willing to develop a small bit of code.

  If you can guarantee that this info is displayed on a specific page of those forums, such as creating a simple portal page for each site that displays the needed data in the html you can use cURL. A routine would have to be made/developed to get the data from those pages, use DOM to put the needed html in array(s) and then display the data whichever way you wish.