Hello, i am trying to make my own BB Code with vBulletin, and i am having problems. I am trying to make it so staff members can use "staff" BB tag, and it will make a new message area, similar to that of when you code soemthing. My problem is that i cannot get the text to work. I want it to be that whatever they type comes in. Here is my example.
BB Code Example
[staff]{text}[/staff]
Replacement
<div align="right">{text}</div>
This is just an example that i tried. Whenever i use [staff]mytext[/staff] the text comes out as {text}, instead of "mytext" How do i get whatever users type in to come out? Again, i am not trying to align the text to the right, this is just an example.
BB Code Example
[staff]{text}[/staff]
Replacement
<div align="right">{text}</div>
This is just an example that i tried. Whenever i use [staff]mytext[/staff] the text comes out as {text}, instead of "mytext" How do i get whatever users type in to come out? Again, i am not trying to align the text to the right, this is just an example.
Comment