LVC
06-22-2011, 04:14 PM
I have two BBcodes that I added to my forum
1. soundcloud [SCPL]
2. Youtube Playlist [YTP]
Both worked fine under 4.1.3 -- but in 4.1.4 -- both buttons in the editor produce [YTP] tags when I am logged in as a registered user.
But when I am logged in as an Admin each button produces the right tags. For the life of me I cannot figure out
any help would be greatly apreciated
Screenshot of editor (cloud Icon is for soundlcoud - tape is for YT Playlist)
https://vborg.vbsupport.ru/external/2011/06/35.jpg
BBcode Page for soundCloud
https://vborg.vbsupport.ru/external/2011/06/36.jpg
BBcode page for Youtube Play list
https://vborg.vbsupport.ru/external/2011/06/37.jpg
Code: Youtube
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/p/{param}"></param><embed src="http://www.youtube.com/p/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
Code: Sound cloud
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&g=bb" type="application/x-shockwave-flash" width="100%"></embed></object> <a href="{param}">{param}</a>
1. soundcloud [SCPL]
2. Youtube Playlist [YTP]
Both worked fine under 4.1.3 -- but in 4.1.4 -- both buttons in the editor produce [YTP] tags when I am logged in as a registered user.
But when I am logged in as an Admin each button produces the right tags. For the life of me I cannot figure out
any help would be greatly apreciated
Screenshot of editor (cloud Icon is for soundlcoud - tape is for YT Playlist)
https://vborg.vbsupport.ru/external/2011/06/35.jpg
BBcode Page for soundCloud
https://vborg.vbsupport.ru/external/2011/06/36.jpg
BBcode page for Youtube Play list
https://vborg.vbsupport.ru/external/2011/06/37.jpg
Code: Youtube
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/p/{param}"></param><embed src="http://www.youtube.com/p/{param}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
Code: Sound cloud
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&g=bb" type="application/x-shockwave-flash" width="100%"></embed></object> <a href="{param}">{param}</a>