dev.mnr.j20762 Approved

Member since: 2016-12-15

Recent posts by dev.mnr.j20762
Post When
  1. You need to activate mod rewrite. How?
    $ sudo a2enmod rewrite

Then, to use mod_rewrite from within...

Posted in [SOLVED] First install -- No administration area

ok
Thank you for helping out and your quick reply

Posted in Mollie webhook URL

you wrote: By default the plugin already provides a /donation_webhook route. Its already baked into...

Posted in Mollie webhook URL

Hello @info9174, what have you found as solution?

Posted in Static Pages and Twig

When I am in the in the CMS, I can use something like that {{ 'navigation.translatedtext'| }} to get...

Posted in How to use translate with Static Page plugins from rainLab together?

Renatio said:

Hi,

it should be possible in version 1.3.0.

Just upgraded Thanks!!

Posted in How can I use the page filter on a field type?

Kirill Artemenko said:

Hope it help:

<a href="{{ ''| page }}">Current page with current filter slug...

Posted in How to retrieve a Page's URL?

I want to create a new field, a page reference field. This will provide a page link for "terms & con...

Posted in How can I use the page filter on a field type?

lunfel said:

I was able to translate using {{ 'acme.demo::lang.app.keywords' | trans }} and having ...

Posted in Use localization in plugin component

This is my solution ->

Instead of using old('name') I now use form_value('name') and it works.

http:...

Posted in Can't access old input when redirecting back to form page