?
avatar esskay303
esskay303
3 May 2017

Steps to reproduce the issue

  1. Insert Field in Article
  2. Article Options - Set Linked Titles to Yes, Show Unauthorised Links to Yes, Show Intro Text to Hide,
  3. Set Article Access to Registered
  4. Create any custom field with access right to public and insert in the article before read more (intro text)
  5. Create category blog menu item
  6. Check front end as non logged in user.

Expected result

Clicking on article title should show inserted field value.

Actual result

Clicking on article title show field name as (field --}

System information (as much as possible)

  1. PHP 7.0.18
  2. Joomla 3.7
  3. Database 5.6.28
  4. Database Collation utf8_general_ci
  5. Joomla Platform Version 13.1.0 Stable

Additional comments

Votes

# of Users Experiencing Issue
0/1
Average Importance Score
5.00

avatar esskay303 esskay303 - open - 3 May 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 3 May 2017
avatar AlexRed
AlexRed - comment - 3 May 2017

I can confirm the problem on Joomla! 3.7.1-dev (nightly Build)

avatar franz-wohlkoenig franz-wohlkoenig - change - 3 May 2017
Status New Confirmed
avatar esskay303
esskay303 - comment - 15 May 2017

Hello...Any update on this...? When this will be fixed...?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15751.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 15 May 2017

@esskay303 if there is a Developer having free Time for fixing this Issue. Maybe @laoneo or @Bakual in this Case, but its their Decision on what Issue they are willing to work.

avatar laoneo
laoneo - comment - 15 May 2017

I guess a event is not triggered correctly.

avatar Bakual
Bakual - comment - 15 May 2017

The problem is how the "Show Unauthorized" thing is working. If that parameter is active, then the layout only displays the introtext hardocded. See https://github.com/joomla/joomla-cms/blob/staging/components/com_content/views/article/tmpl/default.php#L135

The plugin event however doesn't act on the introtext, it acts on the $item->text property in the view class. See https://github.com/joomla/joomla-cms/blob/staging/components/com_content/views/article/view.html.php#L166-L177

So if someone wants to take and fix that, he needs to refactor the "Show Unauthorized" feature so it uses the text property or triggers the evens on the introtext.

avatar esskay303
esskay303 - comment - 11 Jul 2017

Any update on this? When it is likely to be fixed?

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 11 Jul 2017

@esskay303 if there is a Developer having free Time for fixing this Issue.

avatar esskay303
esskay303 - comment - 11 Jul 2017

If somebody can give me raw code I will test it thoroughly...

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 11 Jul 2017

me too, @esskay303

avatar laoneo
laoneo - comment - 19 Jul 2017

Please test #17175, which should fix the issue.

avatar zero-24
zero-24 - comment - 19 Jul 2017

Closing as there is a a PR for testing. Thanks.

avatar zero-24 zero-24 - change - 19 Jul 2017
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2017-07-19 07:51:18
Closed_By zero-24
avatar zero-24 zero-24 - close - 19 Jul 2017
avatar esskay303
esskay303 - comment - 9 Oct 2017

Unfortunately after updating to 3.8.1 this problem has again popped up...


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15751.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 9 Oct 2017

@esskay303 please open a new Issue as Comments on closed Issues didn't get much Notice.

Add a Comment

Login with GitHub to post a comment