Re: plugins in my-plugins not installing
First off I figured out what the problem is. It seems that when you have a self-contained plugin folder installed into the bb-plugins and my-plugins folder the link to that plugin in the Admin area to active (and I imagine de-activate) has a double backslash between the plugin folder name and the actual file
Example:
…. plugins.php?plugin_request=all&action=activate&plugin=user%23smiley-choice\bb-schoice.php&_wp ….
as you can see there is a double backslash between the ‘smiley-choice’ folder name and the actual file ‘bb-schoice.php.
Now @Nightgunner5 I had a look at the patch file code .. my question is what file is this added to?