Title: vir2al options
Author: Nico Martin
Published: <strong>Mayo 16, 2015</strong>
Last modified: Hunyo 2, 2016

---

Maghanap ng mga plugin

![](https://ps.w.org/vir2al-options/assets/banner-772x250.jpg?rev=1161656)

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://ps.w.org/vir2al-options/assets/icon-256x256.jpg?rev=1161656)

# vir2al options

 Ni [Nico Martin](https://profiles.wordpress.org/nico_martin/)

[I-download](https://downloads.wordpress.org/plugin/vir2al-options.1.0.3.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/vir2al-options/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/vir2al-options/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/vir2al-options/#installation)
 * [Development](https://tl.wordpress.org/plugins/vir2al-options/#developers)

 [Suporta](https://wordpress.org/support/plugin/vir2al-options/)

## Deskripsyon

This Plugin let’s you create an beautiful options page based on AJAX.

**Note:** This PlugIn is made for Developers only. If you are not the Developer 
of the theme or plugin. Ask your developer.

SetUp

 1. Create a File called “options.php”.
 2. Add the following to your functions.php or plugin.php
     < ?php //check if plugin
    exists if(function_exists ('create_vtl_options_page')){ include('options.php');
    add_action('admin_menu', 'register_options_pages'); } else { function vtco_error_notice(){
    echo '
 3. ‘.__(‘You need to Install the Plugin “vir2al options”‘).’
 4. ‘;
     } add_action( ‘admin_notices’, ‘vtco_error_notice’ ); } ?>

options.php

    ```
    <?php
    function vtco_register_settings_pages(){
        //Add any Page you want here
        add_options_page( 'Additional Options', 'Additional Options', 'manage_options', 'addoptions', 'options_cbfunc');
    }

    function options_cbfunc(){
      ob_start();
      // create your form ?>
      <fieldset data-name="Tab 1">
          <table>
              <tr>
                  <td>Test</td>
                  <td><?php echo get_vtlo_input('option_name'); ?></td>
              </tr>
          </table>
      </fieldset>
      <fieldset data-name="Tab 2">
          <table>
              <tr>
                  <td>Test Image</td>
                  <td><?php echo get_vtlo_imgupload('option_name_img'); ?></td>
              </tr>
          </table>
       </fieldset>
       <?php
       $html=ob_get_contents();
       ob_end_clean();
       //let the magic happen
       return create_vtl_options_page($html);
    }
    ?>
    ```

Possible inputs

**Textarea:** get_vtlo_textarea(name);
 **Input:** get_vtlo_input(name); **Select:**
get_vtlo_select(name,options_array); **IMG:** get_vtlo_imgupload(name); **Multi 
IMG:** get_vtlo_multiimgupload(name); **Colorinput:** get_vtlo_colorinput(name,default_color);

## Mga Screenshot

[⌊the options Page⌉⌊the options Page⌉[

the options Page

## Pag-install

This section describes how to install the plugin and get it working.

e.g.

 1. Install the Plugin either via the WordPress.org plugin directory, or by uploading
    the files to your server.
 2. Activate the Plugin
 3. You’re ready to set up your Options Page.

## FAQ

  No questions yet

Please feel free to contact me: nico@vir2al.ch

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “vir2al options” ay open source software. Ang mga sumusunod na tao ay nag-ambag
sa plugin na ito.

Mga Contributor

 *   [ Nico Martin ](https://profiles.wordpress.org/nico_martin/)

[Isalin ang “vir2al options” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/vir2al-options)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/vir2al-options/), 
i-check ang [SVN repository](https://plugins.svn.wordpress.org/vir2al-options/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/vir2al-options/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/vir2al-options/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * First Version

## Meta

 *  Bersyon **1.0.3**
 *  Huling na-update **10 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 4.0 o mas bago **
 *  Sinubukan hanggang **4.5.33**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/vir2al-options/)
 * Tag
 * [options](https://tl.wordpress.org/plugins/tags/options/)
 *  [Advanced View](https://tl.wordpress.org/plugins/vir2al-options/advanced/)

## Mga Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/vir2al-options/reviews/#new-post)

[Tingnan lahat ng review](https://wordpress.org/support/plugin/vir2al-options/reviews/)

## Mga Contributor

 *   [ Nico Martin ](https://profiles.wordpress.org/nico_martin/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/vir2al-options/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](https://www.paypal.me/NicoMartin)