80.5 F
Los Angeles
Tuesday, October 22, 2024

Trump Lawyer Resigns One Day Before Trial To Begin

Joseph Tacopina has filed with the courts that he will not represent Donald J. Trump. The E. Jean Carroll civil case is schedule to begin Tuesday January 16,...

Judge Lewis A. Kaplan Issues Order RE Postponement

On May 9, 2023, a jury found Donald J. Trump liable for sexual assault and defamation. The jury awarded Ms. Carroll $5 million in damages. Seven months ago,...

ASUS Announces 2023 Vivobook Classic Series

On April 7, 2023, ASUS introduced five new models in the 2023 Vivobook Classic series of laptops. The top laptops in the series use the 13th Gen Intel® Core™...
ScienceChemistryAdding Flipcharts

Adding Flipcharts

I added the capability to upload Flipcharts to the site through a network active plugin written to add the mime type.

/**
* Plugin Name: Adding Flipchart Mime
* Plugin URI: http://www.thechembook.com
* Description: This custom plugin adds uploading flipchart capability to WordPress.
* Author: Layne P. Heiny
* Author URI: http://www.tuxreports.com
* Version: 0.1.0
*/

add_filter(‘upload_mimes’,’flip_upload_mimes’);
function flip_upload_mimes($mimes)
{
$mime_types = array (‘flipchart’ => ‘application/inspire’);
return array_merge($mimes,$mime_types);
}

Name the file mime-functions.php and drop it into the /plugins folder. Activate it through the admin panel. Multiuser sites can use Network Activate.

For example

Lesson 01 What is chemistry

Latest news

Related news