Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2622

phpBB Custom Coding • Modifying quotes in MySQL and "re-submitting" the posts

$
0
0
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:

Code:

[quote="User" post_id="???" time="???" userid="???"] 
However, before I do my thing, I would like to remove the post_id="???" time="???" userid="???" part leaving just:

Code:

[quote="User"]
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!

Statistics: Posted by PTRACER — Sat Dec 30, 2023 9:23 am



Viewing all articles
Browse latest Browse all 2622

Trending Articles