How does the actual CVS Custom BBCode work ?
I test it with this settings:
BBCode Usage:
[custom]{TEXT}[/custom]
HTML replacement:
<a href="http://www.my-domain.com/test.php?cmd={TEXT}">{TEXT}</a>
The new BBCode Button "custom" is shown on the posting page, but is not beeing parsed in the posting.
Or did i something missunderstand, how it works ?
Custom BBCode - How does it work ?
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
-
- Registered User
- Posts: 653
- Joined: Wed Sep 21, 2005 3:01 pm
Re: Custom BBCode - How does it work ?
currently the custom bbcode feature is broken, so the simple answer to the question "how does it work?" is: "right now, it doesnt".
Re: Custom BBCode - How does it work ?
I just wish when you add a button to the posting window it would capitalize the first letter of the button like the built-in BBcodes do. 
- NNO-Stephen
- Registered User
- Posts: 398
- Joined: Fri May 23, 2003 12:47 am
- Location: Tulsa, Oklahoma
- Contact:
Re: Custom BBCode - How does it work ?
I'm definitely gonna want to see a how-to on custom BBCode. definitely some ones I'd love to have 
- pentapenguin
- Registered User
- Posts: 618
- Joined: Sun Jul 18, 2004 6:07 pm
- Location: GA, USA
- Contact:
Re: Custom BBCode - How does it work ?
It's really easy to use. If you want to center text, you can use this:NNO-Stephen wrote: I'm definitely gonna want to see a how-to on custom BBCode. definitely some ones I'd love to have![]()
Code: Select all
[center]{TEXT}[/center]
Code: Select all
<div align="center">{TEXT}</div>
phpBB.com Support Team Member and Incident Investigation Team Member
My phpBB MODs || Professional phpBB Customization, Transfers, and Conversions
My phpBB MODs || Professional phpBB Customization, Transfers, and Conversions
- NNO-Stephen
- Registered User
- Posts: 398
- Joined: Fri May 23, 2003 12:47 am
- Location: Tulsa, Oklahoma
- Contact:
Re: Custom BBCode - How does it work ?
ok, tha's what I figured.
so what languages and technologies can we use? is it restricted to HTML or can we use other, more....exotic, things?
also can we use something like this for custom profile fields too? the enter the text but it puts it in a thing and can display something in the profile?
and can we make these custom fields viewable under the persons avatar on the topic pages?
I doubt it, but I'm curious nonetheless.
so what languages and technologies can we use? is it restricted to HTML or can we use other, more....exotic, things?
also can we use something like this for custom profile fields too? the enter the text but it puts it in a thing and can display something in the profile?
and can we make these custom fields viewable under the persons avatar on the topic pages?
I doubt it, but I'm curious nonetheless.
- Cheater512
- Registered User
- Posts: 245
- Joined: Thu Mar 23, 2006 1:29 am
- Location: Brisbane, Australia
- Contact:
Re: Custom BBCode - How does it work ?
It should just replace the variable. I havent checked the code yet.
Javascript should be fine.
Javascript should be fine.
Re: Custom BBCode - How does it work ?
It would be cool if you could set permissions on who gets to use the custom codes