1

(24 replies, posted in Alpha & Beta)

RomanArt wrote:

Monstra 2.4.0 Demo


Found a little bug, it is not possible to disable the registration for the frontend.

2

(0 replies, posted in Showcase)

http://cashflow-investing.de

3

(12 replies, posted in Questions)

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.

4 2014-02-15 12:30:05

(26 replies, posted in Projects)

@awilum Thanks, this would be cool.

5

(26 replies, posted in Projects)

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.

6

(16 replies, posted in General discussion)

Hi, my name is Markus and i am from Bavaria/Germany wink

Here my own site with monstra: http://www.76pixel.de

7

(1 replies, posted in Projects)

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?

8

(109 replies, posted in Plugins)

My first Post smile

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?