Monstra 2.4.0 Demo
Found a little bug, it is not possible to disable the registration for the frontend.
You are not logged in. Please login or register.
Monstra → Posts by markus
Pages 1
Monstra 2.4.0 Demo
Found a little bug, it is not possible to disable the registration for the frontend.
http://cashflow-investing.de
Hi dextra,
on my site (www.76pixel.de) i installed the blog-extension and made 2 templates (blog and blog-post)
Blog: Main-Content
<?php echo Blog::getPosts(3); ?>
Blog: Sidebar
<?php echo Snippet::get("blog-sidebar"); ?>
Snippet:
<div class="sidebox"> <h3>Headline</h3> <ul class="list"> <?php echo Blog::getTags(); ?> </ul> </div>
Blog-Post: Main
<div class="post"> <div class="post-content"> <h2><?php echo Page::title(); ?></h2> <div class="meta"> <span class="date"><?php echo Page::date('d.m.Y'); ?></span> <span class="sep">|</span> <span class="author"> <a href="https://plus.google.com/u/0/xxx?rel=author" target="_blank"><?php echo Page::author(); ?></a></span></div> <?php echo Blog::getPost(); ?> </div> <div class="clear"></div> <?php echo Snippet::get("sharebutton-section"); ?> </div> </div>
Sidebar similar to Blogtemplate.
@awilum Thanks, this would be cool.
But why do monstra automatically rename files? When i upload a file like dsc_1203.jpg, monstra will rename is to dsc-1203.jpg.
Also when editing js. This makes me crazy, because i have to fix often filenames in the Templates.
Hi, my name is Markus and i am from Bavaria/Germany
Here my own site with monstra: http://www.76pixel.de
In the last months i used Monstra for a lot small projects and now for my own Site too, and i love it.
So i would like to push Monstra forward in Germany.
What can i do? Is it possible that i open a german Monstrasite like monstacms.de?
My first Post
I have some little problems with the rss.php
1. Wrong/Old Init?!?
// Load bootstrap file require_once(ROOT . DS . 'monstra' . DS . 'bootstrap.php');
bootstrap.php does not exist, is this the right way?
// Load Engine-INIT file require_once(ROOT . DS . 'engine' . DS . '_init.php');
2. For pictures i use {siteurl} etc. How can i get this work in RSS?
3. In RSS is allways the {cut}-Tag visible, How can i hide this?
Pages 1
Monstra → Posts by markus