tranvi90 wrote:
Hi !I also encountered a similar situation as bkcorwin ! :(
I know but I didn't find yet a way to fix it. Sorry. :-(
Offline
Nicolas,
Have you actually managed to reproduce the error I see?
Was not aware that it had gotten past the point of me having a not reproducible issue?
B
Offline
bkcorwin wrote:
Nicolas,
Have you actually managed to reproduce the error I see?
Was not aware that it had gotten past the point of me having a not reproducible issue?
B
I can reproduce the problem but didn't find a way to fix it.
Offline
I'm sorry for my ignorance, but I simply cannot see WHERE a user is supposed to add tags to a photo. This plugin is exactly what I need, but after I installed and activated it, I do not see a place where a user is given the option to add tags. Please pardon my blindness!
Offline
scrivener wrote:
I'm sorry for my ignorance, but I simply cannot see WHERE a user is supposed to add tags to a photo. This plugin is exactly what I need, but after I installed and activated it, I do not see a place where a user is given the option to add tags. Please pardon my blindness!
If you give him the correct permission (from admin page) he can add tags on the picture page (page like picture.php?/PICTURE_ID/category/CATEGORY_ID)
Offline
Ah, thanks. I got it. I hadn't seen the "user tags" item in the plugins menu from the admin panel. Great plugin; thanks so much!
Offline
FWIW, I have the mysterious "Array" issue as well. I followed the same methodology, including deactivating and even uninstalling all plugins *but* User Tags. Upper left, between the header and the breadcrumb, and *only* in the picture display page (picture.php).
Offline
A little research using the web dev functions of Firefox turned this up--here's the javascript output from the picture.php page:
[16:04:40.783] GET http://bigmessyman.com/photos/picture.php?/1235/category/19 [HTTP/1.1 200 OK 519ms] [16:04:41.252] GET http://bigmessyman.com/photos/local/combined/l3preg.css [HTTP/1.1 200 OK 237ms] [16:04:41.271] GET http://bigmessyman.com/photos/local/combined/aqqqt0.js [HTTP/1.1 304 Not Modified 80ms] [16:04:41.488] Error in parsing value for 'filter'. Declaration dropped. @ http://bigmessyman.com/photos/local/combined/l3preg.css:2 [16:04:41.509] Unknown property 'align'. Declaration dropped. @ http://bigmessyman.com/photos/local/combined/l3preg.css:8 [16:04:41.563] An unbalanced tree was written using document.write() causing data from the network to be reparsed. For more information https://developer.mozilla.org/en/Optimizing_Your_Pages_for_Speculative_Parsing @ http://bigmessyman.com/photos/picture.php?/1235/category/19:179 [16:04:41.583] GET http://bigmessyman.com/photos/images/b3header.png [HTTP/1.1 304 Not Modified 41ms] [16:04:41.655] GET http://bigmessyman.com/photos/upload/2011/09/11/20110911163124-684ee1a0.jpg [HTTP/1.1 304 Not Modified 40ms] [16:04:41.677] GET http://bigmessyman.com/photos/upload/2011/09/11/thumbnail/TN-20110911163145-83a32a64.jpg [HTTP/1.1 304 Not Modified 44ms] [16:04:41.698] GET http://bigmessyman.com/photos/local/combined/fk7avl.js [HTTP/1.1 304 Not Modified 43ms] [16:04:41.749] GET http://bigmessyman.com/photos/themes/Pure_grey/images/boutonh.jpg [HTTP/1.1 304 Not Modified 40ms] [16:04:41.772] GET http://bigmessyman.com/photos/themes/Pure_default/icon/sprite.png [HTTP/1.1 304 Not Modified 40ms] [16:04:41.794] GET http://bigmessyman.com/photos/themes/Pure_grey/images/c2_haut_gauche.jpg [HTTP/1.1 304 Not Modified 43ms] [16:04:41.823] GET http://bigmessyman.com/photos/themes/Pure_grey/images/c2_haut_milieu.jpg [HTTP/1.1 304 Not Modified 80ms] [16:04:41.850] GET http://bigmessyman.com/photos/themes/Pure_grey/images/c2_haut_droit.jpg [HTTP/1.1 304 Not Modified 82ms] [16:04:41.878] GET http://bigmessyman.com/photos/themes/Pure_grey/images/c2_milieu_gauche.jpg [HTTP/1.1 304 Not Modified 82ms] [16:04:41.906] GET http://bigmessyman.com/photos/themes/Pure_grey/images/c2_milieu_droit.jpg [HTTP/1.1 304 Not Modified 83ms] [16:04:41.933] GET http://bigmessyman.com/photos/themes/Pure_grey/images/c2_bas_gauche.jpg [HTTP/1.1 304 Not Modified 225ms] [16:04:41.961] GET http://bigmessyman.com/photos/themes/Pure_grey/images/c2_bas_milieu.jpg [HTTP/1.1 304 Not Modified 88ms] [16:04:41.989] GET http://bigmessyman.com/photos/themes/Pure_grey/images/c2_bas_droit.jpg [HTTP/1.1 304 Not Modified 116ms] [16:04:42.018] GET http://bigmessyman.com/photos/plugins/user_tags/imgs/edit.png [HTTP/1.1 304 Not Modified 120ms] [16:04:42.125] GET http://bigmessyman.com/photos/themes/default/icon/rating-stars.gif [HTTP/1.1 304 Not Modified 39ms] [16:04:42.225] $ is not a function @ http://bigmessyman.com/photos/picture.php?/1235/category/19:364
Notice you get to the bottom and have an error. Line 364 in the rendered output is the vocab section of the page:
var vocab = new Array(); vocab['click_to_add_tags'] = "Click to add tags"; vocab['start_to_type'] = "Start to type..."; vocab['update_tags'] = "Update tags"; var max_dim_width = 0; var max_dim_height = 0; jQuery(window).load(function() { $(".thumbnails img").each(function () { if (jQuery(this).height() > max_dim_height) max_dim_height = jQuery(this).height() + 10; if (jQuery(this).width() > max_dim_width) max_dim_width = jQuery(this).width() + 10; jQuery(".wrap2") .css('width', max_dim_width+'px') .css('height', max_dim_height+'px'); jQuery(".wrap1") .css('width', max_dim_width+'px'); }); });
Line 364 is this bit:
$(".thumbnails img").each(function () {
I'm no javascript guru--does anyone have any idea of how to address this?
Offline
Same problem here with the "Array".
Any progress nicolas?
Thank you!
Offline
I can confirm this weird "Array" text too. I has happened to mee with two different Piwigo-installations. Now using Piwigo 2.3.2.
- Jouni
jkn wrote:
I can confirm this weird "Array" text too. I has happened to mee with two different Piwigo-installations. Now using Piwigo 2.3.2.
- Jouni
please on what theme ? all ?
Offline
flop25 wrote:
jkn wrote:
I can confirm this weird "Array" text too. I has happened to mee with two different Piwigo-installations. Now using Piwigo 2.3.2.
- Jouniplease on what theme ? all ?
All themes (clear, dark, Sylvia).
- Jouni
One issue with User tags, and possibly tags in Piwigo in general...
Is the autoselecting of tags when you are typing them.
For instance:
For my site, i'm doing a lot of race car drivers and cars.
A tag exists for "Chub Frank".
When i try to add a tag for "Frank Word"
When I type "Frank" it changes it automatically to "Chub Frank".
No matter what i type, i keeps changing what i'm typing.. It's currently impossible for me to add a tag called "Frank Word" with a "Chub Frank" tag in existance.
Hi.
I recently installed Piwigo 2.4.5 and use User Tags 0.7.1.
I really like it and am greatful that this extension exists.
Unfortunately it seems it does not correctly call the function to retrieve the list of existing tags from the database.
Most of the time when I enter a tag it will be shown as "Tag (new)" even though the tag exists in the database for sure.
I wasn't able to debug this further as the included jquery.addtags.js file which should take care to call the tag querying function is tightly packed and I don't know how to unpack it into readable and editable Javascript code.
Any help is appreciated.
Thanks in advance!
sakanaou wrote:
Hi.
I recently installed Piwigo 2.4.5 and use User Tags 0.7.1.
I really like it and am greatful that this extension exists.
Thanks.
sakanaou wrote:
Unfortunately it seems it does not correctly call the function to retrieve the list of existing tags from the database.
Most of the time when I enter a tag it will be shown as "Tag (new)" even though the tag exists in the database for sure.
I wasn't able to debug this further as the included jquery.addtags.js file which should take care to call the tag querying function is tightly packed and I don't know how to unpack it into readable and editable Javascript code.
Any help is appreciated.
Thanks in advance!
I will check and let you know.
Offline