Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Last editor of entry is shown as author

Status Resolved
Add-on / Version Publisher 1.6.5
Severity
EE Version 2.10.1

Madelon

Sep 01, 2015

Description:
An entry is written by Anna. The entry is edited by Bob. On the front-end I show the author of the entry with:

{exp:channel:entries url_title="{segment_2}" channel="blogpost" dynamic="no" publisher_lang_id="{publisher:current_language_id}" publisher_enable_persistence="n" limit="1" disable="member_data|pagination" cache="yes" refresh="10"}
{author_id}
{author}
{/exp:channel:entries}

I expect both {author_id} and {author} to show Anna’s data.

When Publisher is enabled {author_id} shows the id of Anna, but {author} shows Bob.

When I disable Publisher, {author_id} shows the id of Anna and {author} shows Anna.

#1

BoldMinded (Brian)

Thanks for the report. ill try to get it fixed this week.

#2

BoldMinded (Brian)

I see the issue. Its doing a join query wrong. I’ll need to update things so the author_id is stored in the exp_publisher_titles table as well to correct the join. I’ll try to have a fix for you by early next week.

#3

BoldMinded (Brian)

Comment has been marked private.

#4

Madelon

The variable {author} now works as expected.

Thank you for the super fast fix Brian!

#5

BoldMinded (Brian)

Excellent!

Login to reply