
Ian Lintner
-
Total activity19
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions8
Activity overview
Latest activity by Ian Lintner-
Ian Lintner created a post,
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 created a post,
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 commented,
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 commented,
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 commented,
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 created a post,
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 commented,
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 created a post,
Translation keys in Copenhagen Theme {{t 'community_topics'}}
AnsweredSpecifically: {{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 created a post,
Display Recent Posts on Community Topic List Page
AnsweredTrying 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 commented,
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.