TerjeN Approved

Member since: 2016-04-03

Recent posts by TerjeN
Post When

Perfect, Luke! Thank you very much, worked first try and learned alot from it.

Posted in Make a function run when updating\creating posts in backend

Or, where can I find the function that saves / updates my Model? When that model is made by builder ...

Posted in Make a function run when updating\creating posts in backend

I want to run a function whenever I add or update a post using the plugin i made with plugin builder...

Posted in Make a function run when updating\creating posts in backend

Anand Patel said:

hey if you need to install any plugin simple way is to type author name and plugi...

Posted in Installation of CKEditor plugin

If there is already a class you can do this:

<li class="nav-item {% if this.page.id == 'om' %} acti...

Posted in Style current page in navigation

Fixed it by adding ->middleware('web') on the api route:

Route::post('api/nameOfApi', [    
 'uses' ...

Posted in BackendAuth::getUser(); returns null even if im logged in to backend. Worked before updating to newest version.

This script worked for me before I updated to latest build, but now it just returns null, even thoug...

Posted in BackendAuth::getUser(); returns null even if im logged in to backend. Worked before updating to newest version.

Meysam said:

The following works for me:

use October\Rain\Database\ModelException; use RainLab\Us...

Posted in Why can't use the Auth Class, how to use auth for front-end user?

I get this working, but i would like to have some user credentials in the payload, how can i do that...

Posted in How to get user data into payload?

I think I found a bug with The Builder plugin. If I create a admin group, and even If I assign that ...

Posted in Possible bug with Builder plugin, Model button disappearing for non superusers with all permissions.