- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'm fairly certain this is from IPB conversion some 15 years ago... I have many posts that look like this in the db:
Code:
I was thinking I could do a simple update replace like:
Code:
but, looking at a modern post with xf emoticons, the raw bbcode like
Code:
is stored...
Code:
I was thinking I could do a simple update replace like:
Code:
UPDATE xf_post SET message = REPLACE(message,'[IMG]style_emoticons/<#EMO_DIR#>/','[IMG]styles/default/xenforo/smilies/');
but, looking at a modern post with xf emoticons, the raw bbcode like
Code:
:)
is stored...
نام موضوع : proper way to update old ipb emoticons