River
MVPRiver MVP
Reactions
-
Re: Tag cloud working with 2.2? [RESOLVED]
here's the issue Tagging plugin now. https://github.com/vanilla/vanilla/blob/Vanilla_2.2.1/plugins/Tagging/class.tagmodule.php#L216 ul class="TagCloud" vs. Tagging plugin in historical vers… (View Post)3 -
Re: Adding additional fields to PM form?
do you mean the config statement to allow subjects? $Configuration['Conversations']['Subjects']['Visible'] = true; IIRC every new message will prompt for subject when new pm is started. but it won't … (View Post)4 -
Re: Private Conversations User Limit?
probably the coding should be changed in a future vanilla version- so everything is tied together. a specific limit should be added to config-defaults.php $Configuration['Conversations']['MaxRecipien… (View Post)1 -
Re: Private Conversations User Limit?
Although my first thought was you have timed out. I think you are trying add a user that already exists in the conversation but was a user that was past 20. and there is no protection from this as fa… (View Post)1 -
Re: Opening links in new browser window
Above will work with virijvlinder's themes, however if you are using a smarty templated theme - you would need to resort to adding the link in your tpl or use js to look for .sub-menu and add add an … (View Post)1