Englishnicolas wrote:
I confirm the problem with Advanced Menu Manager that block user tags.
i can´t confirm for all cases
i use AMM and i test user tags. no problem with elegant, dark, expo, simple, clear, sylvia ... but no go with stripped (unfortunately i´m a fan of stripped)
user tags also don´t work with the simple (black/white/grey) templates :(
I confirm the problem with Advanced Menu Manager that block user tags.
Hallo
I don't now if it's the right thread, but the problem has to do with the plugin User-Tags and the plugin
Advanced Menu Manager.
When the Advanced Menu Manager is activated it's not possible to add Tags in the photo view.
There is only a list box shown, without the possibility to add tags.
If the Advanced Menu Manager is deactiveted the user-tag plugin is working perfect at Piwigo 2.5.
Many thanks for the great work.
mfG Matthias
rogonow wrote:
Unfortunately, the plugin "User Tags" is not compatible with Piwigo 2.5. Can I expect an update of it? Thx.
I fix it.
Unfortunately, the plugin "User Tags" is not compatible with Piwigo 2.5. Can I expect an update of it? Thx.
Tim Mohr wrote:
Wow! That was quick.
Thank-you very much for that Nicolas.
I have run into another issue where the plugin is ignoring tags that are capitalized.
Eg, I have a tag called "Tim" but typing "ti" or "tim" does not show anything. Even typing the exact tag "Tim" still returns no results. The only way to select the tag "Tim" is to type "im".
Is this a bug or by design?
Thanks again,
Tim
No. You're absolutly right, it must work. I'm pretty sure to have tested that in past but I confirm it doesn't work.
But in release 0.7.5 it works.
Thanks again for reports.
Wow! That was quick.
Thank-you very much for that Nicolas.
I have run into another issue where the plugin is ignoring tags that are capitalized.
Eg, I have a tag called "Tim" but typing "ti" or "tim" does not show anything. Even typing the exact tag "Tim" still returns no results. The only way to select the tag "Tim" is to type "im".
Is this a bug or by design?
Thanks again,
Tim
Bonsoir,
Pour ma part, et ayant installé plusieurs versions successives, le plugin ne fonctionne pas : deux "crayons" sont affichés et je n'accède quand je suis sur une image qu'à une liste déroulante qui indique tous les mots clés (il est vrai nombreux) de l'image.
Rien qui permette de modifier ou supprimer tel ou tel mot clé...
Je peux vous envoyer une image si besoin.
Mon site : http://yadesmots.tiwahe.eu//
Merci en tout cas, et si vous pouvez résoudre le problème, je suis vraiment intéresse par votre plugin!
Cordialement,
P.F.
Thansk for reporting issue.
It's now fix : http://piwigo.org/dev/changeset/20985
And you can of course update plugin from your administration panel.
Hey Nicolas,
Thanks for taking the time to develop this extension.
Unfortunately this plugin doesn't work on some themes (I am using Naive but have also tried one of the "Simple" templates). The problem is a normal html "select" menu is shown, rather than the custom tag input box we need.
On other templates the plugin works ok.
I believe the issue is related to a javascript syntax error that appears in the "picture.php" view.
<script type="text/javascript">//<![CDATA[ var t4u_list_script = 'ws.php?format=json&method=user_tags.tags.list'; var vocab = []; vocab['click_to_add_tags'] = "Click to add tag"; vocab['start_to_type'] = "Start to type..."; vocab['no_results'] = "No results", vocab['searching_text'] = "Searching...", vocab['new_text'] = " (new)", //]]></script>
The error is happening on the last line with the error: Uncaught SyntaxError: Unexpected end of input (picture.php:202)
Any chance you might know whats going on?
Cheers,
Tim
I can reproduce the problem and fix it in release 0.7.3
@Quack : I'm sorry but I don't know how to reproduce your problem. Can you help me adding video (in flv format for example) and playing them with jPlayer. I'm sure I missed something but don't know what.
I have just run into an issue with running User Tags and Jplayer plugins together. If I enable User Tags, Jplayer will not play audio or video files - the player does not seem to load.
I fixed issue with path in admin help pages with release 0.7.2
the plugin does not work correctly if launched by a script outside the root piwigo directory (popuphelp is inside admin)
the data_location is defined as a relative path to the piwigo root directory
so if a plugin needs
- a file system path it should use PHPWG_ROOT_PATH.$conf['data_location']
- an url it should use get_root_url().$conf['data_location']