Blog Integration Demo

April 5, 2024 · 105 Views · content

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

Apr 1, 2026

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

Feb 28, 2025

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

Feb 27, 2025

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.

Rate this page

(0 votes)