Linux 软件免费装
Banner图

Plugin Name

开发者 webdevmattcrom
christopherross
更新时间 2016年4月7日 07:49
捐献地址: 去捐款
PHP版本: 2.0.0 及以上
WordPress版本: 3.0.3

标签

counter fundraising progress thermometer fund raising

下载

0.2.9 0.3.0 0.7.1

详情介绍:

Our Progress is designed to be a simple method for fund raising activities to be tracked and reported on the live website. FIXES

安装:

To install Our Progress, please upload the ourprogress folder to your plugins folder and active the plugin.

屏幕截图:

  • screenshot-1.jpg
  • screenshot-2.jpg

升级注意事项:

0.6.5 (2010-06-01)
  • made the counter more sensitive and added control to allow users to set how large or small each increment appears as. 0.6.7
  • added short codes [show_ourprogress_graphic], [show_ourprogress] and [show_ourprogress_target]
0.6.8
  • added Our Progress Widget
0.6.9
  • removed update routines
0.7.0
  • broke file lookup
0.7.1
  • fixed file lookup

常见问题:

How do I display the results?

If you would like to display the current money raised, include the following code in your WordPress theme: To display the graphic results, include the following code in your theme:

Can I include it in a Widget?

As of 0.6.8, you will see a new widget (Appearance > Widgets) for the Our Progress graphic.

Why can't I see any graphics?

There are two common reasons graphics are not appearing. Check that your wp-content/plugins/fundraising-thermometer-plugin-for-wordpress/ folder (and all subfolders) is readable (chmod 755). Ensure the plugin folder is named fundraising-thermometer-plugin-for-wordpress, not ourprogress as in earlier versions.

Short Codes

In a post, you can add [show_ourprogress_graphic] or [show_ourprogress] to return the graphic file or amount donated. If you want to show the target amount in a post, use [show_ourprogress_target]

My local currency isn't displaying correctly!

In some cases, local currency needs to be set in the code by adding the line setlocale(LC_MONETARY, 'en_US'); immediately under the first */ for example: Version: 0.2.5 */ setlocale(LC_MONETARY, �en_US�);

How do I format the numbers?

The plugin uses standard php money_format(); formating.

Is this plugin stable?

Until I upgrade the version number to 1.x, I still consider this plugin to be under development but it has been tested and works well.

更新日志:

0.5.1 (2009-05-07)