最近の検索
最近の検索はありません

Rkuwornoo
参加日2021年5月28日
·
前回のアクティビティ2022年2月02日
フォロー中
0
フォロワー
0
合計アクティビティ
5
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Rkuwornoo
Rkuwornooさんがコメントを作成しました:
Hi again,
OK so I solved it. I'm a part time developer so this can obviously be improved to ensure the attachment is an image before displaying but that's all secondary and a lot easier after getting the image to display in the first place. So here is my little contribution in case any one needs it. The same principle can be used to display any data field.
Thanks again guys.
コメントを表示 · 投稿日時:2016年7月07日 · Rkuwornoo
0
フォロワー
0
投票
0
コメント
Rkuwornooさんがコメントを作成しました:
Ok guys, so almost there, I can now get the URL of the attached image and display the URL in a div using JQUERY and AJAX. I am now trying to get the URL into the src of an element by giving it an id. Any help would be appreciated.
This is my code below.
This must be run after:
{{#if promoted_articles}}
{{#each promoted_articles}}
in order to pick up the {{id}} of the article.
I should have an update by Monday but will keep checking to see if anyone has found a solution.
Cheers
コメントを表示 · 投稿日時:2016年7月07日 · Rkuwornoo
0
フォロワー
0
投票
0
コメント
Rkuwornooさんがコメントを作成しました:
@wes @Elliott, many thanks for having a look. I have been looking at the API and I almost have this resolved.
Using the API call below, I can see the attachment url.
GET /api/v2/help_center/articles/{article_id}/attachments.json
I now need to figure out how to grab it and use it to display the image. I'll update with my full code once complete.
Cheers.
コメントを表示 · 投稿日時:2016年7月07日 · Rkuwornoo
0
フォロワー
0
投票
0
コメント
Rkuwornooさんがコメントを作成しました:
Hi all,
I'm very new to this so any help would be appreciated. I'm customizing a template and want to display an imaged attached to a Promoted Article on the Home Page. I can get the Promoted Article 'Title', 'URL' and 'EXCERPT' but can't seem to be able to access the attachment. This is what I have below:
{{#if promoted_articles}}
{{#each promoted_articles}}
{{#if attachments}}
{{/if}}
{{/each}}
{{/if}}
Does not seem to like the call for attachments and I'm not sure if this is just because it's on the home page or if I'm using it incorrectly. See attached image of what the final output should look like. All works except for the image. It would be great if we could check that the attachment is an image before displaying ELSE display a default image.
Many thanks again.
コメントを表示 · 投稿日時:2016年6月28日 · Rkuwornoo
0
フォロワー
0
投票
0
コメント