In my understanding,
{author_id} is the Member ID for the user who write the weblog entry
And {member_id} is the Member ID for the currently logged-in user.
they’re completely different parameter, aren’t they?
However, in reverse_related_entries tag, it seems member_id behaves like author id.
{exp:weblog:entries weblog="hogehoge" limit="1" disable="categories|category_fields|trackbacks"}
{reverse_related_entries}
<li>{entry_id}:{author_id}:{member_id}</li>
{/reverse_related_entries }
{/exp:weblog:entries weblog="magic_product" limit="1" }I got like this:
21507💯1
21508💯1
21509:6:6
Why the member_id is changed???
Any way to get the currently logged-in user in reverse_related_entries?
I’m using EE1.6.7 now.