MyBB Community Forums

Full Version: Text > Image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how would i do this:

[t]test[/t] would outputĀ [Image: gyOSjFL.png] cus i dont think php is allowed in mycodes
You could make it through an extra php file as image source. Wink

MyCode:
\[t\](.*?)\[/t\]

Replacement:
<img src="MY_TEXT_TO_IMAGE.php?value={$1}" class="mycode_img" />
i have managed to do this through html and js but i have encountered a problem. it shows in test mode but not real posts. [Image: fafBjlD.png]

I have resolved this issue thank you.