The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
149 views

How organize uploaded media in WP?

I am new in WordPress and I came from Joomla. I am having some problem to understand how can I (if I can do it...) organize the uploaded media into folders and subfolders using WordPress. If I go in ...
0
votes
2answers
70 views

How do I increase the 255 character limit on the 'description' field for link library links?

My descriptions are being cut off and I need to increase this field to accomodate more text. Thanks.
0
votes
0answers
21 views

Get the ID of a file based on the file URL [duplicate]

Possible Duplicate: Turn a URL into an Attachment / Post ID Is there any way to get the ID of a file (an image from the media library) based on the file URL?
1
vote
2answers
82 views

How to include external library in wordpress plugin

How can I make an external PHP library available with my plugin. Where the library files need to be placed?
1
vote
1answer
39 views

Plugin allowing users to add articles to a library

We are currently redesigning our site (currently on Joomla) to a new Wordpress platform and I'm concerned I'm going to lose an important feature. I have a membership based site and one of the ...
-1
votes
1answer
418 views

GD and FreeType library configuration on VPS

I am using the very popular contact form 7 on one of my site which is hosted on a VPS. After starting to use the captcha addon for contact form 7 I realized that my VPS doesn't have a support for GD ...
1
vote
4answers
628 views

Where to put third party PHP library?

I'm developing a couple of open-source plugins and a theme (all part of a "suite") that all use the same third party PHP library. I'm wondering what is the best way to include it in Wordpress. Here ...
1
vote
1answer
43 views

Where to save common libraries?

I have a multiple-site WordPress install. I have decided to centralize as many of my libraries as possible into one spot, for obvious organizational reasons, and in order to reduce bloating. Many of ...
-1
votes
1answer
122 views

Insert image from media library that upload by me [duplicate]

Possible Duplicate: Restricting Users to View Only Media Library Items They Have Uploaded? I need this function: when user edit article, he can use media library to insert image, but only ...
1
vote
2answers
393 views

Image dimensions same as image size

So if I set the large image size in the media library to say 600x600 pixels, and then upload an image which is the same dimensions it won't get set as the 'large' image. There is talk on this ...
2
votes
1answer
568 views

Too much recursion error when chosing image from image library for two different meta boxes in one post

There must be a solution for this. I am using this solution for chooosing images from media library. http://www.webmaster-source.com/2010/01/08/using-the-wordpress-uploader-in-your-plugin-or-theme/ ...
1
vote
1answer
331 views

What's the best user registration library to integrate WordPress?

I'm looking for a library that can handle user registration (name, address, e-mail etc.) into my existing WordPress website. What options exist today, or will I have to pull my own?
4
votes
3answers
908 views

Attach Files Metabox

Does anyone happen to know how to create a simple "attach/browse" button that can be placed into a metabox which upon clicking it would open a lightbox where the user would be able to view all the ...