firstly, sorry for my bad english.
Hi, actually i've been tried hard but i couldnt do.
I design a new member profile for my forum. And I dont want to see some plugins in thead. (Like social sites and profile comments).
I edit plugins php. deleted parts by me write bold. Look Below:
$new_template['profile_comments'] = '{$comments_form_edit}
<br />
<table border="0" cellspacing="{$theme[\'borderwidth\']}" cellpadding="{$theme[\'tablespace\']}" class="tborder">
<thead>
<tr>
<td colspan="2" class="thead">
<div>
<strong>{$lang->profile_comments_list}</strong>
</div>
</td>
</tr>
</thead>
And it didnt work. Then I deleted all of them. But still it show.
in short, No matter what I changed on plugin's php page it doesnt change anything.
Help me
Thanks.[/code]
Hi, actually i've been tried hard but i couldnt do.
I design a new member profile for my forum. And I dont want to see some plugins in thead. (Like social sites and profile comments).
I edit plugins php. deleted parts by me write bold. Look Below:
$new_template['profile_comments'] = '{$comments_form_edit}
<br />
<table border="0" cellspacing="{$theme[\'borderwidth\']}" cellpadding="{$theme[\'tablespace\']}" class="tborder">
<thead>
<tr>
<td colspan="2" class="thead">
<div>
<strong>{$lang->profile_comments_list}</strong>
</div>
</td>
</tr>
</thead>
And it didnt work. Then I deleted all of them. But still it show.
in short, No matter what I changed on plugin's php page it doesnt change anything.
Help me

Thanks.[/code]