• 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 Review Post Date

Status
Not open for further replies.
nice catch! stems from a field change (review_date changed to rate_review_date)

Fixed in the next release.

You can manually tweak the template until then if you want.

template: nflj_showcase_reviews

find this line(towards the end of the template)
HTML:
<span class="muted"><a href="{xen:link showcase/review, $review}"><xen:datetime time="$review.review_date" /></a></span>

Change:
HTML:
$review.review_date to $review.rate_review_date
 
Status
Not open for further replies.
Back
Top