Adjust ComicPressMediaHandling to handle WPMU files path #42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
using maybe?
if (function_exists('cpm_wpmu_modify_path')) {
}
modify the document root path to handle locating the files in WPMU
adding the mu-plugins php file to the repository under the wpmu directory, which should also be removed from the compiling of the zip file
I'd rather add a filter that adds a new available %parameter%, %wordpress-mu%. That way, other %parameters% can be added that way in the future.
Sure, i'm just going with what I know, and you know me, I rely on you on how to do things properly every time.
Thats why I added the wpmu plugin to the repository too so that we can stay uniformative with that as well in the dev package ya
This build of the 2.9-release branch:
http://www.coswellproductions.com/comicpress/builds/comicpress-2.9-release-20100120-074640-9a3dba75.zip
has support for WPMU path names when following the standard in the plugin. The default filter needs to be modified to the following:
%wordpress%/%upload-path%/%type-folder%/%date-Y-m-d%.
Filters can be modified on the Configuration tab under ComicPress options.
Okay, so the filters been changed on the wpmu site and now the broken link for the comic doesn't show, .. is there more to this then this? Is there a reason why it's not done automatically for wpmu ?
%wordpress%/%upload-path%/%type-folder%/%date-Y-m-d%.
returns:string(79) "wp-content/blogs.dir/2/files/wp-content/blogs.dir/2/files/wp-admin/2009-12-19."
the dir is \ . dir