MyBB Community Forums

Full Version: How do I change build_profile_link function???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i need to edit this function but I don't know where to find it. Huh Can anyone help me out? Sad

I opened init.php and changed
define('PROFILE_URL', "user-{uid}.html");
into
define('PROFILE_URL', "@{$username}");

and edited .htaccess likewise

but now i have to modify this function to finish the job.
You can find it in ./inc/functions.php, circa line 4186.

Smile
thx so much! I don't know how I overlooked that. Smile