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

Saeh’s picture

Thanks for sharing the site

the tagging systems really good. how did you do this? Did you write your own module for it?

chris_car’s picture

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).

thomasarie’s picture

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.

h_20’s picture

Unfortunately is not on the web anymore. ;(

Cheers!

R.

chris_car’s picture

Yes, because there was no interest in it and for me it was more a technical proof of concept.

Cheers,

Chris

mr33’s picture

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!!

chris_car’s picture

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!