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.
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. |
Can noions help? |
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 should ne replaced with the exact page name. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
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 inserted that code into PhpMyAdmin and paged the page name and it didn't make any effect. |
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 |
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 |
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. |
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 |
First, unpack the zip file on your local computer and read the instructions that come with the module. All modules come with instructions. https://www.deanbassett.com |
Thanks, I've resolved all these issues =) |