Giter VIP home page Giter VIP logo

taxonomy-meta's Introduction

Important

This plugin is no longer maintained. I have developed a better plugin to add custom fields to terms, which supports more field types and options. Please use it instead.

taxonomy-meta's People

Contributors

joshuwar avatar nathanielks avatar rilwis avatar rinatkhaziev avatar rolandinsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

taxonomy-meta's Issues

image_select

Is there any way to add 'image_select' field type to taxonomy-meta? Just add the code taken from meta-box to the taxonomy-meta array but it seems that the field type is not defined

Display Meta Fields on the Add New Page

I want to display the Meta Fields on the "Add New Taxonomy Page" as well as the "Edit Taxonomy Page".
Presently it displays only on the "Edit Taxonomy Page".

Once Deactivated Gets Error

Fatal error: Class 'RW_Taxonomy_Meta' not found in functions.php on line 434

which is

foreach ($meta_sections as $meta_section) {
$my_section = new RW_Taxonomy_Meta($meta_section);
}

Also when I activate it it adds my my sites' head to the admin head and everything is styled up like the front end but in the backend....even the ajax in my frontend goes to the backend and the styles. Everything breaks.

Request: image_advanced type

I have come to enjoy using the 'image_advanced' type in your 'meta-box' plugin, but sadly this type does not seem to be included in 'taxonomy-meta'.

It would be excellent if the 'image_advanced' type could be added to taxonomy-meta in a future update.

Image Upload Limit.

Meta Box supports the attribute: max_file_uploads. Can this be added to the image type for Taxonomy Meta?

WYSIWYG Not Saving Entered Data

Still having issues with wysiwyg it still doesn't save the data entered.
I added & before the $meta variable as indicated and am getting a Call-time pass-by-reference has been removed error

PHP Fatal error: Call-time pass-by-reference

Don't do &$meta outside of functions defs.

Do:
function save_field_wysiwyg(&$meta, $field, $old, $new)
Don't:
$this->save_field(&$meta, $field, $old, $new)
Do:
$this->save_field($meta, $field, $old, $new)

WYSIWYG -> htmlspecialchars_decode

unserialize (which is called by) -> maybe_unserialize (which is called by) -> get_option will break html.

This will represent a problem when method "show_field_wysiwyg" have content already pulled from database. "Visual" tab within editor will not behave as it should, and will display pure html (in background represented in form of HTML entities) (instead of styled content).

PHP Fatal error when attempting to activate

When attempting to activate the current github build from the plugins editor window, I get the following error:

"Fatal error: Call-time pass-by-reference has been removed in
[local-WP-installation]/wp-content/plugins/taxonomy-meta/taxonomy-meta.php on line 518"

activating the version on the wordpress plugin repository works without issue.

Should use admin_enqueue_scripts() instead of wp_enqueue_scripts()

I couldn't get the image upload to work because the thickbox script hadn't been included. It turns out check_field_upload() uses wp_enqueue_scripts() to add the required scripts, but this doesn't seem to work for admin pages. Changing it to admin_enqueue_scripts() seems to have fixed this.

Add To Theme?

Hi

Is there anyway of including this from within a theme as opposed to as a plugin?

PHP errors all over the place when I included through my functions.php

Cheers for any assistance

John

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.