Keyword Linking by Siropu

Keyword Linking by Siropu [Paid] 1.6.1

No permission to buy (€29.99)
Other than that???
If you install the add-on after XFRM, it has a installstep5 method to add that field to XFRM table. If you install XFRM after the add-on, it has a postinstall event listener to add that field to the XFRM table so it's strange that it failed in your case.

Try running this query in phpmyadmin:

SQL:
ALTER TABLE `xf_rm_resource_update` ADD `siropu_keyword_linking_ids` MEDIUMBLOB NULL AFTER `embed_metadata`;
 
PHP 8.3

If you install the add-on after XFRM, it has a installstep5 method to add that field to XFRM table. If you install XFRM after the add-on, it has a postinstall event listener to add that field to the XFRM table so it's strange that it failed in your case.

Try running this query in phpmyadmin:

SQL:
ALTER TABLE `xf_rm_resource_update` ADD `siropu_keyword_linking_ids` MEDIUMBLOB NULL AFTER `embed_metadata`;

This seems to have fixed it, my first test passed.
 
Can I choose to omit a URL in the replacement, and instead just show the description on hover with custom CSS styling?

I want to use this add-on both for some automatic linking, as well as providing definitions for technical terms used across our forum if at all possible.
 
Back
Top Bottom