advProfile


general


With the advProfile module for PostNuke, you can display your users profile using templates. You can expand advProfile with plugins showing for example the last users news he(she) submitted, last forum posts, etc. forum.

The appearance of the user profiles is restricted therefore only through creativity and the capacity of the webmaster. Everything is possible.

Features


- Improved user profile design and display.
- pnRender? templates
- Expandable through plugins

Required


- PN 0.750 (with pnRender?)
- pnRender?
- Current version 2.1

Installation


Warning, a change is needed in a core file in order to redirect PostNuke on the advProfile instead of the standard profile.

In module/User, do a backup your user.php file. Then open user.php and delete the function user_user_userinfo(). Replace it by this one!

function user_user_userinfo()
{
    $uname = pnVarCleanFromInput('uname');
    pnRedirect(pnModUrl('advProfile', 'user', 'main', array('uname' => $uname)));
}


Permissions



Templates


WARNING: As advProfile comes with various plugins, some may cause errors if they call unavailable module. This will be corrected with a futur release. In the meantime, review the templates to remove plugins calling functions or modules that you do not use.

Plugins included


- last10com?
- last10downloads?
- last10links?
- last10news?
- nbphpbbmsg
- pncpaypal
- pncuserpoints
- PNphpBB2_last10posts?

And a Plugin for checking if an update is availbale (in the admin template only)

- pnmodulestatus

Additional Plugins


See the pnConcept Plugins page

Download, Demo and Support


- Download (PostNuke NOC)
- Demo pnConcept
- Demo pn-cms.de
- Support

Credits


- Author: Frank Chestnut


CategoryModules
XML Revisions of $tag
Page history :: Last Editor : Chestnut :: Owner : Chestnut ::
Valid XHTML :: Valid CSS :: Powered by pnWikka 1.0 (A wiki fork from WikkaWiki)
 
DarkMindZ