Hi
I was migrating ubbthreads -> xenforo, But I used vbulletin impex as a bridge since there is no direct converter from ubb -> xenforo.
Its done however need to convert bbcodes. Here is the bbcode qoute for ubb:
<div class="ubbcode-block"><div class="ubbcode-header">Originally Posted By: MissCassie</div><div class="ubbcode-body"> TEXT HERE TEXT HERE</div></div>
I want to convert it to xenforo like this
Im not expert in regex however I also doing a reseach for the fix on this.
Thanks
I was migrating ubbthreads -> xenforo, But I used vbulletin impex as a bridge since there is no direct converter from ubb -> xenforo.
Its done however need to convert bbcodes. Here is the bbcode qoute for ubb:
<div class="ubbcode-block"><div class="ubbcode-header">Originally Posted By: MissCassie</div><div class="ubbcode-body"> TEXT HERE TEXT HERE</div></div>
I want to convert it to xenforo like this
MissCassie said:TEXT HERE TEXT HERE
Im not expert in regex however I also doing a reseach for the fix on this.
Thanks