phpbb-ext-topictags
phpbb-ext-topictags copied to clipboard
Core functionality not working in phpBB 3.3.5
I get a tag input field, and I get a /tags page, but actual tagging does not work. I can put something into the field, but it never shows up as a tag, and whatever font and other style presto-changeo stuff was supposed to happen doesn't happen during tag input.
It's a shame, because this seems to be the only tags extension in existence for phpBB 3.x. I picked phpBB over other php-based forum packages mainly on the basis of this extension being available. I may have to go back to the drawing board with some other forum package if this extension is just a dead stick. Sixteens month is a long time with no updates, though I HAVE seen projects restart after longer, so my fingers are crossed.
A similar problem on phpbb 3.3.5 (PHP:7.4, MySQL(i) 5.7, styles prosilver) does not work, tags are not saved. Noticed if you turn on the whitelist of tags, they themselves are indicated in the topics. Let me know how the update comes out. Thanks!
Bump. :-)
Looks like there should be a drop-down list, which is missing.
Thanks, Ian
Adding
'bbcode_helpline' => '',
after
'second_pass_replace' => $data['second_pass_replace'],
in core/bbcodes_installer.php lets it work.
No such path/filename as core/bbcodes_installer.php on my system, so this doesn't seem to be a solution to the general problem.
@SMcCandlish
No such path/filename as core/bbcodes_installer.php on my system, so this doesn't seem to be a solution to the general problem.
Sorry, my mistake ... should have been posted to the Mathjax extension. Testing too many things.
No such path/filename as core/bbcodes_installer.php on my system, so this doesn't seem to be a solution to the general problem.
Comments welcome.
https://www.phpbb.com/customise/db/extension/rh_topic_tags/support/topic/235386
Cheers, Ian