shoutbox nest to video?

Anybody know how to put shoutbox next to the view video player to use as a multi person chat for each video?

Quote · 8 Nov 2013

You can easily put a copy of the shoutbox in a php block in the column right next to the video.

This in a php block.  BxDolService::call('shoutbox', 'get_shoutbox');

However. The shoutbox is a module that uses one database table. Every copy you make will use the same table, thus show the same conversation. To make them seperate you can either rename the shoutbox module to create a new shoutbox module with a different name, or modifiy the existing one to keep a record of tracking information as to what page it's on to keep the conversations separate. Either way will require quite a but of work.


https://www.deanbassett.com
Quote · 8 Nov 2013

 

rename the shoutbox module to create a new shoutbox module with a different name

 sounds like a good module to me... just sayin

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 8 Nov 2013

Clone the shoutbox, have it with its own table; clone to Video Shoutbox, Photos Shoutbox. might be useful.

Geeks, making the world a better place
Quote · 9 Nov 2013

ok I have good ideas but I am new to this and I do not know how to clone. If somebody does this, please let me know how. 

Quote · 10 Nov 2013

Just add a block to the page. pretty simple

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 10 Nov 2013

Here, use Deanos php block mod...

The shoutbox will work on pretty much any page.

Just place the Following in a PHP block.

BxDolService::call('shoutbox', 'get_shoutbox');

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 10 Nov 2013

 

Here, use Deanos php block mod...

The shoutbox will work on pretty much any page.

Just place the Following in a PHP block.

BxDolService::call('shoutbox', 'get_shoutbox');

No, the question is how to clone the whole shoutbox module so that there is a shoutbox video and a shoutbox photos, and files etc; they are independent of each other.

Geeks, making the world a better place
Quote · 11 Nov 2013

Has any of this changed as far as ease and ability to add unique shout box on new pages of modules? Example, there are some modules (say AntonLV awesome Pages Module or Modzzz Petition module) which would greatly benefit from having ability to have a unique shoutbox instance created for each created page (much like groups or events in standard boonex mods).

 

Anyone?

Quote · 13 Aug 2017

For integration of Shoutbox with Petitions, run the following in your phpmyadmin then clear cache on your site.

INSERT INTO `sys_page_compose` (`Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`) VALUES 
('modzzz_petitions_view', '1140px', 'Petition''s Chat', '_Chat', '3', '9', 'PHP', 'return BxDolService::call(''shoutbox'', ''get_shoutbox'', array(''modzzz_petitions'', $this->aDataEntry[$this->_oDb->_sFieldId]));', 11, 28.1, 'non,memb', 0);

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 14 Aug 2017

Ignore the above details. The integration is a bit more detailed. 

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 14 Aug 2017

 

Ignore the above details. The integration is a bit more detailed. 

 LOL darn it Modzzz - you got me all excited to implement that

Quote · 16 Aug 2017

I created an Extended Shoutbox module that allows integration with various modules from the Admin Panel.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 16 Aug 2017

Ready to purchase it. Just to confirm -- so this will create a unique shout box for each instance in the module, correct. Not just one main shout box. So for example each petition i create with your petitions mod will have its own unique shout box for users to chat within on that petitions page, correct? Like groups where each group has unique shout box.

Just don't want to have a generic "petitions" shout box that is same for all petitions (as an example).

Quote · 17 Aug 2017

@neotekcorp - Yes, it works the same as Group Shoutbox (unique for each instance).

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 17 Aug 2017

 

Yes, it works the same as Group Shoutbox (unique for each instance).

 

Awesome -- just picked it up and look forward to implementing it well.

 

Now Modzzz, please sound off on the forum posting regarding adding a adult/mature content YES/NO to any added content and ability to block those from members who don't wish to see it. Definitely a feature I and others are willing to purchase in a mod.

 

https://www.boonex.com/forums/topic/Is-there-a-Restricted-Content-Feature-.htm

Quote · 19 Aug 2017
 
 
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.