• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Missing/wrong date for reviews in search

Status
Not open for further replies.

joec

New Member
AMS Premium
SC Premium
When searching, Showcase review results show today's date rather than the date of the review. It looks like this is because nflj_showcase_search_result refers to $item.date_added, which isn't defined for reviews.
 
It looks like this is because nflj_showcase_search_result refers to $item.date_added, which isn't defined for reviews.
Close, but not quite ;)

Items, Comments and Reviews each have their own search results template.

Showcase Items: nflj_showcase_search_result
Showcase Comments: nflj_showcase_search_result_comment
Showcase Reviews: nflj_showcase_search_result_review

The issue is using $review.review_date in the nflj_showcase_search_result_review template when it should be $review.rate_review_date

You can update this yourself until I push out a maintenance release.
 
Status
Not open for further replies.
Back
Top