Installed Shoutbox but blocks didn't appear

I just installed the Shoutbox modute and wanted to add it as a members only block on the homepage.   Unfortunately, the block didn't show up on the homepage builders page - or on the Account page for that matter either.  Anyone have any idea what might be wrong and how to fix?

Quote · 7 Apr 2012

First thing would be to manually clear your cache just incase the sys_page_compose database cache did not clear.

If that does not do it, then try inserting manually.

In phpMyAdmin run this.

    INSERT INTO
        `sys_page_compose`
    (`Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`)
        VALUES
    ('index', '960px', 'Shoutbox', '_bx_shoutbox', 2, 5, 'PHP', 'BxDolService::call(''shoutbox'', ''get_shoutbox'');', 1, 50, 'non,memb', 0);


Then clear the dolphin cache.

https://www.deanbassett.com
Quote · 7 Apr 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.