Recent content by Riari

  1. Riari

    XF 2.1 xf-addon:bump-version behaves incorrectly

    D'oh, you're right - I'm familiar with those flags having used them a ton before, but it simply didn't enter my head for this. Blaming lack of sleep. Thank you!
  2. Riari

    XF 2.1 xf-addon:bump-version behaves incorrectly

    Hi, I'm trying to use php cmd.php xf-addon:bump-version locally (with no options, just the addon ID) and instead of prompting for a version ID and string, it sets them to 0 and null respectively. Console output: The addon.json file was successfully written out to...
  3. Riari

    XF 2.1 [SOLVED] Using html.set on an editor instance

    False alarm! I had a Vue component initialising on a parent element and that was interfering with the editor. I initialised the component after the editor instead and was able to get it working from there.
  4. Riari

    XF 2.1 [SOLVED] Using html.set on an editor instance

    Hi, I'm using <xf:editor name="response" value="{$message}" /> to create an editor instance and want to be able to programmatically set the HTML after initialisation via html.set. Using this method: !function($, window, document, _undefined) { "use strict"; XF.ResponseTest = {...
Top Bottom