Friday, September 20, 2013

[Tutorial] Creating Some Pretty BBcode On IP. Board

[Tutorial] Creating Some Pretty BBcode On IP. Board. So if you would like to have some custom bbcode you should have good understandings of ip.board's framework. By this I mean that you have knowledge of the css styles and classes for styling content.

For example:



This is the general box for messages on the forum. You may notice it has the shoutbox announcement box. Well this is ip.board's standard message style. It's class is "message". Now let's say you want to use this in a post or topic to make it more alive. We can assign it to a bbcode.


Start with
  • ACP
  • Look & Feel
  • Post Content
  • BBcode Management

You should be here



Click "Add BBcode"

Give your new BBcode a name. For this tutorial, we will name it "Message" which can be edited later on.

Give your BBcode a description. This can be anything and it will show if you try to use the bbcode via. the special BBcode button in the editor.

Give the BBcode a tag. For this tutorial, we will name it "Message".

Skip Custom BBCode Aliases.

Check No to Use Single Tag Only.

Check No to Use Option in Tag?.

Skip Option Regular Expression Filter.

Check No to Option is Optional?.

Check No to Switch option and content? and Prevent other codes parsing?

Now here is when the styling will come in to the text used in the BBcode. In Custom BBCode Replacement put the following line of code:

<span class="message">{content}</span>


Skip OR PHP file to execute.

Select your group permissions and where this BBcode is allowed to be used.

Hit Add BBcode.


Now you're done! Go test it out by replying to a topic which is in a forum that has the BBcode permission. If you followed this tutorial step by step then your example should look like:

[message] Your Message In Here [/message]


It is [Tutorial] Creating some pretty BBcode On IP. Board, Good Luck!

thumbnail Title: [Tutorial] Creating Some Pretty BBcode On IP. Board
Posted by:Stuard Van
Published :2013-09-20T10:00:00-07:00
Rating: 5
Reviewer: 5 Reviews
[Tutorial] Creating Some Pretty BBcode On IP. Board
Share :
Related articles:

0 comments :

Post a Comment