MyBB Community Forums

Full Version: How to edit a plugins design on member profile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 Smile
Thanks.[/code]
You need to edit the template "profile_comments".
(2014-03-01, 01:09 PM)Nathan Malcolm Wrote: [ -> ]You need to edit the template "profile_comments".

where can i find that template?
ACP > Templates & Style > Templates > Search/Replace > Search Template Titles
(2014-03-01, 01:33 PM)Nathan Malcolm Wrote: [ -> ]ACP > Templates & Style > Templates > Search/Replace > Search Template Titles

thank you Smile