Okay this is a long shot...I'm testing board merging and everything is great except one thing.
Quotes are formatted like this in the database:However, before I do my thing, I would like to remove the post_id="???" time="???" userid="???" part leaving just:
Does anyone know what SQL code I can run in PHPMyAdmin that'll do that for me?
----------------------------
Second thing is - I need to "re-submit" all the posts. The BBCode and tags are all there, but they are displayed in raw format. If I click the Post Edit button and then submit, it all looks fine. Can I do that automatically for all user posts on the forum?
Thanks for your support!
Quotes are formatted like this in the database:
Code:
[quote="User" post_id="???" time="???" userid="???"]
Code:
[quote="User"]
----------------------------
Second thing is - I need to "re-submit" all the posts. The BBCode and tags are all there, but they are displayed in raw format. If I click the Post Edit button and then submit, it all looks fine. Can I do that automatically for all user posts on the forum?
Thanks for your support!
Statistics: Posted by PTRACER — Sat Dec 30, 2023 9:23 am