Any suggestions for adding subjects to Private Messages?
Hey guys, my users have pointed out that it can be difficult to navigate your private messages once you build up a few of them as there are no subject lines or a way to search them. I've poked around in plugins and can do some basic stuff when pointed in the right direction. I'm pretty fluent in PHP and JavaScript but less so with Vanilla itself. Any suggestions for how one might implement subjects for Messages? And/or a search function for them?
(I'd have posted this in Development but I haven't permission)
Best Answer
-
Bleistivt Moderator
No need for a plugin, there is a hidden config option for this
$Configuration['Conversations']['Subjects']['Visible'] = TRUE;
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
12
Answers
No need for a plugin, there is a hidden config option for this
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Just wanted to say thanks! Don't think I can "mark accepted" in this board.