2017 © Pedro Peláez
 

library widget-newuser

FFCMS widget to display new users in block

image

phpffcms/widget-newuser

FFCMS widget to display new users in block

  • Sunday, October 23, 2016
  • by zenn
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Widget Newuser

This widget allow you to display new users in website template block on ffcms 3. Demo:, (*1)

Widget new users preview image, (*2)

To use this widget you should require it by composer:, (*3)

composer require phpffcms/widget-newuser:1.*@stable

or insert in composer.json to section "require": {}, (*4)

"require": {
  "phpffcms/widget-newuser": "1.*@stable"
}

Then in ffcms admin panel follow to Widgets -> All widgets ... -> press Install and type in field Newuser and push Try install., (*5)

After installation is complete you can use anywhere in front templates (ex. in /Apps/Views/Front/default/layout/main.php) block like this:, (*6)

<?php if (Widgets\Front\Newuser\Newuser::enabled()): ?>
    <div class="panel panel-primary">
        <div class="panel-heading"><?= __('New users') ?></div>
        <div class="panel-body">
            <?= Widgets\Front\Newuser\Newuser::widget(); ?>
        </div>
    </div>
<?php endif; ?>

The Versions

23/10 2016

dev-master

9999999-dev http://ffcms.org

FFCMS widget to display new users in block

  Sources   Download

MIT

The Requires

  • php >=5.5

 

php widget ffcms

23/10 2016

1.0.0

1.0.0.0 http://ffcms.org

FFCMS widget to display new users in block

  Sources   Download

MIT

The Requires

  • php >=5.5

 

php widget ffcms