I want to control the output of {TAGS_RESULT_ROW_TAGS}
Macik |
|
||||
---|---|---|---|---|---|
Unfortunly, there is no predefined method to extend `{TAGS_RESULT_ROW_TAGS}` generation process. As it not use resource strings as done for forum topic tags list with `tags_link_tag` resoure string. In spite of that, we can use some tricks and try to do some customization. Let's see in `tags.php` file, line 239:
It's where acrual generation is done. This line goes within `foreach` loop. `cot_rc_link` use predefined (built-in) string resource, so we can not alter it. Only we have it's a generated comma separated list of links...
The function can look like this (I'm writing it without tests so fix it for your needs):
Or you can do this right in template, example:
https://github.com/macik
правильный хостинг — https://goo.gl/fjCa1F |