This mod seems to be a bit problematic on vBulletin 3.5.4. In particular, the install stops at about 97%. In order to fix this, you have to edit the following line in the product-spellvb.xml file:
Code:
<plugin active="1" executionorder="5">
change to this:
Code:
<plugin active="1">
(vB 3.5 has no idea of 'executionorder' for plugins)
Even with this change, it doesn't show up in the advanced editor, only the quick editor and the edit post editor (and you have to make a template mod for the quick editor). To get it into the advanced post editor, you have to edit the 'editor_toolbar_on' template, and make the change mentioned in
this post.
Hope this helps someone else.