Project

General

Profile

Actions

Bug #490

closed

Don't network activate Viper Video Quicktags

Added by Boone Gorges over 13 years ago. Updated over 12 years ago.

Status:
Resolved
Priority name:
Low
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2010-12-16
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

If we are going to allow users to have access to the plugins menu, we should not be activating plugins like VVQ networkwide. Let blog owners do it locally.

We can't just shut it off, though. I will have to do some fancy searches to see whether there are blog posts that take advantage of VVQ, and make sure to reactivate the plugin on those blogs.


Related issues

Related to CUNY Academic Commons - Bug #448: Media Element HTML5 Player PluginResolvedBoone Gorges2010-12-08

Actions
Actions #1

Updated by Matt Gold over 13 years ago

Agreed. This was undoubtedly my fault; I remember activating this site-wide in the days before WP made embedding easy. It seemed that we needed to have an easy way for people to add multimedia content to their blogs. At any rate, sorry for the headaches that move is now causing.

Actions #2

Updated by Boone Gorges over 13 years ago

Note to self:

select guid from wp_28_posts where post_content like '%[blip%';

other shortcodes in the main vvq plugin file

Get list of guids; break into blog ids; get uniqu

Actions #3

Updated by Boone Gorges about 13 years ago

  • Target version changed from 1.2 to 1.3

This is going to be a royal pain and it doesn't really matter that much so I'm punting it.

Actions #4

Updated by Boone Gorges over 12 years ago

  • Status changed from Assigned to Resolved

Script added in https://github.com/castiron/cac/commit/2293a2d8c4a455e896f8a52913868b8ba3f3af3f

When run, it does the following:
- Network deactivates VVQT
- Loops through all blogs and looks for the presence of one of the relevant shortcodes in any of their posts.
- If found, VVQT is activated on that blog.

Actions

Also available in: Atom PDF