aZoTe
Member
hello, I have a problem when adding a known my add-on function:
This add-on to create buttons at the top of the taigachat and I would allow a person to enter the id groups that can see the buttons, so I replaced the id groups my code with a style property:
This add-on to create buttons at the top of the taigachat and I would allow a person to enter the id groups that can see the buttons, so I replaced the id groups my code with a style property:
when I returned one id, it works perfectly, but when I returned two ids or more, there is only the first id returned that works, I've tried everything ..: (<xen:if is="{xen:helper ismemberof, $visitor, @groupes_bouton_1}"><input type="submit" class="button primary" value="@titre_bouton_1" onclick="var bouton_1 = $('input#taigachat_message').val($('#taigachat_message').focus().val()+'@bouton_1');@option_bouton_1"></xen:if>
Last edited: