Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I want to add a second News block so that I can separate the recently active topics from two different parts of my forum. Therefore the second needs to pull articles from different forum IDs.
Is it possible to simply create a second news block? (even if I have to specify the forum IDs that it pulls from outside the administrator control panel)
Or if not, could I modify the Global Announcements block (which I currently don't use) so that it will show normal topics rather than just announcements?
Can I create a second news block?
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: Can I create a second news block?
Just duplicate the news block, rename it to what ever you want..
Then, add
To your portal_body.html where you want it to show..
Then, add
Code: Select all
<!-- INCLUDE portal/block/*******.html -->
*replace ******* with the new name
Re: Can I create a second news block?
But doesn't that just result in exactly the same news block reading topics from exactly the same forum IDs as defined in the ACP?