FrontendUserProfile by khan

A module and template files that enable front-end management of user profiles in ProcessWire.

FrontendUserProfilesPW Installation & Configuration


  1. Upload all files & Install module

  2. Open file /site/templates/head.inc

  3. Add

    $fup = $modules->get('FrontendUserProfile');

    at the beginning of file

  4. Add

    if ($page->renderLogoutForm()) echo "<li>".$page->renderLogoutForm()."</li>";

    after

    	echo "<li><a$class href='{$child->url}'>{$child->title}</a></li>";
     }
     
  5. Add

    <?php if ($message = $page->getMessage()): ?>
     	<p style="color:<?php echo $message['type'] ?>;"><?php echo $message['content']; ?></p>
     <?php endif; ?>
    
     <?php echo $page->renderLoginForm(); ?>
     

    after

    <div id="bodycopy">
     

REQUIREMENTS


  1. Fieldtype DropDown by Hani79 (https://github.com/Hani79/Processwire_FieldType_Select_Drop_Down)

AUTHOR


Copyright 2013 by Orkhan Maharramli (orkhan.maharramli[at]gmail.com)

Install and use modules at your own risk. Always have a site and database backup before installing new modules.

Latest news

  • ProcessWire Weekly #515
    In the 515th issue of ProcessWire Weekly we’ll check out the latest core updates, new modules, and more. Read on!
    Weekly.pw / 23 March 2024
  • Invoices Site Profile
    The new invoices site profile is a free invoicing application developed in ProcessWire. It enables you to create invoices, record payments to them, email invoices to clients, print invoices, and more. This post covers all the details.
    Blog / 15 March 2024
  • Subscribe to weekly ProcessWire news

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.