MyBB Community Forums

Full Version: [HELP]Parameters problem after merging[HELP]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have just merged phpbb3 to mybb 1.6 with latest merge version. Everything done perfectly. But most text's words of the posts are changed to "< /param>< / param>" in merged mybbSad

Please see this Image to view the actual problem,

[Image: problem2sw.png]

I have used these settings during merge system.

Table Encoding: UTF-8 Unicode

Encode to UTF-8: Automatically convert messages to UTF8?: I tried both option (yes and no)..but still problem doesn't solveSad

Is there any solution of this problem??? Please help.

Thanks
No reply Sad I need help please
This is a new one. Please PM me with links to your phpBB3 Forum, your MyBB Forum, and login details for your cPanel & phpMyAdmin (if the phpMyAdmin isn't integrated with your cPanel) and I will check this out for you. I may need ftp access as well, so if you could include that please do so.
Thanks for reply. But I have found the problem Smile This problem occurred for this YouTube MyCode:

Regular Expression :

([youtube]|(<a href =”)? (http://)?(www.)? youtube.com/watch?v=)(.{11}?)((.*?) ” target=”_ blank”>)? ((.*?)[/youtube]|(.*?)</a>)

Replacement:

<object width =” 425″ height=” 350″ ><param name=” movie ” value =” http:// www.youtube.com/v/${5 }”>< /param><param name=” wmode ” value =” transparent”>< / param><embed src=” http://www.youtube.com/ v/${5 }” type =” application/x-shockwave-flash ” wmode =” transparent” width =” 425″ height=” 350″ ></embed></object>


Regards
Try the automedia plugin instead of the youtube MyCode. The Automedia plugin works great and supports a lot of sites.
Thanks for info Smile