Welcome to Renegd98 Hangout
My useful testing and hangout area...
What is Renegd98's Hangout...
PortaMx expands your forum with panels (head, top, left, right, bottom, foot) and a frontpage (what you see).
In each panel you can have a unlimited number of blocks and you can hide the panels on many situations.
Each block is a OOP module, which have a language file, a CSS file, an Admin part for settings, a load part (called on load) and a view part (called from template), to present his content. This structure reduces unnecessary loads, because the block is only loaded, if it is visible and the blockcode not loaded. All settings are stored as serialized stream in the database, so we can add new settings without any change on the database tables. We planned to add many new functions in the future.
Default settings for each block:
- Titles for all existing languages
- Title icons
- Pagenames (visible only in Single Pages)
- Styles from the actual template or a CSS fi
A block can have more settings, this is dependent on block type.
Currently available blocktypes:
- System blocks like Themes, Recent posts, User, Statistic, RSS Reader and more
- Html (uses the FCKeditor) with php inside
It's very simple and easy to add new blocktypes, they are provided soon.