The server is currently running SF 4.2.2 and will likely be upgraded to version 5 soon. The current installation has custom code in the following locations in the 4.2.2 code:
- sf-new-admin-view.php, function sf_render_new_post_list_admin: Adds group names with special formatting to the $out variable.
- sf-post-support.php, function sf_email_notifications: Adds user group names to the email message.
- sf-links-blog.php, function sf_show_blog_link: Adds special tech support message to the end of $out.
Is there a better way of doing these tasks using a plugin or default funcitonality within SF5? The plugin documentation for SF5 doesn’t seem to be complete. There are several entries in the codex that state: [This page is marked as: Needs Writing]