Title: Admin Builder
Author: toolaxy-one
Published: <strong>19 Απριλίου  2016</strong>
Last modified: 23 Ιανουαρίου  2017

---

Αναζήτηση πρόσθετων

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

![](https://s.w.org/plugins/geopattern-icon/admin-builder.svg)

# Admin Builder

 Από [toolaxy-one](https://profiles.wordpress.org/rootabout/)

[Λήψη](https://downloads.wordpress.org/plugin/admin-builder.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/admin-builder/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/admin-builder/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/admin-builder/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/admin-builder/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/admin-builder/)

## Περιγραφή

Service at : http://admin-builder.com
 Admin Builder is a tool that helps developers
generate admin panel sections fast and easy. You can create unlimited meta boxes
with unlimited fields of different types ( textbox, textarea, select, radio buttons,
timepicker , datepicker, colorpicker, media upload ) and multiple configurable options
for each type. for posts and pages. You can also create Unlimited Sidebars, Rest
Routes, Admin pages with unlimited tabs, custom post types. A few notes about the
sections above:

 * All fields types, have , by default you can configure with a label and a description.
   The names of the fields need to be unique so they are managed automatically.
 * Select Option has the possibility to be custom, with values and labels for each
   choice, as well as automatically generating tags, categories, all posts, all 
   pages to choose from.

### Arbitrary section

The plugin does not need any extra method of configuration/installation or any other
information

### A brief Markdown Example

What can you generate

 1. Unlimited meta boxes
 2. Unlimited Field types
 3. Easy sorting of metaboxes or fields
 4. Configurable fields with options

## Εγκατάσταση

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

e.g.

 1. Upload the plugin files to the `/wp-content/plugins/admin-builder` directory, or
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Admin Builder page screen to configure the plugin (import the data generated
    by the service. More info in that page)

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

  How do I use the plugin?

Go to http://admin-builder.com and create metaboxes with fields for posts. Go to
the settings page of that service (top right) and copy the export string. Paste 
it into the Admin Builder page and click import.

## Κριτικές

![](https://secure.gravatar.com/avatar/52cad7cd2d07db2521d2dbd3c9dafaf2b9f8c61d879126f9b410c25d3b37669e?
s=60&d=retro&r=g)

### 󠀁[Best tool ever!](https://wordpress.org/support/topic/best-tool-ever-3/)󠁿

 [toolaxy-one](https://profiles.wordpress.org/rootabout/) 25 Σεπτεμβρίου 2016

I can create anything in the admin, easy and fast !

 [ Ανάγνωση 1 κριτικής ](https://wordpress.org/support/plugin/admin-builder/reviews/)

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

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

Συντελεστές

 *   [ toolaxy-one ](https://profiles.wordpress.org/rootabout/)
 *   [ WebCoderUk ](https://profiles.wordpress.org/webcoderuk/)

[Μεταφράστε το “Admin Builder” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/admin-builder)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/admin-builder/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/admin-builder/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/admin-builder/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/admin-builder/?limit=100&mode=stop_on_copy&format=rss).

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

#### 1.0

 * A change since the previous version.
 * Another change.

#### 1.0.0.1

Changed service link

#### 1.0.0.2

Changed service link

#### 1.0.0.3

Styled textarea in admin panel + styled import button

#### 1.0.1

Added custom post types generation features from json
 Stripped slasshes on json
import

#### 1.0.2

Added support for generating pages

#### 1.0.2.2

Export file changed, and it’s interpretation

#### 1.0.2.3

Updated plugin info text

#### 1.0.2.4

Plugin now works with service export properly and with code examples

#### 1.0.2.5

Updated style for label.description

#### 1.0.2.6

Added image support for signatures

#### 1.0.2.7

Styled the posts meta box for image uploads better

#### 1.0.2.8

Fixed a wordpress layout bug

#### 1.0.2.9

Custom page 1 field saving bug fixed

#### 1.0.2.10

Added Bootstrap Icons Field type Functionality

#### 1.0.4

Added database loading/generating functionality

#### 1.1

Interpreting new export functionality for themes and plugins, integrated into the
plugin.

#### 1.1.1

Added Dynamic Textboxes functionality for custom post types and admin pages. You
can create unlimited dynamic text boxes of unlimited dynamic text boxes now.

#### 1.1.2

Styled and Completed the admin page HTML & SCSS structure better.

#### 1.1.3

The ability to manage active settings from the database has been introduced. There’s
a new administration panel page called Admin Builder that allows you to delete any
Plugin or Theme related Setting from the database that you are not usin.

#### 1.1.4

Added Rest Api routes functionality with the

#### 1.1.5

Added routes php file … missed in the previous version update

#### 1.1.6

Fixed a bug in the routes functionality where post was not being generated, just
GET

#### 1.1.6

Fixed a saving bug, added users functionality for select box

#### 1.1.8

Fixed a styling issue that was disabling screen options

#### 1.1.9

Removed bootstrap css

#### 1.1.10

Re-added bootstrap icons functionality for css

#### 1.1.11

Settings are no longer updated in the database based on plugin/theme version, but
are updated based on themselves, if they are different, only then the configured
settings change. -> Improvement in UX

#### 1.1.12

Added bootstrap Completely, minus the thing that was breaking wordpress style

#### 1.1.13

Bootstrap css had only icons styles, nothing else

#### 1.2

Added complete bootstrap library, compiled manually so it is wrapped around a .ab
class, changed styling for admin pages panels, removed jquery ui panels and added
bootstrap panel functionality

#### 1.2.1

Support for single and double quotes in settings text

#### 1.2.1.1

New user

## Μεταστοιχεία

 *  Version **1.2.1.1**
 *  Τελευταία ενημέρωση: **πριν από 9 έτη**
 *  Ενεργές εγκαταστάσεις: **40+**
 *  Έκδοση WordPress: ** 4.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **4.6.30**
 *  Language
 * [English (US)](https://wordpress.org/plugins/admin-builder/)
 * Ετικέτες:
 * [auto](https://el.wordpress.org/plugins/tags/auto/)[easy](https://el.wordpress.org/plugins/tags/easy/)
   [Fast](https://el.wordpress.org/plugins/tags/fast/)[fields](https://el.wordpress.org/plugins/tags/fields/)
   [meta](https://el.wordpress.org/plugins/tags/meta/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/admin-builder/advanced/)

## Αξιολογήσεις

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/admin-builder/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/admin-builder/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/admin-builder/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/admin-builder/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/admin-builder/reviews/?filter=1)

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

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/admin-builder/reviews/)

## Συντελεστές

 *   [ toolaxy-one ](https://profiles.wordpress.org/rootabout/)
 *   [ WebCoderUk ](https://profiles.wordpress.org/webcoderuk/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/admin-builder/)

## Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

 [ Κάντε δωρεά σε αυτό το πρόσθετο ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MU4RJNNF74QKY)