Bug #490
closedDon't network activate Viper Video Quicktags
0%
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
Updated by Matt Gold almost 14 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.
Updated by Boone Gorges almost 14 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
Updated by Boone Gorges almost 14 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.
Updated by Boone Gorges about 13 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.