RedMarlin Approved

Member since: 2016-01-26

Recent posts by RedMarlin
Post When

Ah OK, sorry I misunderstood it at the begging, I though you were iterating over array of various us...

Posted in User plugin

Could you explain again what are you trying to achieve? Do you want to show details for one logged i...

Posted in User plugin

Could you explain again what are you trying to achieve? Do you want to show details for one logged i...

Posted in User plugin

I think you should iterate over keys and values this way:

{% for key, value in user %}
{{ key }}: {{...

Posted in User plugin

Thats hard to say but I would check the mysql column to see its formatting. Also I would debug the d...

Posted in protected $dateFormat = 'd-m-Y'; throws an error

If you just want to display it on the front end then you dont need to do anything in the model. Just...

Posted in protected $dateFormat = 'd-m-Y'; throws an error

I dont know what you are trying to achieve but have you tried to simply change date format in fields...

Posted in protected $dateFormat = 'd-m-Y'; throws an error

Im trying to do a Dashboard widget that will list all static pages as separate icons on Dashboard. T...

Posted in How to get Static Pages edit URL

I know that now it si probably too late but just for future reference. You could use October Project...

Posted in Migrate the Website to the client's Server

Thats it! You are absolutely right. Thanks a lot! I knew it was some stupid mistake :)

Posted in Navigation context - Side menu highlighting not working.