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 #514
    In the 514th issue of ProcessWire Weekly we'll check out the latest blog post from Ryan, introduce two new third party modules — Page List Versions Counter and Fieldtype Fieldset Panel — and more. Read on!
    Weekly.pw / 16 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

“We chose ProcessWire because of its excellent architecture, modular extensibility and the internal API. The CMS offers the necessary flexibility and performance for such a complex website like superbude.de. ProcessWire offers options that are only available for larger systems, such as Drupal, and allows a much slimmer development process.” —xport communication GmbH