No success sad      Also, 'Este valor es requerido.' appears , when pressing 'subscribe' without e-mail address data. Far out!!!

Hi  Monsters of Monstra! I'm stuck on the  button "subscribe", can't change a sign of button, but I really want to. Actually changing a language of theme may help ...... may be:)  Help me please with my investigation .

3

(3 replies, posted in Snippets)

Hi everyone,
especially nakome.

I did russian version of Total info Dashboard snippet.
It's my very first little step between  Monstra Giants!!!

I've decided to stop here after quite  a long wandering around of internet "infinity".
Monstra  cool!


*don’t repair it if it ain’t broken


<!-- Total info -->
<?php 
    $pages = new Table('pages');
    $pages_list = $pages->select('[slug!="error404"]');
    $blocks_path = STORAGE . DS  . 'blocks' . DS;
    $blocks_list = File::scan($blocks_path, '.block.html');
    $snippets_path = STORAGE . DS  . 'snippets' . DS;
    $snippets_list = File::scan($snippets_path, '.snippet.php');
    $users = new Table('users');
    $users_list = $users->select(null,'all');
?>
<div class="well dashboard-well">
    <div class="row">
        <div class="col-md-3">
            <h4>Страница</h4>
            <p><b>Всего:</b>  <?php echo count($pages_list);?></p>
            <a href="<?php echo Site::url(); ?>/admin/index.php?id=pages&action=add_page">Новая Страница</a>
        </div>
        <div class="col-md-3">
            <h4>Блоки</h4>
            <p><b>Всего:</b>  <?php echo count($blocks_list);?></p>
            <a href="<?php echo Site::url(); ?>/admin/index.php?id=blocks&action=add_block">Новый Блок</a>
        </div>
        <div class="col-md-3">
            <h4>Сниппеты</h4>
            <p><b>Всего:</b>  <?php echo count($snippets_list);?></p>
            <a href="<?php echo Site::url(); ?>/admin/index.php?id=snippets&action=add_snippet">Новый Сниппет</a>
        </div>
        <div class="col-md-3">
            <h4>Пользователи</h4>
          <p><b>Всего:</b>  <?php echo count($users_list);?></p>
            <a href="<?php echo Site::url(); ?>/admin/index.php?id=users&action=add">Новый Пользователь</a>
        </div>
    </div>
</div>
<!-- Total info -->

4

(3 replies, posted in Themes)

Hi Amigos! Nice work what i liked!!! Can you tell me please,  how to do intro ( http://nakome.com/morfy/) with "Enter" button. I'm beginer , so still searching for answers. Thanks