How to convert HTML to BBCode

后端 未结 2 648
小鲜肉
小鲜肉 2020-11-30 11:55

I maintain a bulletin board that saves rich text messages in HTML. Now I need to migrate all those messages into Joomla Kunena bulletin board that requires BBCode representa

2条回答
  •  死守一世寂寞
    2020-11-30 12:31

    I would recommend that you use regular expressions to convert to [b] tags. This shouldn't be that hard, as all you would need to to is get the HTML and feed it in to a php script that could save it in some kind of file that you can save in your new forum.

    Hope that helps, RayQuang

提交回复
热议问题