Custom BBCode ID?

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
Daniel_Knecht
BBCoder II
BBCoder II
Posts: 23
Joined: 08 Jun 2010, 13:48
Location: Germany
Contact:

Custom BBCode ID?

Post by Daniel_Knecht »

Hello,
i have a problem...

I wanted to tangle own badges for my own BBCodes. However, my problem is this my BBCode the ID 14, however, state kind of the IMG-BBCode also has the ID 14 has. how do I find out now the right ID of my BBCodes?

Here is my Custom BBCode Script from "posting_buttons.html":

Code: Select all

<input type="button" class="buttonz" name="addbbcode14" value="" onclick="bbstyle(14)" title="Infotext" style="background: url('images/info.png');" />
I hope any can help me!
Sorry for my bad English :(
Oyabun1
BBCoder II
BBCoder II
Posts: 10
Joined: 05 Mar 2010, 23:49

Re: Custom BBCode ID?

Post by Oyabun1 »

If you go to ACP > POSTING > BBCodes where your custom BBCodes are listed nad then hover the cursor over the edit icon (usually a green cog) in the status bar of your browser the address will show. The last part is the ID number of the BBCode, for example, .... edit&bbcode=20
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Custom BBCode ID?

Post by Stoker »

Read this thread: viewtopic.php?f=19&t=1132
Board rules! No PM support
Daniel_Knecht
BBCoder II
BBCoder II
Posts: 23
Joined: 08 Jun 2010, 13:48
Location: Germany
Contact:

Re: Custom BBCode ID?

Post by Daniel_Knecht »

Thank u :)
Sorry i have no see this Post in the Search :oops:
Sorry for my bad English :(
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Custom BBCode ID?

Post by Stoker »

No problem ;)
Board rules! No PM support
Locked