Project

General

Profile

Actions

Feature #4751

closed

Request for two plug-ins

Added by Gina Cherry over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress Themes
Target version:
Start date:
2015-10-07
Due date:
% Done:

0%

Estimated time:
Deployment actions:

Description

We would like to request two plug-ins that will allow us to develop a child theme for our site without directly editing the functions.php file:

Code Snippets: https://wordpress.org/plugins/code-snippets/
Code Snippets Extended: https://wordpress.org/plugins/code-snippets-extended/

We have tested these on our development server and have found that they have the functionality that we need.

Thanks!


Files

functions.php (9.14 KB) functions.php Boone Gorges, 2015-10-08 02:36 PM
cac-acert-custom.tar (20 KB) cac-acert-custom.tar Boone Gorges, 2015-10-11 11:34 PM
Actions #1

Updated by Boone Gorges over 8 years ago

  • Status changed from New to Reporter Feedback
  • Target version set to Not tracked

Hi Gina - I'm afraid I can't allow these plugins on the Commons. They allow anyone to run arbitrary PHP code on the server, which is a significant risk to site security and stability.

Are there specific bits of functionality that you're looking to implement? Maybe we can help you get them up and running.

Actions #2

Updated by Boone Gorges over 8 years ago

  • File functions.php functions.php added
  • Category name set to WordPress Themes
  • Assignee set to Boone Gorges
  • Target version changed from Not tracked to 1.8.13

Attaching the requested functionality for posterity. I can add it somewhere - with a few modifications, like a `function_exists()` wrapper on a couple of functions.

Can I get some clarification on where you want these to live? I can put them in your theme's functions.php, though it'll mean (a) that you will have to switch to a custom child theme of Canvas (I'm not sure how smooth that transition will be - I can't remember if Woo saves its settings in a way that makes them portable), and (b) the mods will be linked to the theme.

Another option is that I can put them into a custom plugin, to be activated only on acert.commons.gc.cuny.edu (and whatever other sites you tell me you'd like it whitelisted for). This is probably a more flexible option. If it's what you want to do, please let me know.

Actions #3

Updated by David dos Santos over 8 years ago

My vote is for the second option to have it as a plugin. Gina?

Actions #4

Updated by Gina Cherry over 8 years ago

Well, I have no experience with this, so I will rely on the expertise of the two of you. Would either approach be easier to update? The code that David sent you is part of the customization we would like to do, and it's functionality that we need sooner rather than later, but we will be adding a bit more to it in the coming months...

Actions #5

Updated by Boone Gorges over 8 years ago

In https://github.com/cuny-academic-commons/cac/commit/60e5eb37eb3769092db4af6a62f3af40aef3d834, I added the custom plugin, and whitelisted it for acert, acertdev, and acertdev2. The plugin, called "ACERT Custom", will be available to activate on those sites (and only those sites) after tonight's release.

I've attached a tarball called cac-acert-custom.tar that contains the plugin. Note that, for each function, I've either wrapped it in function_exists() or given it the prefix 'cac_acert_'. I did the former in cases where it appeared that you were copying functionality that might appear in another theme/plugin, and the latter when it looked like you'd put together some code from StackOverflow examples, etc. For future enhancements, please use this plugin as a base for development, and please open new tickets where you attach the modifications. Thanks!

Actions #6

Updated by Boone Gorges over 8 years ago

  • Status changed from Reporter Feedback to Resolved
Actions #7

Updated by David dos Santos over 8 years ago

Thank you Boone.

Actions

Also available in: Atom PDF