I don't think css/template/html can work in my case. Because I will never display those results. I just need a cb_QUERYFIELD with a comma delimited value to parse that with CB substitution as parameters to a module (by using the Modules Anywhere - Override Parameters option
docs3.regularlabs.com/modulesanywhere/tutorial/override-parameters
).
My code should become something like:
Code:
[cb:if user="#displayed" cb_QUERYFIELD != ""]{module id="319" cids="[cb:userdata field="cb_QUERYFIELD" user="#displayedOrMe" /]"}[/cb:if]
This CB Query input works fine, but only if there is no comma at the end or the beginning, so I have to find a way to remove the extra comma first.
P.s. I hope that
forge.joomlapolis.com/issues/8930
will see daylight soon as it would be so valuable and powerful