mdevaney
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Redirect to directory after loginNever mind, wtf, I figured it out.
Forum: Networking WordPress
In reply to: Redirect to directory after login###-edited
Forum: Developing with WordPress
In reply to: Proper way to create a 'add new page' functionWe figured it out lol, thanks tho.
Forum: Developing with WordPress
In reply to: Proper way to create a 'add new page' functionim still having issues with it, i’m not too sure what im doing wrong, i have that form, and i have that code in createnewpage.php but its causing errors.
Forum: Networking WordPress
In reply to: Separated multisite backups@ipstenu, it wasn’t my posts it was my edits that were causing the spam filter.
@narcisgarcia not really. i don’t imagine you want your user to be able to backup their profile.
Forum: Networking WordPress
In reply to: Separated multisite backupsI do know it goes in order by users who have signed up, so if you have users that don’t have sites, they are also counted, and in the directory they will be skipped. (unless they have the ability to upload something)
Forum: Networking WordPress
In reply to: Separated multisite backups$createZip->get_files_from_folder('/wp-content/blogs.dir/" . the_id . "/', '" . the_id . "/');
something like this could work using the method above, you just need a function to assign the_id to the proper user
Forum: Networking WordPress
In reply to: Separated multisite backupsapparently builds larger versions if the image is smaller.
this should be an option to be able to turn off.
Forum: Networking WordPress
In reply to: Separated multisite backupswhats confusing me is that the image i used to test the path was automatically duplicated into 4 images;
img.png (original upload)
img-150×70.png
img-300×67.png
img-32×32.pngso when compiling the backup you may want to have a selector that only grabs the original file, for images at least.
Plus the size increase on the server for 1 image is absurd. The original image was 7119k , the generated 3 images that was not requested by the user = 18073k
i don’t understand the logic in turning one small image (7119k) into 25192k
hrmm…
Forum: Networking WordPress
In reply to: Separated multisite backupsthe directory structure is (for uploads) ;
wp-content/blogs.dir/USER##/files/YYYY/MM/
example:
wp-content/blogs.dir/5/files/2011/06/
Forum: Networking WordPress
In reply to: Get Newest Member / Site Name@tim, yeah just saw that. what was tossing me off was the plugin below it, that is larger then the article. SORRY ANDREA
Forum: Networking WordPress
In reply to: Get Newest Member / Site Name…Any thread that offers any service for money can be closed at any time. We are not against paid services but these forums are not the right place for them…
Forum: Networking WordPress
In reply to: Get Newest Member / Site Name@tim, i like that method, plus its less stress on the server.
Forum: Networking WordPress
In reply to: Separated multisite backupsso by utilizing the export.php you could just auto some of its functions to grab posts, pages, comments, custom fields, terms, navigation menus and custom posts customize the function to drop it in the uploads dir and then zip the entire thing?
Forum: Networking WordPress
In reply to: Separated multisite backupsso you could tell the user to go to yourdomain.com/username/backup.php and run a script that would do all that. or place a link in the users admin menu. that would go to like themes/yourtheme/backup.php