Linux 软件免费装

BBCode Shortcut

开发者 Cristiano Fino
更新时间 2009年3月9日 07:39
捐献地址: 去捐款
PHP版本: 2.3.0 及以上
WordPress版本: 2.7.1

标签

html css javascript script link bbcode autoinsert

下载

1.0.0

详情介绍:

BBCode Shortcut allows you to define many token with one or more associated values. The tokens are replaced in the post with customized snippets of code where the variables (in the form {0}...{N}) are in turn replaced with the previous values. Features:
  1. You can define an unlimited number of BBCode and scripts associated with these
  2. You can define for each BBCode, a number of parameters of your choice
  3. You can disable each BBCode

安装:

  1. Download bbcode-shortcut compressed file and deploy it on your hard disk
  2. Upload bbcode-shortcut folder to the /wp-content/plugins/ directory
  3. Activate the plugin BBCode Shortcut through the 'Plugins' menu in WordPress

常见问题:

How many BBcode I can define ?

How many you want.

How many parameters I can define ?

How many you want. Separate with commas. Ex.: [mybbcode:abc, xyz, efg]

How I can define parameters in script?

If the parameters used in your BBCode are par-0, par-1, ... par-n, you can use in the script the variables {0}, {1}, ... {n} (in this order). {0} will be replaced by par-0, {1} will be replaced by par-1, etc.

The BBCode are case sensitive ?

Yes.