GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Large WordPress Media Library (https://gfy.com/showthread.php?t=1058658)

Brujah 02-22-2012 09:50 PM

Large WordPress Media Library
 
What's the largest number of images/attachments you've seen in a WP install? Have you had any issues with it? I'm wondering if it can handle 1 million images. What about 10 million?

martinsc 02-22-2012 11:13 PM

I'm sure Fris has taken wp to the limits....

dgraves 02-22-2012 11:55 PM

why would there be a limit? how many threads can GFY handle?

AdultKing 02-23-2012 12:07 AM

A client has a media library of 1.2 million images. Wordpress doesn't seem to mind.

Socks 02-23-2012 01:02 AM

Quote:

Originally Posted by AdultKing (Post 18776015)
A client has a media library of 1.2 million images. Wordpress doesn't seem to mind.

It's just being polite. Ask it after a few drinks.

ottopottomouse 02-23-2012 05:18 AM

Quote:

Originally Posted by Socks (Post 18776049)
It's just being polite. Ask it after a few drinks.

:1orglaugh:1orglaugh

fris 02-23-2012 06:40 AM

as long as you have the disk space, no limits ;)

Brujah 02-23-2012 01:06 PM

Good to know. How are you managing the organization and display of over 1 million attachments? Any good plugins? Gallery pagination?

fris 02-24-2012 08:23 AM

Quote:

Originally Posted by Brujah (Post 18777087)
Good to know. How are you managing the organization and display of over 1 million attachments? Any good plugins? Gallery pagination?

i would just use the default gallery system, that way no real overhead, if you wanted to add a lightbox, just parse all images and add it via jquery, that way you dont need a plugin to do it.

fris 02-24-2012 11:15 AM

something like this for the lightbox

Code:

jQuery(document).ready(function($){
        $(".postContent a[rel!=link]:has(img)").lightbox();
});


Brujah 02-24-2012 01:51 PM

I'll check out the lightbox idea. Just planning ahead how to manage large galleries. Say I add attach a set of 200 (or more) images to a post. If I use the built-in, it'll display all attachments to a post on 1 page without pagination. Would prefer to avoid that, so trying to decide on a better workflow.

fris 02-24-2012 09:26 PM

Quote:

Originally Posted by Brujah (Post 18779434)
I'll check out the lightbox idea. Just planning ahead how to manage large galleries. Say I add attach a set of 200 (or more) images to a post. If I use the built-in, it'll display all attachments to a post on 1 page without pagination. Would prefer to avoid that, so trying to decide on a better workflow.

theirs a good plugin that also allows you to upload a zip of images and will add them to a post.

http://wordpress.org/extend/plugins/...-media-by-zip/


All times are GMT -7. The time now is 05:16 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123