Reseller

Started by Daniel, July 28, 2014, 09:19:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AppleCrazy

Actualizaran este Theme a SMF 2.1.2???

Diego Andrés

Próximamente es posible.

jhonny97or

Quote from: Diego Andrés on July 07, 2022, 09:57:09 AMPróximamente es posible.

If it could be installed for 2.1.2?

magnus

Helo sir, I have an issue with login. why no forgot password link in the popup login box. and how to add this, many thanks sir
magnus

Diego Andrés

index.template.php
Code (Search) Select
<div class="form-group">
<div class="modal-footer">
<button type="submit" class="btn btn-success">', $txt['login'] ,'</button>
</div>
Code (Replace) Select
<div class="modal-footer">
<p class="smalltext"><a href="', $scripturl, '?action=reminder">', $txt['forgot_your_password'], '</a></p><br>
<button type="submit" class="btn btn-success">', $txt['login'] ,'</button>
</div>

Diego Andrés

Theme updated for SMF 2.1.x!