Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 12

CurtisOdencandymanericgillette +9 guests

Remove 5 Tags Limit per Discussion

I did not find any setting in the backend nor in the config.php file -- how can I remove the tags limitation for discussions? I see no reason why it should be limited to only 5 tags.

Comments

  • Posts: 159
    I didn't try out myself but maybe conf like this.
    $Configuration['Plugins']['Tagging']['Max'] = 10;  // or any number whatever you want.
  • Thanks but it doesn't work. Any other ideas?
  • Posts: 159
    Ok, seems this config is a bit different from others.
    $Configuration['Plugin']['Tagging']['Max'] = 10;
    How's this?

    I'm not sure but 'Plugin' is a typo? @Mark
  • Wow, that one works! Thanks a lot

    But - isn't the config.php file overwritten every time a new plugin was installed or a setting changed in the backend? Will it then remove this line?
  • lucluc
    Posts: 1,015
    It will keep the line.
Sign In or Register to comment.