By chris_car on
Hi everybody,
I created a showcase of a site which allows people to share and tag their fashion looks. I would say it is a mixture between twitter and lookbook.nu:
- you can follow people's looks you like
- you can post and tag your own looks
- it is a very simple and straightforward concept
-> http://lllook.net (you can subscribe and test it if you want)
For me this was a proof of concept and now I wonder what I should do with it. Any ideas or questions are more than welcome!
Cheers,
Chris
Comments
Thanks for sharing the
Thanks for sharing the site
the tagging systems really good. how did you do this? Did you write your own module for it?
Yes, for the tagging as well
Yes, for the tagging as well as the followers/following system I wrote my own modules, although the tagging module is based on the excellent img notes jquery library (http://plugins.jquery.com/project/ImgNotes).
What module?
Hello,
Sorry to bring this topic up again. I'm curious about module you use here: http://lllook.net
Is it available somewhere? Thank you.
http://lllook.net...I'd like to check it out!
Unfortunately is not on the web anymore. ;(
Cheers!
R.
Yes, because there was no
Yes, because there was no interest in it and for me it was more a technical proof of concept.
Cheers,
Chris
Could you...
I'd be really grateful if you could share the source code if it's not too much trouble.. I'm a newb but I'd like to study how it is done.. Thanks!!
There was not much custom
There was not much custom source code involved. I mainly used cck, views, panels modules and I made a custom module to implement the follow / unfollow relationships between users. But I just saw there is already a module for that which you could use: http://drupal.org/project/follow
Good luck!