UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Where is mini registration php files

gökhan · ·
8:18 PM Wednesday, 12 March 2014
None
Hi,

Where is mini registration php files? I couldn find. I need to chance some form control elements

<?php if( $this->config->get( 'registrations.enabled' ) ){ ?>
<div class="col-md-6 register-column">
<form style="padding-left: 90px;padding-right: 90px;" method="post" action="<?php echo JRoute::_( 'index.php' );?>" data-registermini-form>
<div class="register-wrap <?php echo empty( $fields ) ? ' is-empty' : '';?>">
<h3><?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_NO_ACCOUNT' );?></h3>
<p class="center mb-20">
<?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_REGISTER_NOW' );?>
</p>


<?php if( !empty( $fields ) ) { ?>
<?php foreach( $fields as $field ) { ?>
<div class="register-field" data-registermini-fields-item><?php echo $field->output; ?></div>
<?php } ?>
<?php } ?>

<div class="clearfix">
<button class="btn btn-es-primary btn-sm btn-register" type="button" data-registermini-submit><?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_REGISTER_NOW_BUTTON' );?></button>
</div>
The replies under this section are restricted to logged in users or users with an active subscription with us