Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Mr.Cat Moderator
    #1034651

    Hi @abfilm,

    Just put this code to any where you want. Remember changing ‘position-5’ to position that contain your module.

        $modules = JModuleHelper::getModules('position-5');
        foreach ($modules as $m) {
            echo JModuleHelper::renderModule($m);
        }

    If it works, let me know 🙂

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    abfilm Friend
    #1035052

    It worked great, Thanks 🙂

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  abfilm 7 years, 6 months ago.

The topic ‘module position’ is closed to new replies.