Mchat with youtube button.

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!
User avatar
Oliver Offline
BBCoder III
BBCoder III
Posts: 120
Joined: 07 Mar 2010, 09:55
Local time: Saturday 23:55
Last active: -

Mchat with youtube button.

Post by Oliver »

Code: Select all

<!-- IF MCHAT_ALLOW_BBCODES -->
<div id="mChatBBCodes" style="padding: 5px; display: none;">
<input type="button" class="button2" accesskey="b" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0);" />
<input type="button" class="button2" accesskey="i" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2);" />
<input type="button" class="button2" accesskey="u" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4);" />
<input type="button" class="button2" accesskey="q" value="Quote" style="width: 50px" onclick="bbstyle(6);" />
<input type="button" class="button2" accesskey="c" value="Code" style="width: 40px" onclick="bbstyle(8);" />
<input type="button" class="button2" accesskey="l" value="List" style="width: 40px" onclick="bbstyle(10);" />
<input type="button" class="button2" accesskey="o" value="List=" style="width: 40px" onclick="bbstyle(12);" />
<input type="button" class="button2" accesskey="t" value="[*]" style="width: 40px" onclick="bbstyle(-1);" />				
<input type="button" class="button2" accesskey="p" value="Img" style="width: 40px" onclick="bbstyle(14);" />
<input type="button" class="button2" accesskey="w" value="URL" style="text-decoration: underline; width: 40px" 

I want to put a chat button on Youtube. There's those other buttons on the codes, what do youtube button?
User avatar
Oliver Offline
BBCoder III
BBCoder III
Posts: 120
Joined: 07 Mar 2010, 09:55
Local time: Saturday 23:55
Last active: -

Re: Mchat with youtube button.

Post by Oliver »

What happened if i put that code? What are these red symbols? What if put something new symbols?

<input type="button" class="button2" accesskey="o" value="Youtube=" style="width: 40px" onclick="bbstyle(12);" />
Last edited by Oliver on 20 Apr 2010, 15:08, edited 3 times in total.