I have created a page and would like to add the shout out box in a html table any ideas on how i can do this
I have created a page and would like to add the shout out box in a html table any ideas on how i can do this |
I saw that Huston already done it, ask him! PS: If possible do not write me personally, please try to ask on the forum first |
I have created a page and would like to add the shout out box in a html table any ideas on how i can do this you can add the shoutbox to other pages, but you will have to use a php block the code that generate the shout box is " BxDolService::call('shoutbox', 'get_shoutbox'); ", just copy and paste the code obove into a php block and thats it. you can use deano tool to create the php block |
I have deano tool and it works great but it only allows you to add the shout out bx to a page what i want to do id to add the shout box inside a html table for better structure |
I have deano tool and it works great but it only allows you to add the shout out bx to a page what i want to do id to add the shout box inside a html table for better structure Not entirely accurate. https://www.deanbassett.com |
Hey Thanks you deano92964 |
I saw that Huston already done it, ask him! What I did, was create a clone of the shoutbox to use on my GameZone pages, so that those pages would have a separate shoutbox system. This is what it looks like: http://houstonlively.com/gamezone.php?page=home (Click on the 'Buzz' tab) My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I have been trying to figure this out but to no avail i have this code which is supposed to place the shout box inside a html table cell but for some reason it will not work they shout out box will appear on top of the table and not in side the cell .. I added a screen shot to illustrate what im trying to do also here is the code im using any help will be greatly appreciated
$sCode = ' |
Ok. https://www.deanbassett.com |
Coool great thanks really i really need this
|
Ok. Change your php block code. https://www.deanbassett.com |
If you don't mind modifying the database, you can add an injection key, so that you can call the shoutbox in a regular HTML block. This db query will add the key: INSERT INTO `sys_injections` (`id`, `name`, `page_index`, `key`, `type`, `data`, `replace`, `active`) VALUES
You can then call the shoutbox in an html block with this: <bx_injection:Shout_Box />
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
If you don't mind modifying the database, you can add an injection key, so that you can call the shoutbox in a regular HTML block. This db query will add the key: INSERT INTO `sys_injections` (`id`, `name`, `page_index`, `key`, `type`, `data`, `replace`, `active`) VALUES
You can then call the shoutbox in an html block with this: <bx_injection:Shout_Box />
https://www.deanbassett.com |
RE: Also, you cannot have more than one shoutbox on a page. The two will interfear with each other.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
RE: Also, you cannot have more than one shoutbox on a page. The two will interfear with each other.
Set the first cell to a smaller width than last one. You should see that having 2 of them of different widths will not work. The second one will assume the width of the first one rendered affecting the text areas of the shoutbox. https://www.deanbassett.com |
deano92964 thank you again I don't currently have 7.0.5 but i will be upgrading to it later today I really appreciate this and i will drop something in you bucket thank you |
Hi, and thanks for this info. I was asking something of the same in an earilier post. http://www.boonex.com/unity/forums/#topic/Can-this-be-done-with-inactive-blocks.htm Was just wondering since the shout box is a realy good feature and just about a necesity for sites that the option to have it on almost any page with inactive blocks should be there. That way no matter where the person is on the site they can take part in the shoutbox. I am not a programer so don't know why this option isn't there or what problems that would cause. |
hey Houston I dont no why you might need to shout boxes on one page but it does look cool real cool |
hey Houston I dont no why you might need to shout boxes on one page but it does look cool real cool You wouldn't... I was just harassing deano My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |