PDA

View Full Version : How do I edit what is in {vb:raw post.message}


trhoppe
12-02-2013, 02:45 PM
I'm a little confused on where that data is coming from.

I'm trying to create a "Safe for work" skin where instead of processing the URL into <img src="URL"> it gets processed into <a href="URL">URL</a>.

Any ideas on where to do that?

-Tom

kh99
12-02-2013, 03:06 PM
I think you would want to look at includes/class_bbcode.php, function handle_bbcode_img. It looks like the image tag is hard coded in there.