hey guys i wanted to add the youtube bbcode in the posts editor icon.
How can i achieve it?
help with a bbcode.
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!
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!
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: help with a bbcode.
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
Re: help with a bbcode.
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.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: help with a bbcode.
You dont.
Use the code I posted. The only 2 things to change is the bbcode name and the image name.
Use the code I posted. The only 2 things to change is the bbcode name and the image name.
Board rules! No PM support
Re: help with a bbcode.
ok i got it now.. thanks a lot..