How do I...
Put the chat into the homepage ?
thank
How do I... Put the chat into the homepage ? thank |
Go to your admin screen, builders, pages block, select homepage and drag the block up to where you want it displayed http://towtalk.net ... Hosted by Zarconia.net! |
Go to your admin screen, builders, pages block, select homepage and drag the block up to where you want it displayed Issue is... it's not possible in a default installation. I recall one of the BoonEx crew members posting something related to this. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Not a post from a BoonExer, but it's still what you need: http://www.boonex.com/unity/forums/?action=goto&topic_id=other-blocks-on-homepage BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Ok, maybe I misuderstood. Is he talking about the shoutbox? Or the big chatroom. The shoutbox is already there.... http://towtalk.net ... Hosted by Zarconia.net! |
Ok, maybe I misuderstood. Is he talking about the shoutbox? Or the big chatroom. The shoutbox is already there.... I believe he is talking about the full-blown chat, as the shoutbox is on the home page by default. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Ok, maybe I misuderstood. Is he talking about the shoutbox? Or the big chatroom. The shoutbox is already there.... I believe he is talking about the full-blown chat, as the shoutbox is on the home page by default. I followed the link you gave me.. there are NO info in there about my question |
Ok, maybe I misuderstood. Is he talking about the shoutbox? Or the big chatroom. The shoutbox is already there.... I believe he is talking about the full-blown chat, as the shoutbox is on the home page by default. I followed the link you gave me.. there are NO info in there about my question If you want to add the chat to the homepage, you must create a PHP Block and then add the necessary database information. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
arent there any documentation ? |
Ok, maybe I misuderstood. Is he talking about the shoutbox? Or the big chatroom. The shoutbox is already there.... I believe he is talking about the full-blown chat, as the shoutbox is on the home page by default. I followed the link you gave me.. there are NO info in there about my question If you want to add the chat to the homepage, you must create a PHP Block and then add the necessary database information. Hi, i have a PHP Block, but really i don't know what DB information i need for have the Chat (not shoutbox) on the homepage... can you help me? Thank you.. ... |
dolphin is nice.. and i am quote shocked for the lack of documentation.. |
Still would like to do this.... Anyone with suggestions on how to put the actual "live chat page" (m/chat/home/) on the homepage? I used Deanos tools to create a new php block, copied the php info to it. Takes the entire site out... move the block to "Inactive" section and the site works again.. EDIT: I try to insert this in the php block ManOfTeal.COM a Proud UNA site, six years running strong! |
and get this error..
I marked in red where you have double //
require_once( BX_DIRECTORY_PATH_MODULES . $aModule['path'] . '/classes/' . $aModule['class_prefix'] . 'Module.php'); Remove the proceeding slash in red |
I to would be interested in learning how to move chat to home page. You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
Come on Magnussoft , I thought you would have figured this out by now... lol ManOfTeal.COM a Proud UNA site, six years running strong! |
ok - I dont know if an answer was posted somewhere else, but here is the workaround that I am using which allows me to place the chat on any page using a php block. First, you need to create the php block on the page that you want the chat to appear on; Second - I use the following code - replace the items in red with your corresponding information <?php caredesign.net |
This does not work for me.. get this error in the php block Parse error: syntax error, unexpected '<' in/home/michaela/public_html/mysite.com/inc/classes/BxDolPageView.php(607) : eval()'d code on line 1 ManOfTeal.COM a Proud UNA site, six years running strong! |
bump ManOfTeal.COM a Proud UNA site, six years running strong! |
That code does not work in a PHP block because it is not designed to work in a php block. https://www.deanbassett.com |
Deano - (and I say this in all awe of you and your abilities) - I am actually using it in a code block now on an alliance site - it works perfectly - if you would like, send me a message and I can show you.
Newton - in my code, I included the open php tag (<?php) - that must be removed from the beginning of the code when using in a php block. Keep the open php tag at the end, though.
caredesign.net |
Thanks! Newton - in my code, I included the open php tag (<?php) - that must be removed from the beginning of the code when using in a php block. Keep the open php tag at the end, though.
ManOfTeal.COM a Proud UNA site, six years running strong! |