Active Social 1.8 includes several changes to the structure of the JournalTools.ascx template. The information below is important for anyone that has customized JournalTools.ascx or created a custom JournalTools.ascx file for a custom theme.
Converting controls with new security tokens
The JournalTools file consists of two parts. The top part is the asjournaltools section which holds the buttons for each journal tool. The second part of the JournalTools file is the asjournalctl section which holds the controls or input forms for each journal tool. Prior to Active Social 1.8, the buttons in the asjournaltools section were server controls which was necessary for controlling access. In order to improve performance and provide more consistent security methods, these buttons were converted to standard html tags and wrapped with security tokens.
Screen captures to illustrate markup changes
asjournaltools section
asjournalctl section
The default JournalTools.ascx file can be found in /DesktopModules/ActiveSocial/config/templates/other