Keyword Linking by Siropu

Keyword Linking by Siropu [Paid] 1.7.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.
 
Bought the add on, seems do be very decent from first tests. I do have three (possibly stupid) questions for my setup:

1. I want to use the add on mainly to link to words in the Glossary add on by @Scandal


In principle no problem at all, just that I do have a lot of words in the glossary already, so configuring all of them would be pretty painful. I will experiment if batch import via XML will work, however: Is there a way to hand over the keyword as a variable to the keyword addon as part of the URL it links to? Could be an alternative to importing.

2. An a bit stupid question: On can define styles for the Keywords:

Bildschirm­foto 2024-12-03 um 16.00.05.webp

As I am a total noob in terms of styling and therefor clueless: Can anyone give me a starting hint what exactly I'd have to put in there if I wanted Keywords i.e. to be displayed in italic or somewhat styled differently from normal links to distinguish them easily from normal content and links? Has anyone done that and has examples or best practices?

3. Can the FontAwesome icon be made an active part of the link?
 
Is there a way to hand over the keyword as a variable to the keyword addon as part of the URL it links to? Could be an alternative to importing.
There isn't. Only via XML file import.

Can anyone give me a starting hint what exactly I'd have to put in there if I wanted Keywords i.e. to be displayed in italic or somewhat styled differently from normal links to distinguish them easily from normal content and links?
font-style: italic; font-weight: bold; text-decoration: underline; color: green;

Can the FontAwesome icon be made an active part of the link?
Currently, no.
 
1. I want to use the add on mainly to link to words in the Glossary add on by @Scandal

In principle no problem at all, just that I do have a lot of words in the glossary already, so configuring all of them would be pretty painful. I will experiment if batch import via XML will work, however: Is there a way to hand over the keyword as a variable to the keyword addon as part of the URL it links to? Could be an alternative to importing.
Configured this now and went the manual way as it turned out that the Glossary add-on cannot export a list of terms. I could have done it via MySQL-Export but then the amount of words in the Glossaries I wanted to link was just at the edge where manual seemed acceptible given the unknown amount of time that preparing and testing a successful automated import would have taken.

However, two tiny feature requests as a result:

1. It would be good, if the options could be set per Keyword group, not just globally. I do have a bunch of different glossaries that I put into seperate Keyword groups, one is i.e. for abbreviations and should therefor be case sensitive), another one is for special terms and should therefor not be case sensitive. Also, if I add more glossaries as keywords/keyword groups it could be helpful to use different FA-icons as they might do different things.

2. It would be good if the field "link title" could be configured globally/per Keyword group. In my case it is simply "look up word in the glossary" for all keywords and being able to set this once and for all would save a lot of time.
 
Back
Top Bottom