MyBB Community Forums

Full Version: Problem with Skype Plugin - Wont remove custom fields?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I just added this plugin to my forum and when I deactivated and uninstalled it, the profile fields still show up.

Here is a link(Notice the skype profile fields are still showing)
http://chroniclegames.net/forum/member.p...file&uid=1

Anyone know how to remove this??
Go to your member_profile and delete it from there.
You will see it there, some lines of code with Skype in it.
(2012-11-24, 11:13 PM)JovanJ. Wrote: [ -> ]Go to your member_profile and delete it from there.
You will see it there, some lines of code with Skype in it.

Where would I find that exactly? Sorry I have never actually went in to edit the forum files.

Nevermind, found it. Thanks for the help!
Go to you acp>Templates&style>templates>Member Templates>member_profile>Options>full edit


Then around line 100 you will see this code.

<td class="trow2"><strong><img src="{$settings['bburl']}/images/skype_small.png" alt="Skype ID" title="Skype ID" /> Skype ID:</strong></td>



<td class="trow2">{$memprofile['skype']}</td>
</tr>
<tr>

	<td class="trow2"><strong><img src="{$settings['bburl']}/images/skype_small.png" alt="Skype Status" title="Skype Status" /> Skype Status:</strong></td>

	<td class="trow2"><script type="text/javascript"src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script><a href="skype:{$memprofile['skype']}?call"><img src="http://mystatus.skype.com/smallclassic/{$memprofile['skype']}" style="border: none;" width="114" height="20" alt="My status" /></a></td>

That is what your looking for.