MyBB Community Forums

Full Version: Prevent users to add their URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello MyBB,
How can i prevent users to add their URL which is showed in Posts like WWW ???
you could use the word replace feature in mybb... though this would be really bad for you... cux with this feature on, also you would not be able to post any url...
(2010-05-31, 09:21 AM)Moh_Adan Wrote: [ -> ]Hello MyBB,
How can i prevent users to add their URL which is showed in Posts like WWW ???
Open your Admin Control Panel go to Templates & Style than navigate to Templates in the left menu. Than open Member Template and click member_profile. Than on line 61-64 remove:

<tr>
<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
Thanks