help with a bbcode.

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

help with a bbcode.

Post by neuropass »

hey guys i wanted to add the youtube bbcode in the posts editor icon.

9-4-2010 11-59-36 AM.png

How can i achieve it? :?
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: help with a bbcode.

Post by Stoker »

Code: Select all

<!-- IF custom_tags.BBCODE_TAG eq 'exact_name_of_the_bbcode_here' --><input type="button" class="buttonz" style="background: url('./images/editor/button_name.png');" name="addbbcode{custom_tags.BBCODE_ID}" value="" onclick="bbstyle({custom_tags.BBCODE_ID})" onmouseover="helpline('hr')" onmouseout="helpline('tip')" /><!-- ENDIF --><!-- END custom_tags -->
Board rules! No PM support
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: help with a bbcode.

Post by neuropass »

thanks Stoker. but how do you retrieve the Bbcode ID?
Last edited by neuropass on 05 Sep 2010, 05:22, edited 1 time in total.
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Stoker
Site Admin
Site Admin
Posts: 3525
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: help with a bbcode.

Post by Stoker »

You dont.
Use the code I posted. The only 2 things to change is the bbcode name and the image name.
Board rules! No PM support
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: help with a bbcode.

Post by neuropass »

ok i got it now.. thanks a lot..
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
Locked