FIND in /mkportal/modules/reviews/index.php:
<tr>
<td>{$mklib->lang['re_havetitle']}
<input type="checkbox" name="scambio" value="1" />
</td>
</tr>
REPLACE WITH:<!--
<tr>
<td>{$mklib->lang['re_havetitle']}
<input type="checkbox" name="scambio" value="1" />
</td>
</tr>
-->
FIND: $content .= "
<tr>
<td class="modulecell" width="5%" valign="top"><a href="$link_user={$id_autore}" class="uno">{$autorec}</a>
{$data}
{$delete}</td>
<td class="modulecell" width="5" valign="middle">$icons</td>
<td class="modulecell" width="75%" valign="middle">{$testo}</td>
</tr>
";
REPLACE WITH:/*
$content .= "
<tr>
<td class="modulecell" width="5%" valign="top"><a href="$link_user={$id_autore}" class="uno">{$autorec}</a>
{$data}
{$delete}</td>
<td class="modulecell" width="5" valign="middle">$icons</td>
<td class="modulecell" width="75%" valign="middle">{$testo}</td>
</tr>
";
*/
I think that's everything. Oh, and I just noticed that the option only shows in the reviews comments and not on the review itself.Also note that the formatting of the code in this post is messed up so you might have to search for smaller sections of this code in order to find the right place to edit.













