Blog Integration Demo
Blog Integration
This page demonstrates how XMF Portal can integrate content from other XOOPS modules using shortcodes. The widget below pulls the three most recent blog posts and displays them as content cards.
[xmf name="xmfportal:content_cards" source="recent_blog_posts" limit="3" columns="3" /]
Result:
Features already implemented in XOOPS 4.0 and XMF 2.0
Here are some of the features already impemented in XMF 2.0 and working in the xmfBlog module Tags, Taxonomy, Image editing Parent-Chil...
Property Hooks in PHP 8.4 — A Game Changer
PHP 8.4 introduces property hooks, one of the most significant additions to the language in years. Property hooks allow you to define get and set beha...
Understanding the Data Mapper Pattern in XOOPS
XOOPS uses the Data Mapper pattern, not Active Record. This is a crucial distinction that affects how you structure your module code.In the Data Mappe...
Shortcodes are processed at render time by the XMF ShortcodeParser. Any registered widget can be embedded in page body content using the [xmf] shortcode syntax.