ContributionsMost RecentMost LikesSolutionsRe: Q&A ActiveCast to open to a new windowThanks for the tips!Q&A ActiveCast to open to a new window Is there a way to get ActiveCast Q&A element to open links to a new window/tab like a target="_blank"? <script type="text/javascript" id="lia-product-qanda-null" src="https://yhteiso.elisa.fi/t5/qanda/productactivecastpage/node-display-id/category%3AElisa/num-search-results/5/num-resolved-questions/5?profile.language=fi"></script> Re: External widget not workingThanks, JakeS! The widget is supposed to perform a search from our support pages (http://asiakastuki.elisa.fi) with the topic of current community thread, and display links to the search result pages. So similar functionality to Lithium's native Recommendations-element, but the results are shown from our support pages.External widget not working I recieved code for a widget that should be added to our community: http://www.leiki.com/widget-guide?widget&i1=focus&n1=elisa2&e1=leiki_elisa2&s1=kiwi19&u1=http%3A%2F%2Fyhteiso.elisa.fi%2Ft5%2FPuheliittym%25C3%25A4t%2Fminulta-on-sim-kortti-lukittu-miten-saan-tiet%25C3%25A4%25C3%25A4-mist%25C3%25A4-saan-sen%2Ftd-p%2F395019 I pasted the code to a custom component, added a heading to the beginning of it: <div class="lia-panel"><div class="lia-decoration-border"><div class="lia-decoration-border-top"><div></div></div> <div class="lia-decoration-border-content"><div><div class="lia-panel-heading-bar-wrapper"><div class="lia-panel-heading-bar"><span class="lia-panel-heading-bar-title">Katso myös nämä ohjeet Asiakastukisivuilta</span></div> And added the custom component to a thread page. I tried the widget with both, production code and test environment code, but it just doesn't work. I'm wondering what I'm doing wrong? The the heading is visible, but the widget/script isn't showing anything. Customizing tabs I'm having a hard time changing the background color, hover and text padding on our forum's tabs (personal profile, post message, idea exchange). For example with personal profile I have tried calling them by so many different names and none of them work. I've been fiddling around Chrome's developer tools (inspect element and so forth) as I usually do and applying the changes to the correct CSS (and double checked), but nothing has an effect. For example this works fine in dev tools, but has no effect when applied to the skin's CSS: #lia-body .lia-content ul.lia-tabs-standard li.lia-tabs-inactive { background-color: #0019AF; border-bottom: 1px solid #0019AF; } And I think I've tried them all (specified to cases active, inactive and hover mostly), the ones that make the most sense and all the rest, for example: #lia-tabs-active #lia-tabs-inactive #lia-tabs personal-profile-tab .lia-tabs-inactive #lia-body .lia-content ul.lia-tabs-standard li.lia-tabs-inactive:hover #lia-body .lia-content ul.lia-tabs-secondary li.lia-tabs-active a #lia-body .lia-content ul.lia-tabs-standard li span a, #lia-body .lia-content ul.lia-tabs-standard li span .lia-link-navigation #lia-body .lia-content ul.lia-tabs-standard li.lia-tabs-inactive What I'm I doing wrong? Anybody? :robotfrustrated: Re: 14.6 Release Notes We have had the spellchecker disabled as the Lithium dictionary doesn't really support Finnish in a way that it would be possible for anyone to use it for spellchecking any finnish text. Will the spell checked search be disabled too by default for us or do we need to open a support ticket for this? Re: Configuring ratings / helpfulness Hi all and thanks for the tips! It appears that the component NoamanA mentioned is correct, the functionality of helpfulness ratings just isn't what we're looking for :) Instead of assesing the helpfulness of a single reply, we want to be able to assess the helpfulness of a thread and by that the helpfulness of our community, something like NPS. I added an idea about helpfuless being a topic-level feature for you guys to kudo if you want to :) http://community.lithium.com/t5/Product-ideas/Helpfulness-for-post-level/idi-p/158896 Re: Configuring ratings / helpfulnessI'll do that :) Cheers again, Grazitti!Re: Configuring ratings / helpfulnessThank you for your tips, grazitti! I was able to add the star rating so atleast everything is working ans I haven't screwed up the CSS for example. The only thing is that I'm trying to add the helpfulness-rating: http://community.lithium.com/t5/Ratings-and-Reviews/About-ratings-helpfulness-and-Me-Too/ta-p/23600 As I understand the article, I should be able to add the rating to forum page also. I have configured helpfulness to Community Admin > Features > Ratings and the component is added to my XML in Studio. My best guess is that i should have something else here in ratingSystemRef, but I don't know what. <component id="ratings.widget.rating-enum-display" ratingSystemRef="conv:message_ratings"/> The value "helpfulness" breaks the page.Configuring ratings / helpfulness I'm trying to add a helpfulness rating to our forums and I have turned on the ratings in Admin and configured it to "helpfulness". I also added the element in Studio (to page type Forum Topic Page) and edited the XML to <component id="ratings.widget.rating-enum-display" ratingSystemRef="conv:message_ratings"/>. Now still I can't see the rating in studio, can you help me? Is there an error in my syntax, is the conv:message_ratings the right one for helpfulness? Have I missed a step? Can I add the element to Forum Topic Page? Solved