Mod Name / Version: Fill profile is required
Description: If you want write new post or new reply, you have to fill your profile

I tested it on 6.3.2 version, but I should work on 6.4.x
Working Under: UBB.Threads 6.3-6.4
Mod Status: Beta
Any pre-requisites: -
Author(s): Slawek_L
Date: 04/15/04
Credits: -
Files Altered: newpost.php | newreply.php
New Files: no
Database Altered: no
Info/Instructions: Instrutions for two files:
Find:
$user = $userob -> authenticate("U_TextCols,U_TextRows,U_Preview,U_Groups");
Change to:
$user = $userob -> authenticate("U_Name,U_Location,U_EReplies,U_TextCols,U_TextRows,U_Preview,U_Groups");
find:
if (!$user['U_Groups']) {
$user['U_Groups'] = "-4-";
}
add below:
if((!$user['U_Name'])||(!$user['U_Location'])){
$html -> not_right("Fill your profile to write any post",$Cat);
}
--------
Write, and upload files
Disclaimer: Please backup every file that you intend to modify.
If the modification modifies the database, it's a good idea to backup your database before doing so.
Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.