[wp-hackers] alternative taxonomy to relate users to pages

logikal16 logikal16 at gmail.com
Wed Feb 10 13:53:22 UTC 2010


Give the Pods plugin a try.

It handles everything you've mentioned thus far (relate post, page,
user to anything), plus many-to-many relationships.

</biased>

On Feb 10, 6:48 am, anyb... at nobodyhere.com wrote:
> I'd like to relate users to pages and post, which isn't supported by
> taxonomies.
>
> Eventually I'd like to relate anything (user, post, page etc) to anything.
>
> I couldn't find an existing plugin, so I decided to write my own.
>
> But before I start coding, I'd appreciate some feedback.
>
> After reading Murray Woodman
> (http://murraywoodman.com/355/wordpress-taxonomies) I'm considering the
> following mysql table structure:
>
> RELATIONS
> - id
> - subject_id
> - subject_type (user/page/post/comment)
> - predicate_id
> - object_id
> - object_type
>
> PREDICATES
> - id
> - title (e.g. "is part of", "likes")
> - slug (e.g. "part_of", "likes")
>
> Any suggestions?
>
> Marcel van der Drift
>
> _______________________________________________
> wp-hackers mailing list
> wp-hack... at lists.automattic.comhttp://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list