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
Scrolling function for the Mod Block Latest News
-
- Portal Professional
- Posts: 1963
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Scrolling function for the Mod Block Latest News
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:
They change the value 150px according to your wishes:
Code: Select all
<div style="overflow: auto; height: 150px; width: auto;">
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Active Member
- Posts: 6
- Joined: 9. February 2013 08:42
- phpBB.de User: DarKMaSk
- phpBB.com User: DarKMaSk
- Contact:
Re: Scrolling function for the Mod Block Latest News
Thanx a lot "archiver" for your valuable and timely help.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;">
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.
Darkmask
-
- Portal Professional
- Posts: 1963
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Scrolling function for the Mod Block Latest News
You can not Board3 Portal on other pages of its Board.DarKMaSk wrote: I want scrolling of all those pages.
We only give support for Board3 Portal.
Ask about other things the board on phpBB.com.
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Active Member
- Posts: 6
- Joined: 9. February 2013 08:42
- phpBB.de User: DarKMaSk
- phpBB.com User: DarKMaSk
- Contact:
Re: Scrolling function for the Mod Block Latest News
No, I think you have misunderstood my problem. I am talking about the Board3 portal page only.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.
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!
Darkmask
-
Topic author - Active Member
- Posts: 6
- Joined: 9. February 2013 08:42
- phpBB.de User: DarKMaSk
- phpBB.com User: DarKMaSk
- Contact:
Re: Scrolling function for the Mod Block Latest News
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.
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.
Darkmask