noideawhattotypehere Approved

Member since: 2015-06-03

Recent posts by noideawhattotypehere
Post When

Its actually just $model (in form partials) and $record (in list partials)

Posted in Getting the model from a backend field partial ?

Nevermind, i had an \DB::unprepared(...) after Schema::create for ugly but fast seeding, removing it...

Posted in Strange behaviour - plugin:refresh not updating to latest version.

Hi there,

Im currently using build 431 - actual stable one. I am developing a new plugin for my pers...

Posted in Strange behaviour - plugin:refresh not updating to latest version.

Ok - this is quite fucked up imo - it works when you register template via plugin

registerMailTempla...

Posted in Emails - sending text only

Meh, so here we go again.

I need to send text only emails, but if i send it like that:

Mail::send(['...

Posted in Emails - sending text only

Nevermind, found the solution, if someone would ever face this problem:

In your layout, in the subje...

Posted in E-mail subject change?

Hi,

I cannot get Mail to set subject on the fly, its using backends template subject all the time, c...

Posted in E-mail subject change?

+1, its quite easy to write your own plugin but i feel like it should be in the core already since i...

Posted in Thumbnail generation for media library images

https://octobercms.com/docs/plugin/registration#extending-twig

You need to create a new plugin for t...

Posted in Insert Inline CSS in layouts not a link reference

Hi,

Why dont you add all your .css files in an array to one link tag so they get combined and are se...

Posted in Insert Inline CSS in layouts not a link reference