MyBB Community Forums

Full Version: Deezer MyCode??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have this BBcode for phpBB:

Regula expression:
[listen={NUMBER}][/listen]

Replacement:

<iframe src="http://www.a2studio.fr/labs/deezer/userplay/?id={NUMBER}" height="56" width="180" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>


I tought that for MyBB could be so:

Regular expression:

\[listen=(.*?)][/listen\]

Replacement:
<iframe src="http://www.a2studio.fr/labs/deezer/userplay/?id=$1" height="56" width="180" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>


But it doesn't work.. Anybody?
That isn't the same plugin Exclamation
Nobody?
It is correct!but I think, you must register by deezer.

This is for User ID.