Recommend Block

How do I add a 'Recommend' block on a page?  The screen shots here of the Event and Product pages of 7.1 show a 'Recommend' block.

 

I would like to add a 'Recommend' block block to any page.

 

I went to Admin>Builders>Page Builder>Event View and I am able to see the 'Recommend' block.  When I click on "Recommend" a pop up shows that the block is a "Type:  Special Block" and the Caption Language Key is "_sys_block_title_social_sharing".

 

However, I was unable to create these "Type:  Special Blocks" on the Home Page.  I attempted to create one using both the RSS and HTML blocks, but it didn't work.  Undecided

 

Any suggestions how to get a Recommend block on the Home (and other) page(s)?

Quote · 8 Nov 2012

<<<BUMP>>>

 

Also, I see Facebook, Google+ and Twitter in the Recommend block.  How do I add LinkedIn and Pinterest to the Recommend block?

Quote · 13 Nov 2012

I am having the same exact problems, can anyone help pls.

Quote · 21 Dec 2012

if you have deanos block tools you can copy the blocks from one page to any other you require ...

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 22 Dec 2012

 

if you have deanos block tools you can copy the blocks from one page to any other you require ...

 
The recommend block is not a PHP block. So my block tools will not copy it.


https://www.deanbassett.com
Quote · 22 Dec 2012

 deano this is off topic but could you look here please ... I think you might be able to help ?

http://www.boonex.com/forums/#topic/Calling-group-forum-posts-in-to-PHP-block.htm

 

if you have deanos block tools you can copy the blocks from one page to any other you require ...

 
The recommend block is not a PHP block. So my block tools will not copy it.


 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 22 Dec 2012

The reason this block is a special block is because the block requires specific information that must be provided by code that is within the page that it is on.

But you can create a PHP block that does the same thing. Code to do that will be in next post.

https://www.deanbassett.com
Quote · 22 Dec 2012

Use this code in a PHP block to create a Recommend Block on any page.

$sUrl = 'http://This Page URL';
$sTitle = 'This Page Title';
bx_import('BxTemplSocialSharing');
$sPrefix = '<div class="dbContent bx-def-bc-margin"><div class="bx-social-sharing">';
$sSuffix = '</div></div>';
$sCode = BxTemplSocialSharing::getInstance()->getCode($sUrl, $sTitle);
echo $sPrefix . $sCode . $sSuffix;


Replace This Page URL with the URL of the page your putting this block on.
Replace This Page Title with the title of that page.


https://www.deanbassett.com
Quote · 22 Dec 2012

 

 deano this is off topic but could you look here please ... I think you might be able to help ?

http://www.boonex.com/forums/#topic/Calling-group-forum-posts-in-to-PHP-block.htm

 

if you have deanos block tools you can copy the blocks from one page to any other you require ...

 
The recommend block is not a PHP block. So my block tools will not copy it.


 

 I have already seen that topic. I do not have a answer which is the reason i did not post a response.


https://www.deanbassett.com
Quote · 22 Dec 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.