Guest210212002
02-22-2013, 02:32 PM
Odd question, but hopefully someone knows the answer. I'm looking to make a smilie code, post and parse a BBCode. For example, if someone posted:
:ducks:
The replacement would be:
url_to_a_picture_of_ducks.jpg
I tried using a replacement variable, which does what it should, but vB doesn't parse the image code - it just shows up as is. If I edit/save the post it displays the image, but I need to add that second parse in there so that when a user types :ducks: both the replacement variable AND the IMG call happen at post time.
Is this possible?
:ducks:
The replacement would be:
url_to_a_picture_of_ducks.jpg
I tried using a replacement variable, which does what it should, but vB doesn't parse the image code - it just shows up as is. If I edit/save the post it displays the image, but I need to add that second parse in there so that when a user types :ducks: both the replacement variable AND the IMG call happen at post time.
Is this possible?