MyBB Community Forums

Full Version: Profile Twitter Help !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have installed this plugin http://mods.mybboard.net/view/profile-twitter

there was no problem while installing, and it works great.

but i had to change my theme so had to re-install this plugin and now i have more than one twitter field on user control panel.

[attachment=17262]

there are 4 to be exact. i tried deactivating it and reactivating, but it kept on adding the twitter text field.

can anyone help?
thanks
Remove the code manually in your usercp_profile templates. Try to find that code under this code:

<tr>
<td><input type="text" class="textbox" name="yahoo" size="25" value="{$user['yahoo']}" /></td>
</tr>

You should find code like this there:

<tr>
<td><span class="smalltext">Twitter Username:</span></td>
</tr>
<tr>
<td><input type="text" class="textbox" name="twitter" size="25" value="{$user['twitter']}" /></td>
</tr>
thanks so much. that fixed my problem.
You are welcome, saintsinner Smile
I have a question with 2 skype ID ( where do i go to get rid of 1 of them ? )

[attachment=17293]
I'm sorry, but I don't know what plugin you are using?
http://community.mybboard.net/thread-24359.html

im going to ask my question there since it relates to Skype Wink

but thanks for the response
This plugin will add a custom profile field. So, try to check your custom profile field in AdminCP. You need to match it with the id that used in postbit template.