最近の検索


最近の検索はありません

Carrie Jones's Avatar

Carrie Jones

参加日2021年5月28日

·

前回のアクティビティ2021年10月27日

フォロー中

0

フォロワー

0

合計アクティビティ

3

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Carrie Jones

Carrie Jonesさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Hi Wes, yes thanks I realised I had put value=='/hc/en-us instead of en-gb!!!!

Thank you anyway

コメントを表示 · 投稿日時:2016年7月26日 · Carrie Jones

0

フォロワー

0

投票

0

コメント


Carrie Jonesさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

@Wes - I know this thread is from a long time ago but I have tried the method above to link a category to an external link and I can't get it to work.  This is the JS I used:

 //send category links to community - Change category and google.com to your helpcenter
$('a').each(function() {
var value = $(this).attr('href');
if(value=='/hc/en-us/categories/201141365-Streets-Heaver-FTP')
{
$(this).attr('href', https://downloads.streets-heaver.com/downloads/index.php');
}
});

I put it below the $(document).ready(function() { 

in the JS.

Hope you can help, thanks.

コメントを表示 · 投稿日時:2016年7月15日 · Carrie Jones

0

フォロワー

0

投票

0

コメント