option

  1. Mr. Jinx

    Lack of interest Disable push notification notice

    Simple suggestion: An option, or permission, to disable the push notification notice. Reason: Limit the number of popups for newly registered users. Too many popups, notices and other alerts can be very annoying.
  2. Kruzya

    Implemented Option for disabling reporting staff members

    Currently, XF allows members send reports on staff members (if they knows about /report action, of course), and this looks strange. I suggest add option for disabling this featuring with displaying error message about "inability to report staff members". P.S.: On here reports on staff members...
  3. Mr. Jinx

    XF 2.1 Add BB code option

    I created a small addon that adds an extra option to the TABLE BB code. This works fine, but the problem is that when you are in the BB code editor and switch view (toggle BB code), the extra option gets stripped. So when you have: Header 1Header 2 Content 1Content 2 ...the 'collapse' part...
  4. CMTV

    XF 2.0 Default value for option

    Hi! I have a custom option template: <xf:radiorow name="{$inputName}[where]" label="{$option.title}" hint="{$hintHtml}" explain="{$explainHtml}" html="{$listedHtml}"> <xf:option value="everywhere" selected="$option.option_value.where ==...
  5. CMTV

    XF 2.0 <xf:radiorow class attribute is not working

    In public templates class="..." attribute is not working for <xf:radiorow tag. For example this code: <xf:radiorow class="js-mathTypeSwitcher" name="math-type"> <xf:option value="inline">{{ phrase('Math_inline') }}</xf:option> <xf:option value="block">{{ phrase('Math_block')...
Top Bottom