Other posts contain one or more individual buttons, rather than a full toolbar. These buttons are posted as blocks of XML like the example below. (Don't worry, you don't need to know anything about XML.)
- Code: Select all
<?xml version="1.0"?>
<button display="both" separate="yes">
<label>Install Font</label>
<icon1>#otherplugins</icon1>
<function type="normal">
<instruction>Copy INSTALLFONT</instruction>
</function>
</button>
(What the button does isn't important for this explanation but, if you are wondering, it installs any selected font files into your system.)
Here's how to take the code box above and turn it into a button in a toolbar or menu:
- Step 1
In your web browser, select everything in the code box and copy it to your clipboard.
- Step 2
Switch to Opus and enter Customize mode via the menu: Settings -> Customize...
The Customize dialog will open and your toolbars and menus may change appearance slightly. - Step 3
Find the place where you want to put the new button in your toolbars or menus, then right-click that place and select Paste.
The button will have been added to your toolbar or menu. - Step 4 (optional)
While in Customize mode you can move and edit your buttons and menus:- To move buttons simply drag them around.
- To create a separator bar between two buttons, drag one slightly away from the other until a marker appears.
- To change the appearance of a button, for example to remove the label or put the label in a different place, right-click the button and select Edit.
- To move buttons simply drag them around.
- Step 5
Click OK in the Customize dialog to exit Customize mode and save your changes.
The new button is now ready to use.
