Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
How to get a Followers system using Couch? Is that possible?
I have a site about free download content and i want the logged in user with "Extended Users" be able to Follow and Following another user in my site.

How to make this happening?
Thankyou in advance.
Hi,

Did you look at the relationships feature ?
http://docs.couchcms.com/concepts/relationships.html
I load frameworks and write bugs on top of them, after that I rearrange the code so that it looks like a cool product.
Tomarnst wrote: Hi,

Did you look at the relationships feature ?
http://docs.couchcms.com/concepts/relationships.html


Thankyou for your respond Tomarnst, I did but i dont know how to get it working.
Could you please show me how to do it?

Thankyou.
I have followers code right now with databound form.

Here my editable relation followers:
Code: Select all
<cms:editable type='relation' name='followers' label='Followers' title='Followers' masterpage='users/index.php' has='many'/>

Now, i want to make the list of following by the users.
Example:
User A follow User B
So at the User A Following Page must be User B in there...

How to make that happen?
Thankyou.
4 posts Page 1 of 1