MyBB Community Forums

Full Version: Edit contact field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know it's alot of talking going on to remove ICQ and replace with skype but nobody realy did this without a plugin. I don't want to install another plugin as a have to many already Blush so can anybody help me to edit the templates and remove ICQ and add skype instead Big Grin

Thanks in advance
Julian
www.hondatalk.ro
You could simply rename the it in the templates. Go to Member Templates -> member_profile

Find:
<td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td>

Replace with:
<td class="{$bgcolors['icq']}"><strong>Skype Name:</strong></td>

Open User Control Panel Templates -> UserCP_profile

Find:
<td><span class="smalltext">{$lang->icq_number}</span></td>

Replace with:
<td><span class="smalltext">Skype Name:</span></td>

That should be everywhere Smile

Thanks for the reply Tom, but that only change the names under Member profile and User CP.
If I try and type a user ID the database won't update for some reason so it's a bit more edit to do...
Yes that was just a visual edit. if you want to completely change it to Skype it would require some core edits Smile
Sure that i was looking for Smile the core edits, if you can point me to the files will be much appreciated.
Anybody? Big Grin or is that hard to do ?
Anyone?