Skip to content

orkhan/FrontendUserProfilesPW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages