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 #519
    In the 519th issue of ProcessWire Weekly we'll check out a new third party module called RockForms, introduce the latest ProcessWire core updates, and more. Read on!
    Weekly.pw / 20 April 2024
  • ProFields Table Field with Actions support
    This week we have some updates for the ProFields table field (FieldtypeTable). These updates are primarily focused on adding new tools for the editor to facilitate input and management of content in a table field.
    Blog / 12 April 2024
  • Subscribe to weekly ProcessWire news

I just love the easy and intuitive ProcessWire API. ProcessWire rocks!” —Jens Martsch, Web developer