Plugin info

Total downloads: 1,302
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/11/2011 (5409 days ago)
Added to WordPress: 3/9/2011 (14 years old)
Minimum WordPress version: 2.7
Tested up to WordPress version: 3.1.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5409 days ago

20/100

Is UBB Master abandoned?

Possibly abandoned (last update 5409 days ago).

Compatibility

Requires WordPress: 2.7
Tested up to: 3.1.4
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

UBB Master provides a way to add your own ubb code in your posts, excerpts and your comments.

What is ubb code:

A typical UBB code looks like this: [search]put your keyword here…[/search]

And here are the rules to play:

You can use following marks to replace this ubb code with your own format:

!{content}: the content between [ubb] and [/ubb].

!{encoded_content}: the content encoded by urlencode, you may need it in forming a url.

!{attr:attribute_name}: the attribute called attribute_name.

!{encoded_attr:attribute_name}: the attribute encoded by urlencode.

For example:

!{content}

Then the example ubb code above will be replaced by this:

put your keyword here…

Quite simple, right?

If you found any problems, please contact me via [email protected]. I will be very appreciate.

Installation

The plugin is simple to install:

  1. Download ubb-master.zip
  2. Unzip
  3. Upload ubb-master directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
  5. Configure the plugin from Manage/UBB Master

Frequently Asked Questions

Why use this plugin

Sometimes, you may need a simple ubb replacement to support your blog, such as search, music player and etc.

But you can’t find a plugin which meets your need, and you decide to do it on your own. Then it may help you.

For example:

You can use [music]xxx.mp3[/music] instead of writting a bunch of code to insert a flash music player.

And once you want to change your player, just change your ubb format, and everything is done.

Why not using enable ubb code in comments

It may not be safe to use the ubb code in comments.

The source is open, thus the content posted may be well constructed to hack your blog.

However, you may need it in some situation. So I still leave it there.

Use it wisely.

Review feed

No reviews available

Screenshots

  1. UBB List

    UBB List

  2. Modify the existing ubb code

    Modify the existing ubb code

  3. Add a new ubb code

    Add a new ubb code

Changelog

0.1.0.0

  • Replace ubb code in posts, excerpts and comments
  • Support 4 basic marks to presents the content or the attributes.