1
Auzze
Scrolling News Block
  • 2003/11/14 21:30

  • Auzze

  • Just popping in

  • Posts: 19

  • Since: 2002/6/1 2


Hi xoopsers

I was wondering if I could get the news into a block that is scrollin and list the last 10 posts..

Thanks

Auzze..

2
mvandam
Re: Scrolling News Block
  • 2003/11/14 22:05

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Try searching the forums for 'marquee'... there have been a couple of threads/hacks describing how to do this...

3
Auzze
Re: Scrolling News Block
  • 2003/11/14 23:02

  • Auzze

  • Just popping in

  • Posts: 19

  • Since: 2002/6/1 2


Yes..
I found the post you said, but the code doesn't work..
I'm tryying to get it in a block.

Thanks.

Auzze

4
pcracer
Re: Scrolling News Block
  • 2003/11/29 16:43

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


here's a hack i added to my headlines block template to get all my rss feeds to scroll...

<marquee id="scroller" scrollAmount=1 direction=up>
<{foreach item=feed from=$block.feeds}>
<p><{$feed}></p>
<{/foreach}>
</marquee>

perhaps doing the same in any block would work...?


5
CBlue
Re: Scrolling News Block

I'm using inc blocks which is a module that gives you several blocks that you can use on your site and some of the blocks are news scrolling, links scrolling and downloads scrolling. I got the link to the module off this site but I can't find it now because the search doesn't bring up that topic it was in. If you want to get the module for your site, email me at luvblue@msn.com or pm me here and I will give you a link so that you can download the module from me. I am using it with 2.0.5 and 2.05.1 and it works.

You can view the blocks on my sitehttp://magazine.crazy4realitytv.com at the bottom of the page in the center. You can edit the number of news or links that you want to scroll to any number you want.

6
svaha
Re: Scrolling News Block
  • 2003/11/29 21:43

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


You can read more on the marquee things on another french site : here

The INCblocks can be downloaded from the inconnueteam website, but they are down for some days now, probable cause hacker attacks

Aloha

7
svaha
Re: Scrolling News Block
  • 2003/11/29 22:27

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


You can find the INCblocks also in the Brazilian modpack here on Xoops

Aloha

8
pcracer
Re: Scrolling News Block
  • 2004/1/10 16:42

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


here's another hack i found & currently use in my 'recent news' & 'top news' blocks w/display last 10 articles set using the 'edit' [action], then edit template & add to the top line.

<marquee behavior="scroll" direction="up" width="100%" height="100" scrollamount="1" scrolldelay="60" onmouseover="this.stop()" onmouseout="this.start()"><marquee behavior="scroll" direction="up" width="100%" height="100" scrollamount="1" scrolldelay="60" onmouseover="this.stop()" onmouseout="this.start()">


this one gives the 'mouse over - pause' feature were my previous post is for a basic 'no frills' scroller.


9
pcracer
Re: Scrolling News Block
  • 2004/12/3 2:31

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


just realized that the code was in there twice...sorry if it caused headaches...fixed below.

Quote:

<marquee behavior="scroll" direction="up" width="100%" height="100" scrollamount="1" scrolldelay="60" onmouseover="this.stop()" onmouseout="this.start()">



Login

Who's Online

159 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 159


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits