d.negativa Approved

Member since: 2014-05-15

Recent posts by d.negativa
Post When

daftspunk said:

Just to clarify, where would you expect the thumbnail to be created on the filesyst...

Posted in Thumbnail generation for media library images

@slowpokefarm

++

Posted in Show a list of trashed (Soft Deleted) elements

+1
this is bug

Posted in Adding components on click (Static Pages)

+1

Posted in Problem with using foreign characters.

change default.htm in your component this:


<link rel="stylesheet" type="text/css" href="plugins/Spe...

Posted in Not loaded styles and scripts

include_once(plugins/Spec/uGallery/components/gallerij/resources/UberGallery.php): failed to open s...

Posted in Error: failed to open stream: No such file or directory

Add jsonable type for your "repeater" fild in your model:


namespace  Acme\PluginName\Models;
use Mo...

Posted in How to save Repeater fields in database?

add "s" letter ))


public function __construct()
{
    parent::__construct();

    BackendMenu::set...

Posted in Backend Sidebar menu not appearing?

Я тоже думал решить эту проблему подобным образом, но не сообразил как реализовать в рамках этого в

Posted in PieChart widget does not display correctly

Maybe this solution is suitable:


private function format_size($size) {
    $mod = 1048576; // 1MB
 ...

Posted in PieChart widget does not display correctly