RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

Core functionality not working in phpBB 3.3.5 #103

Open SMcCandlish opened 2 years ago

SMcCandlish commented 2 years ago

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.

Artem-Mamzikov commented 2 years ago

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!

iandoug commented 2 years ago

Bump. :-)

Looks like there should be a drop-down list, which is missing.

screenshot

Thanks, Ian

iandoug commented 2 years ago

Adding

        'bbcode_helpline'   => '',

after 'second_pass_replace' => $data['second_pass_replace'],

in core/bbcodes_installer.php lets it work.

SMcCandlish commented 2 years ago

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.

iandoug commented 2 years ago

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

iandoug commented 2 years ago

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