I have enabled the modification, set all permissions, but when I make a new topic i get this:
I don't see any thing to add a tag.
For now its only possible by adjusting the regex to restrict tags to lower case.Dskod1 wrote:Would be great if "Empire" and "empire" were not counted sepreatley in the word cloud just because one has a capital. Maybe make an option to convert all tags to either lowercase or uppercase? and add a maintenance for those that want to change mid-usage to all lowercase for example.
No, but another extension could easily provide such feature by building up on RH Topic Tags.sysz wrote:Is there or will there be an option to have the show all tags page in the Quick links dropbox menu or anywhere else?
No, as long as there is no stable release, the extension should not be used on productive systems.FomenkoAndrey wrote:combuster, is this enough stable extension to be installed on a working site?
when the extension will be released, it will work with the current stable version of phpBB.FomenkoAndrey wrote:Are you planning to develop an extension for 3.2 branch and follow?
This will take time. Most things work fine, but there is a lack of tests right now. We need the tests as the extension currently does not fully support sqlite3 and postgres, but extension authors are required to do so.FomenkoAndrey wrote:when U plannig change status from BETA to RC?
Let me put it this way: I am creating this extension in my freetime, besdies working 45h a week. If you want to get it done faster, you should think about motivating me instead of demotivating me. E.g. feel free to compliment and / or buy me a beer via my blog: http://blog.robert-heim.de/FomenkoAndrey wrote:so many bags!
sqlite3 as well as all other dbs should now be properly supported as there were tests added for all db-queries and travis tests them on all dbms: https://travis-ci.org/RobertHeim/phpbb- ... s/51000305jbanana wrote: Seems to me sqlite3 is not liking the table alias in update query.
This is fine, because "tag/бля" is converted to a safer representation internally. However, "tag/бля" should still work to show the correct tag-page.FomenkoAndrey wrote: 2 - when i use russian characters in tags, and go to that tags, i have urlbut in russian it must beCode: Select all
http://site/tag/%25D0%25B1%25D0%25BB%25D1%258F
Code: Select all
http://site/tag/бля
Can you reinstall the extension from github master branch and see if those errors still persist?FomenkoAndrey wrote: 3 - create only tags only 1 topic - see any tags (counter = 3) in tag cloud
4. ...
\Unknown error. See javascript-console for server response.
Thanks, its fixed.FomenkoAndrey wrote: in admin panel, when try to rename tags:\Unknown error. See javascript-console for server response.
but after update page - tag renamed.
great work Raul ...tkRaul [ThE KuKa] wrote:Spanish translation added "PR".
U are missing the following lines in info_acp_topictags.phpuruguayito wrote:great work Raul ...tkRaul [ThE KuKa] wrote:Spanish translation added "PR".
Is this a bug of language ?
Code: Select all
'ACP_TOPICTAGS_WHITELIST' => 'Whitelist',
'ACP_TOPICTAGS_BLACKLIST' => 'Blacklist',
'ACP_TOPICTAGS_MANAGE_TAGS' => 'Manage Tags',
MmmmBeun12 wrote:
U are missing the following lines in info_acp_topictags.php
Code: Select all
'ACP_TOPICTAGS_WHITELIST' => 'Whitelist', 'ACP_TOPICTAGS_BLACKLIST' => 'Blacklist', 'ACP_TOPICTAGS_MANAGE_TAGS' => 'Manage Tags',
thanksBeun12 wrote:I have compare the English and Spanish language files with eatch other
and in de Spanish language file "info_acp_topictags.php" are those lines missing