Couldn't downlod from the fabrikar site

Install Fabrik from web inside my site is working. Thanks a lot!
But I neded Fabrik CB plug-in which is not avalable from the web installation.
I so finally got it from GitHub.
But to make the plugin compatible with latest CB I change some lines (redefine the constructor to getDisplayTab)
PHP:
class getFabrikTab extends cbTabHandler {
    public function __construct()
    {
        parent::__construct();
    }
    public function getDisplayTab($tab,$user,$ui)
{
 
I haven't tested that plugin for a loooong time, I don't currently have a CB install to play around in. It's on my list to do, but for various reasons I don't want to install CB in my main dev site, so I'll have to set up a completely separate install and project for it.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top