MyBB Community Forums

Full Version: Links in message no longer work.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Not sure what happened, maybe it was a plugin, but when I type "http://www.example.com" in a post, it doesn't become a link.

These are the plugins I have installed:

Emergency Message System
Automatic PM on Move/Rename/Delete Thread
Auto Prune
Board Message
Browse Thread
Custom Page
Default Avatar and Signature
Email Notification on Registration
Last seen online in Postbits
Tag [noparse]
Permissions box!
Private Messages Admin
Post Grade
Profile Views Count
Quick Quote
Shoutbox
Smilie Groups
Thread Descriptions
WelcomePanel [Index]

Anyone know how to fix this?
Have you edited the functions_post.php file at all?
I might have to install a plugin correctly. Can you post the code in the functions_post.php that it should be for links?
On line 234, it should be something like:
	$link = "<a href=\"$fullurl\" target=\"_blank\">$name</a>";
That code is there, but I could have sworn one of my plugins needed some code changed in functions_post
Try disabling the [noparse] plugin, and see if the links work
That works! But I use the noparse a lot...anything you can do?