Custom BBCode ID?

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!

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!

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

Re: Custom BBCode ID?

Post by Stoker »

Read this thread: viewtopic.php?f=19&t=1132

Re: Custom BBCode ID?

Post by Daniel_Knecht »

Thank u :)
Sorry i have no see this Post in the Search :oops:

Re: Custom BBCode ID?

Post by Stoker »

No problem ;)