Recent searches
No recent searches

Carrie Jones
Joined May 28, 2021
·
Last activity Oct 27, 2021
Following
0
Followers
0
Total activity
3
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Carrie Jones
Carrie Jones commented,
Hi Wes, yes thanks I realised I had put value=='/hc/en-us instead of en-gb!!!!
Thank you anyway
View comment · Posted Jul 26, 2016 · Carrie Jones
0
Followers
0
Votes
0
Comments
Carrie Jones commented,
@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.
View comment · Posted Jul 15, 2016 · Carrie Jones
0
Followers
0
Votes
0
Comments