ContributionsMost RecentMost LikesSolutionsbase skin css get warnings from CSSLint It has been the issue ever since the very beginning. if some CSS validation tool ,like CSSLint is used, It will throw warnings again the base skin style, for example : CSSLint Warning Don't use adjoining classes .at line 10 col 68 CSSLint Warning Don't use IDs in selectors .at line 10 col 1 I was wondering if this issue should be brought into any attentions. Re: Lithium-Klout SDK Installation ProblemsI have a docker image for SDK, you can use it in any platform, Mac, windows, Linux etc. run command : docker pull bowen31337/lithium-sdkRe: [SDK] error on doing li create-projectI have a docker image for SDK, you can use it in any platform, Mac, windows, Linux etc. run command : docker pull bowen31337/lithium-sdkRe: How to evaluate values from request parameters when we hit with formData method data:$httpParamSerializer({ key:val }), headers:{ "Accept":"*/*", "X-Requested-With":"XMLHttpRequest", "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8" } This will solve your problem in Angular JS env. Re: How can we create custom components in Mobile v2?Thanks for your reply, Unfortunately, It did not work for Mobile V2.How can we create custom components in Mobile v2? Currently, I are working on the community with Mobile V2, I want to add a small component to it. I kind of forget the link of tutorial in the LITHIUM Community. Is there anyone who can help to point me to the right place of such tutorial? Re: Lithium SDK - WindowsI have tested and found that for certain old vervisons of Nodejs ,and NPM, it would not workRe: Lithium SDK - Windowswhich distro of linux is supported?Re: How to upload an image with REST APICan I ask if the ordinary user(non admin/moderator) can make this form post?Re: how to exclude posts with certain board ids a more maintainable version: <#assign excIds = ["Id1", "Id2","Id3"] /> <#if excIds?seq_index_of(boardId)== -1 > //do something here </#if>