MO Button generates very appeal graphical buttons on your Drupal websites
The MO Button module is a Drupal input format filter used to create very appeal graphical buttons on your Drupal websites. It works with Drupal 6.x. The module can be used for any number of buttons. The buttons are sized depending on their label and icon. The syntax to use the filter is [mo_button:name {parameters...}]. Parameters include 'url' (the link), 'title' (the tooltip title), 'label' (the text appearing in the button), 'target' (the anchor target attribute), 'query' (a query string), 'align' (left, center, right.)
Technical Features
* Current version: MO Button version 1.3 for Drupal 6.x
* Supported platforms:
o All platforms that support PHP 5+ with Drupal 6.x
(Microsoft Windows, Linux, Mac OS/X, SunOS, HP UX, etc.)
* Create real nice dynamic buttons in minutes from your Drupal environment
* Easy to incorporate your own graphics for buttons that match your website
* Create any number of buttons with any number of combinations
* Complete MO Button documentation
* How to create an MO Button
* Used by this very site Ubercart link module, see the Buy Now! buttons
* Package includes complete PHP source code
* Available parameters1:
o url-The destination URL for your button; it cannot include any Javascript
o title-Add a title parameter which appears as a tooltip when someone mouses over your button
o label-The text displayed to the users visiting your website
o target-The name of the frame or a special target name (such as _blank)2
o query-Complements the URL with a query string; for instance, if you are using a button to add a product in your cart, you may want to use query="destination=cart" to send the user to their cart after the add
o align-One of three available alignments: left, center or right