Buttons in block actions

Hello, How  can I put  the buttons of  block  actions  in a custom php block.

It is a php block that I create


please any idea to try?


Regards

Quote · 20 Apr 2012

Here is example code to put a button to upload videos in a php block.

$sNickName = getNickName();
$sCode = <<<CODE
<a href="m/videos/albums/my/add_objects/$sNickName-s-videos/owner/$sNickName">
<button class="form_input_submit" type="button">Upload Video</button>
</a>
CODE;
echo $sCode;


So what code you need will depend on what your want the button to do.

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