oly2554 Approved

Member since: 2014-08-06

Recent posts by oly2554
Post When

For anyone else the answer turned out to be obvious once I RTFM :)

attributes: { data-toggle: "toolt...

Posted in Easy way to add tooltips to backend form fields

I suspected as much, what format do the attributes have to be in? I've tried attributes: data-toggle...

Posted in Easy way to add tooltips to backend form fields

Hi, Is there an easy way to add tooltips the the backend form fields? Such as adding the data-toggle...

Posted in Easy way to add tooltips to backend form fields

You can add: public function registerPermissions() { return [ 'raviraj.rjgallery.*' => ['label...

Posted in Plugin is visible only for admin

I was wondering if there was a way to define a sort on custom columns in list render, so in my contr...

Posted in Custom Sort In Backend List Render

Hey not sure what extra info you need, I edited pdf.php in the DomPDF plugin to use a different repo...

Posted in Getting laravel-dompdf wrapper to work in October

If I'm understanding you right you can use listExtendQuery($query) in your controller. So the functi...

Posted in How to hide the lines via $this->listRender()

I'm my experience it is better to do a fresh install, link it to a project on the october website, a...

Posted in Resource

I did come across this the other day but had to do a fresh install and move my plugin & theme manual...

Posted in Blank page after updating

Ok found a solution, I changed the PDF.php of the plugin to use October\Rain\Config\Repository inste...

Posted in Getting laravel-dompdf wrapper to work in October