phpbb-ext-topictags icon indicating copy to clipboard operation
phpbb-ext-topictags copied to clipboard

phpBB 3.3 extension, that adds the ability to tag topics with key words.

Results 33 phpbb-ext-topictags issues
Sort by recently updated
recently updated
newest added

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 ![Background problem](http://i.imgur.com/r5UuUZl.png) 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...

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] >...

bug

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...

question

There is no place to add tags to whitelist and text overlaps. Screenshot is below: ![image](https://cloud.githubusercontent.com/assets/7234120/9923878/cc8831fa-5cae-11e5-8fae-52c87a4db10b.png)

bug

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 | | | |...

question

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...

enhancement