Let me first say I love this portal. It does all that I wanted in a better way than all other portals I looked at. Thanks for this guys!
Now my question: there is a Recent Posts mod for phpbb3 that I enjoy. It puts a block on the top of the index page that shows the last 5 posts, and when you follow the topic title link it displays that last post. I would like to have it display in a center block on the portal though.
This is the mod support thread: (it hasn't seen a lot of support lately)
http://www.phpbb.com/community/viewtopi ... 0&t=628205
This is the code block that is put in styles/prosilver/template/index_body.html to make it show up on the forum index:
Code: Select all
styles/prosilver/template/index_body.html,
<!-- IF S_USER_LOGGED_IN -->
<!-- BEGIN lp_config -->
<!-- IF lp_config.LP_ENABLE -->
<!-- IF lp_config.LP_SLIDE --><!-- INCLUDE viewlast_post_slide.html -->
<!-- ELSE --><!-- INCLUDE viewlast_post.html --><!-- ENDIF -->
<!-- ENDIF -->
<!-- END lp_config -->
<!-- ENDIF -->
Code: Select all
<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE viewlast_post.html -->
<!-- ENDIF -->
You can see what I mean at http://ghf.erekson.org
Any ideas?
Thanks in advance!
--Fligg