CreateMyBB Support Forums
adding strike BBCODE [tutorial] - Printable Version

+- CreateMyBB Support Forums (https://support.createmybb.com)
+-- Forum: CreateMyBB Support (https://support.createmybb.com/forumdisplay.php?fid=5)
+--- Forum: CreateMyBB Documentation (https://support.createmybb.com/forumdisplay.php?fid=8)
+--- Thread: adding strike BBCODE [tutorial] (/showthread.php?tid=77)



adding strike BBCODE [tutorial] - eNigma - 03-23-2006

[Image: strike1uh.jpg] <-- please refer to that picture

what is strike BBCODE?
ex. strike

how to?
  • once you have the button image (http://img54.imageshack.us/img54/7539/slash2ta.gif) in w/c I poorly made Toungue
    upload it
  • go to your acp>templates>modify/delete
  • look for the codebuttons and edit it
  • paste/insert the code somewhere where it fits and where you
    like
    Code:
    <img name="s" src="url of teh strike image button" onclick="insertCode('s')" class="toolbar_normal" onMouseOver="toolbarHover('s')" onMouseOut="toolbarUnHover('s')" onMouseDown="toolbarMouseDown('s')" alt="$lang->alt_strike">

I hope you like the small tutorial and Belloman could make
us better image ToungueBig Grin

--
eNigma


RE: adding strike BBCODE [tutorial] - princerichards13 - 08-06-2010

I was looking for this a while back and came to the conclusion that it does not exist in BB Code. Ended up doing what was described above and used an image instead.