Quote:
Originally Posted by lifesourcerec
If you want the thread URL to be mandatory,
In traderratings.php, find:
PHP Code:
if ($userbuysell == 255 || $userrate == 255 || $usercomments == '') {
Replace with:
PHP Code:
if ($userbuysell == 255 || $userrate == 255 || $usercomments == '' || $userurl == "") {
Then modify the phrase tratings_thread_url and removed the "(optional)" text.
--- Thanks to Jason for the code.
|
thank you thank you thank you!!!