
Tal Admon
-
Activité totale27
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés1 utilisateur
-
Votes0
-
Abonnements16
Commentaires
Activité récente par Tal Admon-
Hi Diego, Not all objects are available in all template pages. In the case of the Home page, the User object is not available. Compare, for example the list of available properties of the Home page...
-
Hi Diego, You can do this with a bit of javascript: see example below. The script: note that I set an empty span with the id "user_name". Then, I populate it according to the value of HelpCenter o...
-
Hi Lisa, Adding the following Script tag in the Header section in the Theme Editor will do. The custom link will be shown to anonymous and logged in users as well. See live at: https://moderatortal...
-
Hi Danielle, This is a nice way of using assets in order to create category banners. The problem with this method is that it requires the category name to be a single word (without spaces). You can...
-
Hi Ola, Adding this code in the theme editor Article page will do the trick: <script>$( document ).ready(function() { change_text = function(){ str = $('.article-vote-label').html(); str = str.rep...
-
There are no logical operators in Handlebars.js... Just add another nested {{#is}} - maybe others have a better idea? {{#each categories}} {{#is name 'Product Updates'}} {{else}} {{#is name 'G...
-
{{#if}} helper does not supports conditions like equal, not equal, etc. What you can do is use the {{#is}} helper within the {{#each}} to, for example, prevent a category from showing up in the cat...
-
Hi Simon, You can add the footer as follows: Open the Theme Editor (regardless of the theme), and edit the Article Page. Add the following paragraph above the article-vote div: <div class="article-...