Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Remove 5 Tags Limit per Discussion

edited February 2011 in Vanilla 2.0 - 2.8
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

  • 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?
  • 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 ✭✭
    It will keep the line.
Sign In or Register to comment.