MyBB Community Forums

Full Version: Change [code] tag features
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to change the links that are coded to be active.

If we just post links, they looks like clickable active links and gets truncated if the url length is long. But if we [code] them, the links get inactive and long links are posted without getting truncated.
Now, how can we make the [code]ed links to be active(live) links and they must not be truncated.

Which files needs to be changed to change the color, thead, title, padding around the [code]ed tags.
and also how can we change the quote tag attributes also?
anyone?
You'd need to edit the code, the whole point of the [code] tag is that it doesn't parse links. Have a look in ./inc/class_parser.php, you'll need to edit this file to make this change and to change any of the quote attributes.
thanks