MyBB Community Forums

Full Version: Is it possible to have two separate annoucement sessions in the portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Receive announcement posts from different threads and display side by side?
Is it possible? If yes, how? Thanks

Is it a good idea/possible to replace 'threadlink' using a static link to a thread.?
Replace:
<a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">
to:
<a href="{$mybb->settings['bburl']}/{$announcement['link/to/specific/thread']}">

Oops.
Could you please move this topic to Themes and Templates / Discussion & Support please.
Yes, the best way might be to play with this MyBB API code:
http://phpdave.com/MyBBIntegrator/Examples/Threads
(+ modify the layout of the portal)