Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
PDF export
· 11 years ago
Thank you for your kind answers and for these cues, rhukster, I certainly try them again thanks
-
PDF export
· 11 years ago
and one more option for good luck: http://techzax.com/how-to-convert-html-to-pdf-in-php-with-fpdf/#.VWmJqppViko
-
PDF export
· 11 years ago
Another option i found while googling: http://phptopdf.com/
-
PDF export
· 11 years ago
Maybe google around might provide some insight. For example: http://www.kingpabel.com/php-html-to-pdf-snappy/
-
PDF export
· 11 years ago
The instructions are definitely written to be used with the symfony framework, hence all the references to kernel and app/config/config.yml. It's most definitely not drop-in-ready for Grav. But it's
-
PDF export
· 11 years ago
Hi, I'm trying to download the posts in pdf, I read this post http://getgrav.org/forum#!/general:custom-theme-for-pdf-export and instructions of the proposed bundle https://github.com/KnpLabs/KnpSnapp
-
Move buttons in showcase
· 11 years ago
ARRRRGH! How did I miss that.....so simple! Thanks so much man....that was driving me bonkers.
-
Move buttons in showcase
· 11 years ago
The .modular .showcase selector adds text-align: center; on your modular pages, your blog page does not have that. I'd suggest adding that CSS rule to the .blog-header class.
-
Move buttons in showcase
· 11 years ago
Hi Guys, I've developing a site in Grav and have added buttons to the showcase on this page that's using the blog layout. I've added the buttons and managed to set up a custom class so that the style
-
How could I insert custom php code on the page?
· 11 years ago
Inserting custom PHP code in output is a fundamental security risk. Most CMS system's do not allow this for this very reason. If you need to have custom PHP for some reason, Grav's simple plugin syst