RyanHavoc Approved

Member since: 2014-12-09

Recent posts by RyanHavoc
Post When

Perfect. Thanks for that.

Posted in Is there a way to pass HTML into a partial via a variable?

I basically have this:

{% partial "global/spec-tab" active=tab2
                             tabs=4
...

Posted in Is there a way to pass HTML into a partial via a variable?

Thanks @michael1832. Good to have my own suspicions confirmed. Pretty big oversight though. Fingers ...

Posted in Project management?

I remove them in my October installation but the don't disappear from the Project on octobercms.com....

Posted in Project management?

Hi all,

How do I remote plugins from projects on the site? Also how do I remove a project entirely?

...

Posted in Project management?

Top man. Just what I wanted.

I was trying:

{% partial "subfooter" myvar="{{ myvar }}" %}

Obviously t...

Posted in Is it possible to pass variables down to nested partials?

So I have a partial within a partial. The child partial accepts variables. I want to set a variable ...

Posted in Is it possible to pass variables down to nested partials?