이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

UBB Master

설명

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.

스크린샷

설치

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

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“UBB Master”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “UBB Master”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1.0.0

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