• Not working with 4.7. What’s going on? Isn’t wpready supporting this plugin any longer? If not, we need to know so we can move to something else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, here any Problems too. Exemple in the Galleries-List, i see no Tags.

    I change Version 1.9.27 :

    
    manage.php 355
    $oldtags =  wp_get_object_terms( $item->pid, 'ngg_tag', array('fields' => 'names') );
    manage-images.php 529
    $picture->tags = wp_get_object_terms( $item->pid, 'ngg_tag', array('fields' => 'names') );
    image.php 213
    $this->tags = wp_get_object_terms( $item->pid, 'ngg_tag', array('fields' => 'names') );
    tags.php 17
    $tags = wp_get_object_terms( $item->pid, 'ngg_tag', array('fields' => 'names') ); 
    
    • This reply was modified 8 years, 3 months ago by anna-blume.
    • This reply was modified 8 years, 3 months ago by anna-blume.

    Correction, same problem:

    manage.php 355
    $oldtags = wp_get_object_terms($pic_id, 'ngg_tag', array('fields' => 'names') );
    manage-images.php 529
    $picture->tags = wp_get_object_terms( $item->pid, 'ngg_tag', array('fields' => 'names') );
    image.php 213
    $this->tags = wp_get_object_terms($this->pid, 'ngg_tag', array('fields' => 'names') );
    tags.php 17
    $tags = wp_get_object_terms( $src_pid, 'ngg_tag', array('fields' => 'names') ); 
    • This reply was modified 8 years, 3 months ago by anna-blume.

    I change in Version 1.9.31 :
    class-ngg-manager.php 388
    $oldtags = wp_get_object_terms($pic_id, 'ngg_tag', array('fields' => 'names') );
    class-ngg-image-list-table.php 206
    $picture->tags = wp_get_object_terms( $item->pid, 'ngg_tag', array('fields' => 'names') );
    image.php 213
    $this->tags = wp_get_object_terms($this->pid, 'ngg_tag', array('fields' => 'names') );
    tags.php 17
    $tags = wp_get_object_terms( $src_pid, 'ngg_tag', array('fields' => 'names') );

    But: In the Galleries-List, i see no Tags.
    No Action: Move, Copy etc.
    Over the Gallery-List the name is wrong (Before: “Gallery Name” now: GalleryName”).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Support?’ is closed to new replies.