shoutbox help

Hi , I was wantting to add the shout box to the members account But can't find out how to do so . If someone would please help me It would be a great day for me lol Thank you very much . David .

Quote · 10 Feb 2010

Do you mean a way to show the central shoutbox on the "My Account" page?

 

If so, it'll take some hacking but I don't think it'll be too hard.

Quote · 11 Feb 2010

Yes that is what im needing .. Im needing to put the shout-box that comes with this program on the my account page ..( when people log-in it takes you to there account page) thats where i wanting the shout-box to be. PLEASE i need it by the end of tonight by 9:00 .. I have my live show tonight and need it there , Thank you very much.

Quote · 12 Feb 2010

Using phpmyadmin you can run the following mysql query to insert a shoutbox block into the member page.

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


Now from the admin page builders go to the account page and move the new shoutbox where you want it positioned on the page.

https://www.deanbassett.com
Quote · 12 Feb 2010

Is there not a easier way to explain how to do this ?? Just anyway ? I have never did anything with phpmyadmin

Quote · 12 Feb 2010

Is there not a easier way to explain how to do this ?? Just anyway ? I have never did anything with phpmyadmin

Simply enter what Deano posted into a query in your database client of choice. For example, under phpMyAdmin, there will be a "SQL" tab, where you can enter this query. No, don't use the "query" tab, it's the wrong kind of query.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 12 Feb 2010
 
 
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.