Shout Box Block

Hello, I created a new page, and I cannot see the shout box block, how can I include this on a page?

 

I see the shout box block on the "home page".

 

 

 

Many Thanks.

Quote · 27 Mar 2012

Can noions help?

Quote · 28 Mar 2012

Hello 

By default you cannot do it. If you have Deanos Tools you may copy the PHP code of Shoutbox block from Home page and create the same on newly created page. But if you don't have the tools you need to do it via DB. Use the following MySQL query

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

PAGE_NAME should ne replaced with the exact page  name.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 28 Mar 2012

Thanks!

 

I don't have Deanos Tools. I also cannot install the module, I am on a shared hosting and the database is on its own server and not LOCALHOST.

Quote · 28 Mar 2012

I inserted that code into PhpMyAdmin and paged the page name and it didn't make any effect.

Quote · 28 Mar 2012

 

Thanks!

 

I don't have Deanos Tools. I also cannot install the module, I am on a shared hosting and the database is on its own server and not LOCALHOST.

 I really do not see why the fact that your database is not on localhost is preventing you from installing my tools. Where the database is located makes absolutly no difference.

https://www.deanbassett.com
Quote · 28 Mar 2012

 

I inserted that code into PhpMyAdmin and paged the page name and it didn't make any effect.

Did you clear the dolphin cache after? You may also need to go to your new page in the page builders and drag the new block to where you want it to appear.


https://www.deanbassett.com
Quote · 28 Mar 2012

Thanks guys!

 

 

When it comes to installing any module, dolphin always says cannot connect to the FTP server.

 

I KNOW FOR SURE, that my credentials are correct.

Quote · 29 Mar 2012

I don't think the FTP upload feature for the modules has ever worked correctly. To install a module just create a folder in the /modules directory titled as the authors name.. like currently there is a /modules/boonex directory with all the default modules. Create a /modules/deano directory and drop the mod in it using whatever FTP software you normally connect with.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 29 Mar 2012

First, unpack the zip file on your local computer and read the instructions that come with the module. All modules come with instructions.

Use a standard FTP client. The one built into dolphin in the modules section does not work.

https://www.deanbassett.com
Quote · 29 Mar 2012

Thanks, I've resolved all these issues =)

Quote · 29 Mar 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.