最近搜索


没有最近搜索

Ruddy DEROSIERS's Avatar

Ruddy DEROSIERS

已加入2021年4月15日

·

最后活动2024年1月18日

关注

0

关注者

0

活动总数

67

投票

13

订阅

25

活动概览

的最新活动 Ruddy DEROSIERS

Ruddy DEROSIERS 进行了评论,

评论Tickets – Notions élémentaires

Bonjour,

Est-ce que sur le nouveau dashboard les boutons suivants vont redevenir cliquables comme avant pour afficher directement la liste des tickets concernés ?

 

De plus, dans l'ancien modèle il était affiché un % satisfaction, va t'il revenir ?

Merci beaucoup

查看评论 · 已于 2024年1月18日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Q&A - Help center and community

John DiGregorio

Have you inserted the script in your document.head ?

also

查看评论 · 已于 2022年5月30日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Q&A - Help center and community

sorry for the wrong answer, (); are missing behind the hide

else {

$("#360003482932").hide();

}

 

查看评论 · 已于 2022年5月12日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Q&A - Help center and community

 var i = 0;
     var checkExist = setInterval(function() {
     i++;
     if ($("a.nesty-input").length){
     clearInterval(checkExist);
     $("a.nesty-input").each(function() {
     $(this).bind( "click", function() {
     for (var c in HelpCenter.user.organizations) {
     if (HelpCenter.user.organizations[c].name.substring(0,8) === "Managers"){
     $("#360003482932").show;
     } 

else {

$("#360003482932").hide;

}
     
     //reserve space for additional organizations 
     }
     
     });
     });
     }
     if (i > 10){
     clearInterval(checkExist);
     }
     }, 100);

查看评论 · 已于 2022年5月12日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Q&A - Help center and community

or perhaps modify your code with something like :

if organization.name === "Managers" 

{ form.show }

else { form.hide }

查看评论 · 已于 2022年5月12日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Q&A - Help center and community

Damon Maranya

can you try tu put your code at the top avec your script.js, like this ?

查看评论 · 已于 2022年5月12日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Feedback - Ticketing system (Support)

Hello Rocky,

You can make something like This : 

This will insert an image on each agent's comment

查看评论 · 已于 2022年5月12日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Q&A - Help center and community

Hi Damon Maranya,

i checked your code and i think i found your error.

Try to remove lines 489 and 502

Your code has to start with your var i=xxxxxxx and finish with },100);

查看评论 · 已于 2022年5月12日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Q&A - Help center and community

Hi Damon Maranya,

try to replace the line 489 with this : 

$("360003482932").hide();

instead of $("360003482932").remove();

查看评论 · 已于 2022年5月11日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论


Ruddy DEROSIERS 进行了评论,

社区评论 Feedback - Help Center (Guide)

Erica Dyson librairy is not yet implemented but you can use external image in your articles.

In your articles click on the source button :

Then, you will be able to add external image like this : 

But you must have a server accessible through internet to do this.

And then, when you will modify your images, they will be modified on your articles

查看评论 · 已于 2022年4月21日 发布 · Ruddy DEROSIERS

0

关注者

0

投票

0

评论