Articles
Introducing Phpbb Primetime
Subtitles
Content Module
The content module is a versatile article system for phpbb primetime that allows you to create different content types from the administrative control panel (eg News, articles, or whatever). It is fully customizable from the acp. Each content type is created as a module mode and permissions can be set for each content type. And this is were the controversy begins. Since the content types are dynamically created, setting the language variable for the permission masks for each content type must be dynamic and so, I use a database query in a language file, which phpbb will not approve of. I could get rid of the permissions to validate this mod.
Features
- Create unlimited content types
- Define input fields for each content type (title, image, summary, content) and decide who enters it (the poster or a moderator)
- Display content in portal, blog, categories, or author format
- All data is stored in phpbb tables and indexed by phpbb's search api
- Automatically creates forum that is used for storage
- MCP section for editing, approving, recommending contents
- Moderators can set publish date and time
- Comment and rate contents
- Uses categories module to set content categories
Blocks ModulePages Module
