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 9 years, 5 months ago by
anna-blume.
-
This reply was modified 9 years, 5 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 9 years, 5 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”).