MyBB Community Forums

Full Version: How hide one tag my bbcode ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://community.mybboard.net/showthread.php?tid=15803
I read thread , and find away hide image guest in tag [img], but i want more, hide my bbcode tag . [flash],[wmp] ....
In Custom My Code-> Edit My Code
I have :
MyCode title :
       Flash
Regular expression :
  \[flash (.*?):(.*?)\](.*?)\[/flash\]
Replacement :
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="$1" height="$2" id="" align="middle"><param name="movie" value="$3" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="$3" menu="false" quality="high" bgcolor="#6798C" width="$1" height="$2" name="flash_guestbook" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
I want edit it to only member can view file flash, and guest see message must login or register to view it
Thank You
myb123 Wrote:I want edit it to only member can view file flash, and guest see message must login or register to view it
Thank You

I have a solution but its for the plugin

// Flash Code Plugin
// By Rogem http://www.rogem.net/
// Version 1.2

Not for your own created mycode