MyBB Hacks

Full Version: XThread textbox with some basic text + URL clickable ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I need a thread field (textbox type), so if the user gives message with an additionnal link, I want it to be clickable, possible?

I have already this in Display Format for information:

Code:
<strong><u>REPONSE(S)</u> : &nbsp; </strong>{VALUE}</br>


So, I try this:

Code:
<strong><u>REPONSE(S)</u> : &nbsp; </strong><a href="{VALUE}">{VALUE}</a>
</br>

But all textbox content is clickable lol....

Is it a way to not parsing URL ? thanks

You could switch the parsing mode to MyCode, if you wish to allow arbitrary MyCodes in the field.
Thanks Smile work well..i don't know why i don't use this options before^^
Reference URL's