phd38
Forum Replies Created
-
This feature is not implemented. I take note for future releases.
Bruno
Forum: Plugins
In reply to: Multi-page Toolkit WP 3.0 redirect problemI am having the same problem. A bit boring.
Forum: Alpha/Beta/RC
In reply to: WP 3.0 Permalinks are BrokenSame for me. I had to revert the permalinks to the default ugly format (?p=xxx), otherwise even the pages are not listed properly in the “page” widget. Instead, the root address is returned.
I spent alreaady some time digging into the code ; this is really annoying.
OK – the URL format below should answer your need, it was developped exactly for this purpose :
http://www.mysite.com/photopage?tags=cat
http://www.mysite.com/photopage?tags=dogAssuming :
– your photolibrary page holding the call to ImageTagger is “photopage”
– you have tags declared as “dog” and “cat”.Does it answer ?
Would this answer ?
http://www.photos-dauphine.com/phototheque?tags=paysage&display=combined
(look at the format of the request – otherwise pls refer to the plugin doc)
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] Search Image Names NeededI take note. I have no clue how to implement it, if anyone can provide hints this would for sure help.
Forum: Plugins
In reply to: wp-imagetagger not-functionalI will be glad to help if you provide me more details on what’s getting wrong with your setup.
Please be as accurate as possible in
– listing the steps you follow to get to the error
– describing the error itself (a screen dump will greatly help)I am proud say to have always helped any user facing issues to get to the next step, having then everyone taking benefit of the fix. And am confident to help out as well there 🙂
Bruno
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] How to link image results to tag pageFix officially part of the 2.5.3.3 just release.
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] How to link image results to tag pageyou will be notified automatically, no worries.
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] How to link image results to tag pageConcerning the point you mention, I guess there might be some confusion between the native WP post tagging, and the plugin image tagging :
– the “organic” image is tagged with “tag-1”
– the “co-op” image is tagged with “co-op” (although it appears in a post tagged “tag-1”)Therefore, referring to the image tagging logics (ignoring the post tagging), “organic” and “co-op” are not part of the same image tagging category. The behaviour you observe complies with the underlying logics.
To extend on this topic, you might be interested to know I am working on a future functionality that will automatically associate to the post tags a logical OR on all the tags associated to the images contained in the post.
… not sure I am clear.
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] How to link image results to tag pageFrom what I can see on your Mingle page, sounds good, right ?
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] How to link image results to tag pageI modified the code to cover your case. You can try out http://downloads.wordpress.org/plugin/wp-imagetagger.zip
I wait for your feedback.
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] How to link image results to tag pageI prepared a development version to decide of the best way to cover this case : http://downloads.wordpress.org/plugin/wp-imagetagger.zip
This version will display many tracing messages.
Could you please deploy on your “Mingle” example and let me know when done ?
The plugin should be identified (admin panel) as 2.5.3.3-dev.
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] How to link image results to tag pageI understand that this feature to associate an image to the tag page (like the “it’s organic” image on http://greenecozine.com/demos/mingle/?tag=tag-1) is not standard in WordPress and provided by the rich-text-tags plugin.
Could you please confirm ?
Forum: Plugins
In reply to: [Plugin: WP ImageTagger] How to link image results to tag pageOK, I understand the case now. We are in a very specific usage of the WP database. I will see what I can do, it is not obvious given the number of indirections involved in the insertion of the image on the tag page.