最近搜索


没有最近搜索

Edwin Schukking's Avatar

Edwin Schukking

已加入2021年4月15日

·

最后活动2021年10月27日

关注

0

关注者

0

活动总数

45

投票

3

订阅

35

活动概览

的最新活动 Edwin Schukking

Edwin Schukking 进行了评论,

社区评论 Discussion - Tips and best practices from the community

Hi Daniel,

this would indeed be helpful for our end-users!

Since we have a multi-language setup, would it also be possible to add more than one trigger word per class?

Kind regards,
Edwin

 

查看评论 · 已于 2017年6月22日 发布 · Edwin Schukking

0

关注者

0

投票

0

评论


Edwin Schukking 进行了评论,

社区评论 Discussion - Tips and best practices from the community

I will, Jessie. Our DEV team is looking into this solution and I will surely let you know whether this worked for us!

查看评论 · 已于 2016年7月12日 发布 · Edwin Schukking

0

关注者

0

投票

0

评论


Edwin Schukking 进行了评论,

社区评论 Discussion - Tips and best practices from the community

Thanks, Iggy.

I will try your suggestion!

查看评论 · 已于 2016年6月29日 发布 · Edwin Schukking

0

关注者

0

投票

0

评论


Edwin Schukking 进行了评论,

社区评论 Discussion - Tips and best practices from the community

We have a multi-language setup and I have tried to implement the JS as described in this thread, but the text in the search box did not change:

// START change search box text
// Edwin Schukking 2016.06.20
// Source: https://support.zendesk.com/hc/en-us/community/posts/203458866-Help-Center-Change-default-placeholder-text-in-your-Search-Box

var currentLanguage = $('.language-selector a:first').text();

if(currentLanguage === "Deutsch") {
$('.search #query').attr('placeholder','Knowledge base durchsuchen');}

if(currentLanguage === "English (AU)") {
$('.search #query').attr('placeholder','Search knowledge base au');}

if(currentLanguage === "English (UK)") {
$('.search #query').attr('placeholder','Search knowledge base gb');}

if(currentLanguage === "English (US)") {
$('.search #query').attr('placeholder','Search knowledge base us');}

// END change search box text

Is there something I have missed, since my knowledge of JS is very limited. 

Thanks in advance!

 

查看评论 · 已于 2016年6月21日 发布 · Edwin Schukking

0

关注者

0

投票

0

评论


Edwin Schukking 进行了评论,

社区评论 Discussion - Tips and best practices from the community

This is great, thanks.

查看评论 · 已于 2016年5月02日 发布 · Edwin Schukking

0

关注者

0

投票

0

评论


Edwin Schukking 进行了评论,

社区评论 Feedback - Ticketing system (Support)

@AndrewJ: You're tutorial really helped, thanks!

查看评论 · 已于 2016年5月02日 发布 · Edwin Schukking

0

关注者

0

投票

0

评论


Edwin Schukking 进行了评论,

社区评论 Feedback - Ticketing system (Support)

 

@AndrewJ: So I should look into HTTP targets and the article you mentioned to have the cc in the tickets automatically removes (different from blacklisted). Correct?

查看评论 · 已于 2016年4月29日 发布 · Edwin Schukking

0

关注者

0

投票

0

评论