Fed

Results 97 comments of Fed

Hi Varlux, when you say bt.module did you meant block_type.module? Can you please be more specific. I'll check this today. Thanks

I'll need to update everything in MIT, since I'm not supporting anymore this project, I rather letting it go free :)

Hi @mirabilos I'm co-founding a new startup and I will not have time to update the code at least until the end of Q2. In case you need this update...

Hi Selin, simply don't compress. Compressing HTML, CSS and Javascript should be a responsibility of a build script (gulp or npm). You won't gain any serious benefit from compressing HTML,...

Hi, I suggest, you try it and then you check what the template output look like. Hope that helps. Just keep on mind that I don't support RainTPL anymore, so...

I'll work on this issue, thanks for reporting it. On Thu, Oct 24, 2013 at 4:50 PM, prisis [email protected] wrote: > how can i include a full path? > >...

Hey @prisis, I've implemented the absolute path in this pull request. This will fix your problem: https://github.com/rainphp/raintpl3/pull/128 Let me know if works and I'll merge the pull request.

@prisis I'm against adding more configurations or features, this will work for you: ``` 'tpl_dir' => array( self::$TemplateDir . DS, self::$ModulTemplateDir, ); ``` ``` {include="Content/Tpl/content"} {include="footer"} ```

The Compress plugin is not completed, because for compressing HTML there is RainCache, which has a plugin to compress HTML, CSS and Javascript: https://github.com/rainphp/RainCache So the simplest solution is to...

this needs a fix in the path_replace plugin