PolloZen Approved

Member since: 2016-01-05

Recent posts by PolloZen
Post When

Hi! thank you for writing to us. We don't have it but it's a great idea. We will prepare a demo and ...

Posted in Demo?

Hello there, thank you for writing to us and we apologize in advance for the response time. Can you ...

Posted in Problem viewing the slider on a page

If I use Session::flash

Session::flash('message','It´s a girl');
Redirect::to('outside');

// is alm...

Posted in Flash::info or Session::flash

Well, it's solved.

For an unknown reason, the localization strings doesn't work in the yaml files t...

Posted in Parse YAML files with localization strings

mjauvin said:

Try this maybe:

use Yaml;

Yaml::parseFile(...);

Hi, thank you for your answer, unfu...

Posted in Parse YAML files with localization strings

Hi! I have a YAML file with options to be used in a dropdown menu

workspaces.yaml

school: author.plu...

Posted in Parse YAML files with localization strings

Thank You so much @mjauvin

I'm going to build my own class in /author/plugin/classes/userclass.php

...

Posted in Sharing functions between components

How can I share functions between components, for example, I have the next function

public function ...

Posted in Sharing functions between components

to avoid the password is updated every time you save the form, you can verify if the password field ...

Posted in Password field is empty

Thanks @alxy The solution worked for me too. I leave this code for a little bit more explained

For i...

Posted in OctoberCMS Get plugin's Dropdown values at frontend