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 login or register.

* Who's Online

  • Dot Guests: 362
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* 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]

NEED HELP? If you're looking for support with Simple Portal, look no further than the Support Board!

Author Topic: Multiple Rss feeds in a single block.  (Read 4582 times)

0 Members and 1 Guest are viewing this topic.

Offline worm82075

  • Semi Newbie
  • *
  • Posts: 19
  • Gender: Male
    • The Wormhole
  • SMF Version: 1.1.11
  • SP Version: 2.3.1
Multiple Rss feeds in a single block.
« on: March 20, 2011, 12:16:28 PM »
First off let me make it clear that I am willing to pay for this code if necessary.

What I need is to display multiple rss feeds in a row /column format like bbc's post tables.

Have a look at my site. http://thewormhole.nfshost.com/forum/index.php

See the rss feed blocks on the lower right of the portal? I want to display those in columns in a single block in the center of the portal like i have done with BBC tables and the list of links.

Really all i need is an rss feed bbcode but I think some custom PHP or Html is much less to ask for.

Like i said I'd be willing to pay for the code. Thanks.

Edit: Oh, i forgot to mention i'm running SMF 1.1.11 and SP 2.3.1.
« Last Edit: March 20, 2011, 11:15:34 PM by worm82075 »

Offline Lineman

  • Semi Newbie
  • *
  • Posts: 16
  • SMF Version: 2 RC4
  • SP Version: 2.3.3
Re: Multiple Rss feeds in a single block.
« Reply #1 on: March 20, 2011, 02:21:10 PM »
I don't know if this will help, but I did put multiple RSS feeds in a table; in rows.  I used this source to generate a script for the feeds; http://www.rss-to-javascript.com/p/RSSRDF-Converter___138.html

Then I put the code within the row(s) of the table:
Code: [Select]
<table width="100%" border="1" bordercolor="#333333" align="center" cellpadding="10" cellspacing="0" background="PATH TO BACKGROUND IMAGE WITHIN TABLE">
  <tr>
    <td><div style="overflow:auto;height:300px;">RSS to JAVA CODE INSERT HERE</div></td>
  </tr>
  <tr>
    <td><div style="overflow:auto;height:300px;">RSS to JAVA CODE INSERT HERE</div></td>
  </tr>
  <tr>
    <td><div style="overflow:auto;height:300px;">RSS to JAVA CODE INSERT HERE</div></td>
  </tr>
  <tr>
    <td><div style="overflow:auto;height:300px;">RSS to JAVA CODE INSERT HERE</div></td>
  </tr>
  <tr>
    <td><div style="overflow:auto;height:300px;">RSS to JAVA CODE INSERT HERE</div></td>
  </tr>
  <tr>
    <td><div style="overflow:auto;height:400px;">RSS to JAVA CODE INSERT HERE</div></td>
  </tr>
</table>

I also used the
Code: [Select]
<div style="overflow:auto;height:400px;"RSS TO JAVA CODE INSERT HERE </div>So, I have 6 RSS feeds in one custom html block.  With vertical sliders for each feed.  It works well for me.
 :)


« Last Edit: March 20, 2011, 02:35:57 PM by Lineman »

Offline worm82075

  • Semi Newbie
  • *
  • Posts: 19
  • Gender: Male
    • The Wormhole
  • SMF Version: 1.1.11
  • SP Version: 2.3.1
Re: Multiple Rss feeds in a single block.
« Reply #2 on: March 20, 2011, 02:54:12 PM »
can i have a look at your site?

Edit: I would like to avoid using any scripts that aren't on my server.
« Last Edit: March 20, 2011, 03:21:27 PM by worm82075 »

Offline Lineman

  • Semi Newbie
  • *
  • Posts: 16
  • SMF Version: 2 RC4
  • SP Version: 2.3.3
Re: Multiple Rss feeds in a single block.
« Reply #3 on: March 20, 2011, 03:02:35 PM »
Sure; http://godschatroom.com  The block is displayed on the front page.

Offline worm82075

  • Semi Newbie
  • *
  • Posts: 19
  • Gender: Male
    • The Wormhole
  • SMF Version: 1.1.11
  • SP Version: 2.3.1
Re: Multiple Rss feeds in a single block.
« Reply #4 on: March 20, 2011, 11:15:13 PM »
Ok I got this one sorted on  my own using the following:

RSS Display Boxes
by Dynamic Drive

They have a php driven rss parser that uses javascripts placed on your own server and outputs in html using html so all your RSS data is searchable.

Offline Lineman

  • Semi Newbie
  • *
  • Posts: 16
  • SMF Version: 2 RC4
  • SP Version: 2.3.3
Re: Multiple Rss feeds in a single block.
« Reply #5 on: March 23, 2011, 04:15:23 PM »
Excellent, dynamic drive is awesome.  ;D