최근 검색
최근 검색 없음

Ciro Sirignano
가입한 날짜: 2021년 5월 28일
·
마지막 활동: 2022년 2월 03일
팔로잉
0
팔로워
0
총 활동 수
5
투표 수
0
플랜 수
2
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Ciro Sirignano
Ciro Sirignano님이 에 댓글을 입력함
Hi Wes,
thank you for your help. Unfortunately, I think I miss something because I tried your solution and it doesn't work.
I'm trying to redirect to an hyperlink a section.
This is the current Catergory Page html:
{{category.name}}
{{breadcrumbs}}
{{category.description}}
{{#if category.sections}}
{{#if internal}}
{{/if}}
{{name}}
{{#each category.sections}}
{{/each}}
{{else}}
{{t 'empty'}}
{{/if}}
Can you please help understand where I should insert your code ?
In addition, where I have to set up the hyperlink for the section I would like to redirect.
I tried to merge the current page paste above with your solution and it didn't work:
{{#if section.internal}}
{{/if}} {{section.name}}
{{breadcrumbs}}
{{section.description}}
{{#if promoted}}
★
{{/if}}
{{#if id 115000816826}}
Developer Enquiries
{{else}}
{{title}}
{{/if}}
{{/each}}
{{#each section.articles}}
{{else}}
{{t 'empty'}}
{{/if}}
{{pagination}}
Can you help me please. I would like to keep the same design a redirect only the sections I want.
This is the current section page: https://askus.flowsystems.com.au/hc/en-us/categories/115000631346-Submit-Request
Thank you in advance Wes
댓글 보기 · 2017년 6월 09일에 게시됨 · Ciro Sirignano
0
팔로워
0
투표 수
0
댓글
Ciro Sirignano님이 에 댓글을 입력함
Hi Wes,
I tried this code a it didn't work:
$(document).ready(function() {
var value = $(this).attr('href');
if(value=='/hc/en-us/sections/115000816826-Developer-Enquiries-')
{
$(this).attr('href', 'https://askus.flowsystems.com.au/hc/en-us/articles/115002781126-Developer-Enquiries');
}
});
댓글 보기 · 2017년 6월 05일에 게시됨 · Ciro Sirignano
0
팔로워
0
투표 수
0
댓글
Ciro Sirignano님이 에 댓글을 입력함
Hi,
I was trying to create a link from a zendesk section to an hyperlink.
Our help center is: https://askus.flowsystems.com.au/hc/en-us
I would like to create a link from the section to an hyperlink rather than the web articles page.
In particular from the NOR to an hyperlink
I've already written a comment and you weren't able to access.
Can you help me please? I can create a temporary user as well if you are happy with that because I'm not sure if our help desk is open.
댓글 보기 · 2017년 6월 02일에 게시됨 · Ciro Sirignano
0
팔로워
0
투표 수
0
댓글