XOOPS Publisher Custom Plugin is a powerful and flexible Smarty plugin developed for the XOOPS CMS Publisher module. With this plugin, you can display your Publisher module content anywhere in your theme files, in any format you desire.
With this smart add-on, you can display the contents of the Publisher module anywhere you want in your theme, independently of the Publisher module's blocks.
{custom order="random" template="slider" limit="5" status="2" cache="no"}
{custom order="counter" template="topgames" limit="2" status="2" cache="no"}
{custom category="5" order="rating" template="publisher_custom" limit="5" status="2" cache="no"}
custom category="5" = category selection
order="rating": Sorting type
template="publisher_custom": Template to be used
limit="5": Number of articles to display
status="2": News with an active status.
| Parameter | Type | Default | Description | Example |
|-----------|------|---------|-------------|---------|
| **category** | integer | 0 | Category ID (0 = all categories) | `category="2"` |
| **template** | string | publisher_custom | Template file to use | `template="topgames"` |
| **available** | string | - | Content tag filter | `available="spotlight"` |
| **from** | integer | 0 | Starting offset for pagination | `from="10"` |
| **limit** | integer | 10 | Number of items to display | `limit="20"` |
| **cache** | string | no | Enable caching (yes/no) | `cache="yes"` |
| **order** | string | date | Sort field | `order="rating"` |
| **sort** | string | DESC | Sort direction (ASC/DESC) | `sort="ASC"` |
| **status** | integer | 1 | Content status filter | `status="2"` |
| **debug** | boolean | - | Enable debug mode | `debug="1"` |
You can find many more example codes and all parameters in the README_EN.md file.Example usage in theme.tpl
DEMO:https://turkish.erenyumak.com/DOWNLOAD:http://erenyumak.com/uploads/shared/Publisher-Smart.zipForum:https://xoops.org/modules/newbb/viewtopic.php?topic_id=79635&post_id=367532#forumpost367532
That looks very cool!!!

I can't wait to test it!
Bravo!