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

The ability to move tags up and down the display order would be a great feature as sysops could then manually sort them alphabetically or group tags into categories for...

enhancement

When symfony2 is updated to at least 2.4 ( which will take until phpbb 3.2 ( https://www.phpbb.com/community/viewtopic.php?f=461&t=2300491 ) we should use routing-conditions like this: http://stackoverflow.com/a/21661883/386201 here: https://github.com/RobertHeim/phpbb-ext-topictags/blob/6152e939557b86c01fa40e0d5180faae320a595b/controller/main.php#L295-L296 instead of faking...

phpbb3.2

https://wiki.phpbb.com/Cache

enhancement

When installing the extension on an existing board, it can be tedious to add tags to existing posts - so help from the members could be needed. A forum permission...

enhancement

phpbb 3.2 still supports $user->lang(..) , but is deprecated. replacing it with $language will break 3.1.x compatibility

phpbb3.2

suggestions see: https://www.phpbb.com/community/viewtopic.php?p=13748531#p13748531

enhancement
waiting

Hi, first, congratulations, your extension is awesome! Second, if I have a private subforum for a group of members, and tag a thread, these tags will appear in the tag...

enhancement

- [ ] add db field hide_from_tag_cloud for tags (default = 0/false) - [ ] acp-tag-list show that field as checkbox

enhancement

Fixing issues listed in https://github.com/RobertHeim/phpbb-ext-topictags/issues/105 Not my own work. Just merging two other patches

Issues with whitelist / blacklist and setting user permissions on tags no longer visible in ACP. Fixies to both issues listed here but not merged into one Permission Fix; https://www.phpbb.com/customise/db/extension/rh_topic_tags/support/topic/210066...