phpbb-ext-topictags
phpbb-ext-topictags copied to clipboard
phpBB 3.3 extension, that adds the ability to tag topics with key words.
3 new commits: 1) Fixed problem with background image, see the description of this problem: https://www.phpbb.com/community/viewtopic.php?f=456&t=2263616&p=14479291#p14476431  2) Displaying tags in search view (function): - Your Posts - New...
i saw it has permission,so where are it? https://www.phpbb.com/customise/db/extension/rh_topic_tags/support/topic/210066?p=715436#p715436
With this extension enabled, create the topic take 1 minute. When I disabled it - it take 0.1 sec. Nginx PHP7 Redis caching Large board with almost 4 000 000...
problem
hi i have this problem on the 3.2 board L’impostazione di configurazione "robertheim_topictags_whitelist" non esiste.
I've modified regex to support Cyrillic symbols: `/^[\- a-zа-я0-9]{3,30}$/i`. When I'm trying to specify russian tags (e.g. `тест`), it seems to be working: no errors on UI. But on topic...
When I'm trying to remove all installed data for this extension, I'm getting the following error: > SQL ERROR [ mysql4 ] > > Table 'sc-phpbb3.2.phpbb3_rh_topictags_tag' doesn't exist [1146] >...
I use “/^([a-z0-9-\u4e00-\u9fa5]){2,30}$/ ” for showing chinese character. I type one tag named "C语言". It can pass the check after i press enter, but still show "invalid" after submitted. I...
There is no place to add tags to whitelist and text overlaps. Screenshot is below: 
When tag name is invalid, it show a big rectangle blank in the tag field. Like following.. ## The following tags are invalid: RPC | (RPC)X | | | |...
I just installed the the other day and it has turned out to be very useful on my site. REQUEST: An option to turn off the separator line before the...