Ok, I just migrated over from IPB 3.4.x. I've use MyCodes to replace a few things that didn't quite work as planned in the migration, but I can't figure this out...because it works in the AdminCP
here's my regular expression...I know it seems very specific, but that's because ever instance is consistent:
My replacement is simply this:
In the MyBB Sandbox test value, I enter this:
But nothing happens in the actual forum. Any idea what I'm missing here?
here's my regular expression...I know it seems very specific, but that's because ever instance is consistent:
\<img src='http:\/\/www\.titanspot\.com\/Titan\/public\/style_emoticons\/<(.*?)>\/(.*?)\.(.*?)' class='bbc_emoticon' alt='(.*?)' />
My replacement is simply this:
<img src='/mybb/uploads/style_emoticons/default/$2.$3' />
In the MyBB Sandbox test value, I enter this:
<img src='http://www.titanspot.com/Titan/public/style_emoticons/<#EMO_DIR#>/002.gif' class='bbc_emoticon' alt=':smt002' />
and get this as expected: <img src='/mybb/uploads/style_emoticons/default/002.gif' />
But nothing happens in the actual forum. Any idea what I'm missing here?