UBB Master

0

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…[/sea

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

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:

<a target=”blank” href=”http://www.google.com/search?ie=UTF-8&q=!{encoded_content}”>!{content}</a>

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

<a target=”blank” href=”http://www.google.com/search?ie=UTF-8&q=put+your+keyword+here%26%238230%3B”>put your keyword here…</a>

Quite simple, right?

If you found any problems, please contact me via iambigasp@gmail.com. I will be very appreciate.