reynierpm Approved

Member since: 2014-06-06

Recent posts by reynierpm
Post When

I don't know if this is possible or if it's a complete madness but I'm trying to execute a PHP metho...

Posted in Execute PHP method that relies on a external website call (PayPal payment trough Omnipay) from Ajax call

Also, can you write a small example around my note or at least point me in the right direction? How ...

Posted in How to persist (save) new fields when extending from RainLab.User plugin?

Thanks @daftspunk did you see any other error on my code? When I save the object I get this error:

...

Posted in How to persist (save) new fields when extending from RainLab.User plugin?

I'm trying to use "Date Picker" widget as defined here and here but I'm doing something wrong since ...

Posted in Right way to use form widget in a form programmatically

So, after watch over and over the Extending the User plugin screencast I still not know how to save ...

Posted in How to persist (save) new fields when extending from RainLab.User plugin?

I have this component class:

class Payment extends ComponentBase
{
    protected $amountToReload;

 ...

Posted in Execute function based on URL parameter in component, it's possible?

I'm working in a OctoberCMS component and have some problems getting things working. Take a look at ...

Posted in Set value for amountToRelad var so it can be accessed on any method on the class

Can not find OmniPay class, I move to another Laravel package that use Omnipay but now I'm having an...

Posted in Should not boot() plugin method register anything before onRun() page method?

I'm trying to use a Alias defined in boot() plugin method as follow:

public function boot()
{
    \A...

Posted in Should not boot() plugin method register anything before onRun() page method?

I've follow all the steps on the [Extending User plugin][1] screencast but for some reason I can not...

Posted in Extends User plugin by adding a profile does not render tab either new added fields