
Ian Lintner
-
合計アクティビティ19
-
前回のアクティビティ
-
メンバー登録日
-
フォロー0ユーザー
-
フォロワー0ユーザー
-
投票0
-
サブスクリプション8
アクティビティの概要
Ian Lintnerさんの最近のアクティビティ-
Ian Lintnerさんが投稿を作成しました:
Feature Request: manifest.json (guide theme) support semantic versioning build numbers
Feature Request: Allow build numbers in manifest.json version numbers.I am building an automated release system in our continuous integration system. I wanted to be able to record the build number ...
-
Ian Lintnerさんが投稿を作成しました:
Feature Request: Guide Theme Increase the limit for style.css & script.js files size over 300kb
Request: Allow the core Javascript/Stylessheets over 300kb. Use Case: I am using webpack with Babel which compiles my JS files into a single minified package. The same process is done with styles.c...
-
Ian Lintnerさんがコメントを作成しました:
My javascript code only prevents the default modal from showing up when the user clicks the login link in the menu. // Specifically this sectione.preventDefault();e.stopPropagation();e.stopImmediat...
-
Ian Lintnerさんがコメントを作成しました:
I don't believe you can actually change the sign in modal itself. It appears to be an iframe or sandboxed content that is outside of the normal guide.I essentially created our own modal which only ...
-
Ian Lintnerさんがコメントを作成しました:
We ended up overriding the sign in button other "locked" links for anonymous users to bring up a modal using Javascript/JQuery // Replace the sign in button behavior to open custom modal with di...
-
Ian Lintnerさんが投稿を作成しました:
Guid: Disable modal automatic sign in modal/redirect on a secured page for unauthenticated user
Use Case: As an anonymous user who clicks a secured article, section or category, Display the error page instead of the modal sign in pop-up/automatic redirection to SSO login page. Using: SSO/SAM...
-
Ian Lintnerさんがコメントを作成しました:
Just my $.02 any time you are moving data outside of a system that is PII (personally identifiable Information) e.g. if you are sending data to GA you may want to make sure you are in compliance wi...
-
Ian Lintnerさんが投稿を作成しました:
Translation keys in Copenhagen Theme {{t 'community_topics'}}
回答済みSpecifically: {{t 'community_topics'}}renders: Community TopicsI want it to say: Community Topic List Pagebut also be translated into other languages. Is there a location in theme or ZD Admin where...
-
Ian Lintnerさんが投稿を作成しました:
Display Recent Posts on Community Topic List Page
回答済みTrying to add a list of posts to community_topic_list_page.hbs Uploading Failed: the server responded with status 400Error community_topic_list_page L70:14: 'posts' does not existError community_to...
-
Ian Lintnerさんがコメントを作成しました:
Ended up writing custom JS and calling the endpoint, but there is not specific data available on API.Ended up using a theme setting to help define a hierarchy.