Good morning, @Makoto
We recently installed Radical Tags 1.9.2 as part of our upgrade to IPB 4.5 as we were still using Advanced Tags and Prefixes 3.2.0.
We ported our AT&P configuration using the functionality on the Radical Tags "Tools" page. However, we've noticed that those imported Prefixes are no longer "clickable" as they were in AT&P. By that I mean that they're no longer acting like a link but rather like merely a graphic. In contrast, the tags that were imported from AT&P are fully clickable as they were before.
Any assistance you could provide would be greatly appreciated!
Edit: OK, I solved that problem by figuring out that the Prefixes had imported from AT&P as "Badges" and changed the CSS code to convert them into linkable objects. Now the remaining issue is that none of them are showing up on the Tag Cloud despite having "Include prefixes" selected in the block settings. I'm guessing it's the CSS code that I used. If you could look at this example for one of my Prefixes and tell me what appears to be wrong, I'd be appreciative!
<a href="{tagUrl}" title="{tagTitle}" rel="tag"><span class="ipsTag_prefix" style="background-color:#107c10; color: white;">{tag}</span></a>