tom9466 Approved

Member since: 2015-07-16

Recent posts by tom9466
Post When

I'm having the same issue with a timestamp field. Here's my fields.yaml field:

    published_at:
   ...

Posted in Backend date picker save date problem

Anyone? Thanks

Posted in Change Router Default Value

daftspunk said:

If your URL contains a ? then it will be optional. The only time "default" is used ...

Posted in Change Router Default Value

Figured it out. This was simple as expected. Just added:

function onStart() {
    // checking if /me...

Posted in Tweak content based on routing prefix

Ok so basically what I could do is: Build a plugin that I will use to register a custom twig functio...

Posted in Tweak content based on routing prefix

I agree his answer is what I need but what I don't get is how can I code a method to check the routi...

Posted in Tweak content based on routing prefix

daftspunk said:

This sounds like you could simply access the information from the user's session

{%...

Posted in Tweak content based on routing prefix

Hi! I'm working on a project for a client and the website is a video platform behind a paywall. Ther...

Posted in Tweak content based on routing prefix

My implement / translatable arrays were in the wrong file. Now everything works! I'll write that dam...

Posted in Using Rainlab Translate with Builder-built plugins.

I'm trying to implement rainlab.translate to localize my plugin I built with the builder. Damn the b...

Posted in Using Rainlab Translate with Builder-built plugins.