Plugin Directory

WP-DONATORS

How To Use

Sponsors Box

  • Sidebar(Global) SponsorBox:Go to the Widgets set the sidebar SponsorBox,or add the <?php if(function_exists('sidebar_sponsor_box')) { sidebar_sponsor_box(); }?> to THEME->sidebar.php.
  • Per-Post/Page SponsorBox:Edit the THEME->single.php/page.php, Add the "<?php if(function_exists('sponsor_box')) { sponsor_box(); }?>" to correct place, or embed shortcode [sponsorbox] in post/page content.

Advanced Mode: Just display the simplye Donate Form/Sponsor Cloud, not any display style.

  1. Display Donate Form: <?php if(function_exists('donate_form')) { donate_form("Type",[size]); }?>
  2. Display Sponsor Cloud: <?php if(function_exists('show_sponsor')) { show_sponsor("Type"); }?>
  • Type "global" or "post" applications range. "globel" Play a role in the whole site; "post" Play in The current post/page.
  • size The form input width size,default is "40".

Text Link ADs

  • Sidebar(Global) TextLinkADs:Edit the THEME->sidebar.php, Add the <h2>Text Link ADs</h2><?php if(function_exists('sidebar_textads')) { sidebar_textads(); }?> to correct place.
  • Per-Post/Page TextLinkADs:Edit the THEME->single.php/page.php, Add the "<h2>Taxt Link ADs for This Page</h2><?php if(function_exists('textads')) { textads(); }?>" to correct place, or embed shortcode [textads] in post/page content.
  • Custom Fields in Post/Page:textads_price(Text Link ADs price /unit for this page).textads_unit (The days of one unit).

My Target

  • Sidebar(Global) My Target:Edit the THEME->sidebar.php, Add the <h2>My Target</h2>{Target discription.}<?php if(function_exists('sidebar_mytarget')) { sidebar_mytarget(); }?> to correct place.
  • Per-Post/Page My Target:Edit the THEME->single.php/page.php, Add the "<h2>My Target</h2>{Target discription.}<?php if(function_exists('mytarget')) { mytarget(); }?>" to correct place, or embed shortcode [mytarget] in post/page content.
  • Custom Fields in Post/Page:target_price(My Target price for this page).target_initial_value(initial My Target paid amount '< target_price' for this page)

Release Notes

  • 1.0: First internal release;
  • 1.0.6: IPN response reinforcement, L10n support;
  • 1.0.8: Support Multi-currency;
  • 1.1.0: New jquery ui,css;add textlinkads feature;
  • 1.1.1: Add new feature:My Target;

Need Your Help

  • Bug Report
  • Language package .mo .po

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(11 ratings)