Hello people, I want to share with you all a work I'm doing about
a labeling system - identifying a person (o object) in a photo by selecting it
in the photo - like the facebook photos.
This module is an adaptation of the module "tidypics".
I have already sent the code I did to the tydipycs team so they can integrate it. I think the new version will be very soon. Any way (for the impacient people) I let the link so you can download it and test it.
Cheers!
View Pedro Prez's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Thanks Pedro!!!!!!!!!
This listens great. Good work :-)
I think this would be great but i have just put this on my site and it just doesnt work. All the links are scattered over the photos and the tagging doesnt work either.
@Mark Harding can you send me a screemshot?
This thing is amazing. Flawless so far :p
Great job: 2items
New album post doesn't make it to the river, comment on photo does make it but language file needs to be fixed
Elggboy posted %s commented on tokyo (il y a 28 minutes) - missing icon too.
you can also test it at maestrozone.marksmusiconline.co.uk
your problem is with the css.
try it cleanning the cache or try it with elgg with the theme that comes by default
let me know if you still have some problems
cheers!
Nice Job man!!!
@Pedro , did you see the river issue?
@pedro
Love the tagging system, works perfectly when logging in, the only issue I can see is when a guest on the site is viewing a members albums and proceed to view the image the following error message is thrown up....
Fatal error: Call to a member function getGUID() on a non-object in mod/tidypics/views/default/object/image.php on line 124.
I managed to get rid of this error by changing some code to $public, but the tagging menu was still visable.
any ideas?
@elggboy i didn't see the river issue, I guess the tidypics team will fix it.
@trademark you can use the function isloggedin() to decide what you want to show considering if the users are logged in or not.
LOVELY!
I like it, thanks a lot
doh! should have tried that first, cheers mate :)
Do you have to delete the original tidypics plug in? or what?
@yeyeman9 you must replace the tidypics
Got it...thanks! testing it now...will update in a few mins..
Hmm...my dashboard got fed up...any ideas??
anyone else had problems with the dashboard? mine isnt working anymore....it comes up in pain text...
mine is fine, just river issue
wow that is great - thanks
another feature that would be good is if your could set as profile icon
oh ok, so river issue is happenign to everyone then?
Pedro,
This is amazing. The whole coding around the tagging is amazing. Its flawless and works better than facebook. Thanks a bunch for this. If I hadn't given up 40 bucks for another plugin I would have tossed some your way.
It's amazing man!
I'm having problems with the dashboard (it breakes the friend's activity log), and riverdashboard (throws an error), but the tag system works veeeeeeeeery nice :D
Is there a reason why it doesn't show all of my friends when tagging?
Most of Pedro's work has been integrated into the tidypics code base. The biggest remaining issue is the storage of the tags. In the version I looked at the tags were stored as serialized data meaning they cannot be searched and won't show up as a tag anywhere in Elgg. I haven't looked at this latest code yet. An alternative is to store the tag structure as an ElggObject which would allow the tag to function like normal Elgg tags. Any thoughts on this from people?