One User Profile.. other
Date: Monday, August 16 @ 17:51:50 CEST
Topic: PHP-Nuke


If you want to edit the user profile only once in the forum module, you have to make some changes in the /module/Your_Account/index.php

open the file, and search this: "function edituser () /line 825
change this function:

function edituser () {
header("Location: modules.php?name=Forums&file=profile&mode=editprofile");
}

done. :)





This article comes from NukeCops
http://www.nukecops.com

The URL for this story is:
http://www.nukecops.com/modules.php?name=News&file=article&sid=2690