Page 1 of 1
Scrolling function for the Mod Block Latest News
Posted: 9. February 2013 08:55
by DarKMaSk
Hi all,
I want to request a modification for the portal block "Latest News" & "Global Announcements".
I want to have vertical scrolling feature(js) in those blocks.
It would be great if someone helps.
Kind regards
DarKMaSk
Re: Scrolling function for the Mod Block Latest News
Posted: 9. February 2013 09:32
by archivar
Try these instructions for the modules (announcements_center_compact.html ; news_compact_center.html)====>
viewtopic.php?f=54&t=4914#p30436
They change the value 150px according to your wishes:
Code: Select all
<div style="overflow: auto; height: 150px; width: auto;">
Re: Scrolling function for the Mod Block Latest News
Posted: 9. February 2013 15:12
by DarKMaSk
archivar wrote:Try these instructions for the modules (announcements_center_compact.html ; news_compact_center.html)====>
viewtopic.php?f=54&t=4914#p30436
They change the value 150px according to your wishes:
Code: Select all
<div style="overflow: auto; height: 150px; width: auto;">
Thanx a lot "archiver" for your valuable and timely help.
But, I have tested in my test forum and the scroll bar is appearing there for the first page only; not for all pages. In my board, the Portal setting the news archive system is enabled. So, that everyone can browse through all the topics and thus multiple pages have been generated in "Latest News" block. I want scrolling of all those pages.
Secondly, what i want is not scrollbar actually. I want automatic scrolling(eg js based) such that it will start/stop automatically by mouse hovering.
Please help.
Re: Scrolling function for the Mod Block Latest News
Posted: 9. February 2013 16:14
by archivar
DarKMaSk wrote: I want scrolling of all those pages.
You can not Board3 Portal on other pages of its Board.
We only give support for Board3 Portal.
Ask about other things the board on phpBB.com.
Re: Scrolling function for the Mod Block Latest News
Posted: 9. February 2013 17:52
by DarKMaSk
archivar wrote:
You can not Board3 Portal on other pages of its Board.
We only give support for Board3 Portal.
Ask about other things the board on phpBB.com.
No, I think you have misunderstood my problem. I am talking about the Board3 portal page only.
What I meant to say that I have set the one option of the Board3 Portal Block "Latest News" stating that "Enable archiving of all topics" to "Yes", so is it possible to enable scrolling for those items also?--that's what I meant to say.
And the other one, can you please provide any modification for automatic scrolling of "Latest News" block(based on js etc.)?
Please help!
Re: Scrolling function for the Mod Block Latest News
Posted: 11. February 2013 16:05
by DarKMaSk
Dear All,
At last, I have able to activate the scrolling function of "Latest News" and "Announcement" block by using the 'marquee' function.
But, still I'm searching for the same using jquery or other javascript function as the 'marquee' function is currently being deprecated. I could not make it through using jquery.
Can anyone help ??
My forum/board address is given in my profile.