how to improve titles ?
Hi all ,
i want make discussion's titles look like :
How to do that ?
( sorry i dont know how vanilla's php scripts work ...) .
Thanks ,
Bouazza .
i want make discussion's titles look like :
DISCUSSION_NAME - CATEGORYHow to do that ?
( sorry i dont know how vanilla's php scripts work ...) .
Thanks ,
Bouazza .
0
This discussion has been closed.
Comments
$Context->PageTitle = $CommentGrid->Discussion->Name;into$Context->PageTitle = $CommentGrid->Discussion->Name.' - '.$CommentGrid->Discussion->Category;$Context->PageTitle = $CommentGrid->Discussion->Name;Its because i use Vanilla Blue theme , but i ill try to see how the theme's scripts are designed ...
Thanks for your time !