Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

XML Editor

Περιγραφή

This plugin loads an XML file specifying different “bricks” used to comprise a fundraising image map in Flash or other means, and allows editing and re-saving of the file.

Features:

  • Loads XML file and displays it as a form within the Administrator panel for editing
  • Saves edited XML file

For support and further information about the XML Editor plugin see the plugins homepage at http://www.ghtech.org/tools/plugins.html.
Plugin Official Site
If you have questions about installation or use of this plugin, please visit the official plugin site.

Στιγμιότυπα

  • Plugin settings page

  • XML Editor screen

Εγκατάσταση

  1. Install and activate the XML Editor plugin as normal.

  2. Upload an XML file with the correct format and content to the site.

  3. Select the “XML Editor Options” under the Plugins admin menu and fill out the form with the correct path to your XML file.

Συχνές Ερωτήσεις

What is the format of the XML file?
 <bricks> 

<item id="item-id-1" product_name="message-that-appears-in-popup-1" link_brick="url-that-popup-links-to" bricks="url-that-points-to-brick-image" raised="total-raised-so-far-first-item-only" />

</bricks>

An example XML file:

<?xml version="1.0" encoding="utf-8"?> 

<bricks> 
<item id="mc1" product_name="Purchase your Brick now $5000" link_brick="http://localhost/test/purchase/bricks6" bricks="http://localhost/wp/wp-content/uploads/2011/08/2.png" raised="$3,700.00"/>
<item id="mc2" product_name="Purchase your Brick now $5000" link_brick="http://localhost/test/purchase/bricks6" bricks="http://localhost/wp/wp-content/uploads/2011/08/2.png"/>
<item id="mc3" product_name="Purchase your Brick now $5000" link_brick="http://localhost/test/purchase/bricks" bricks="http://localhost/wp/wp-content/uploads/2011/08/2.png"/>
<item id="mc4" product_name="Purchase your Brick now $5000" link_brick="http://localhost/test/purchase/bricks" bricks="http://localhost/wp/wp-content/uploads/2011/08/2.png"/>

</bricks>

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“XML Editor” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0

  • First stable version