Skip to content

Instantly share code, notes, and snippets.

View marcoscoelho's full-sized avatar
🐰
welcome

Marcos Coelho marcoscoelho

🐰
welcome
View GitHub Profile
@marcoscoelho
marcoscoelho / gist:1101567
Created July 23, 2011 15:48
Generating image thumbnail with PyroCMS - Files Module
image original dimensions (???x???)
files/large/1
files/thumb/1/auto/auto
files/thumb/1/auto/auto/fill
files/thumb/1/auto/auto/fit
max default dimensions (100x100) with aspect ratio
files/thumb/1
@marcoscoelho
marcoscoelho / pyrocms_theme_img_optional.php
Created May 31, 2011 18:04
Using plugin theme to generate an image optional
Image traditional
{pyro:theme:image file="icons/{pyro:module_details:slug}.png" base="path"}
<?php
echo 'html_img_open' . 'path' . 'file' . 'html_img_close'; // image tag
?>
@marcoscoelho
marcoscoelho / pyrocms_noparse_sample
Created May 31, 2011 16:29
PyroCMS no parser sample
{pyro:noparse}
<cite>{pyro:some:tag parsed="false"}</cite>
{/pyro:noparse}