webjunk
Forum Replies Created
-
Forum: Plugins
In reply to: File Permissions for PluginYou should be able to do 644 which is fine. The last byte is for Everyone. 4 is read privledge. making it 6 is Read + Execute and there is nothing to execute.
could you open a ticket with your host. have them make sure the owner/group in the directories is correct. 80 is probably apache (port number) but might be helpul to have them check.
What is the size of the file uploading? (Try a small one if you have not)
Are you able to FTP a file into the gallery directory?
It kind of sounds like a permissions error (as you mentioned in your first post) so what are the permissions for the gallery?
Who is Owner/Group?Here is the function I beleive where the Error is generated (from functions.php)
// check for allowed extension and if it's an image file $ext = array('jpg', 'png', 'gif'); if ( !in_array($filepart['extension'], $ext) || !@getimagesize($temp_file) ){ nggGallery::show_error('<strong>' . $imagefiles['name'][$key] . ' </strong>' . __('is no valid image file!','nggallery')); continue; }WHat version of WP?
What version of Nextgen?What do you have set for: Import image folder?
What directoris are below there?
What are the name of your galleres you upload to?Forum: Plugins
In reply to: Nextgen Gallery- how do i add image to multiple galleries at once?You do know you can COPY pictures between galleries?
Manage Gallery – Select the images and then in the drop-down should be a COPY.Maybe if you contact the plugin author directly but seems silly to be working & supporting with an old version of WP & the plugin
WHat happens after you browse to the image file and click UPload? If there are any error messages they will appear at the very top of the page?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Documentation!!!!When you create multiple Posts for the same plugin on here they tend to get ignored. Also when you bump or add to the post then most of the people who answer will skip as they search for Posts with no answer in other words a single post.
Would help to know specifically what you need right now. There is no central documentation.Forum: Plugins
In reply to: [Calendar Plus] [Plugin: Calendar Plus] request for 2 fields moreGlad you like it.
Will look into location. Can see location could be handy. Although (in case this works for you) someone sent me a link to their calendar where they are using the category for “schools” (its a school district) which essentially is a location as they like the color coding for each school. But when I get caught up with other things might see about doing that for location.
Image someone else asked about and is on my list already.Forum: Plugins
In reply to: [WP Hide Pages] [Plugin: WP Hide Pages] Hide pagesDoes exactly what it says:
Hides selected pages from menus.You are probably seeing it from tags or categories which the plugin does not do.
You know (both of you) if you really want help with it working you would need to provide SOME information.
I (and thousands of others) can tell you the plugin works very well indeed. And I have supported and tell my clients who use it to donate. (Although its confusing for some with the Euros unless thats been changed)
You don’t say what category ID you are uploading to. Whether you get through the transfer process like the progress thermometer. What kind of file you are transferring. Any error message. Apache or IIS. SOME info.Probably newer package with the older incompatible version of PHP. Rare but does happen. Just glad its fixed for you.
Forum: Fixing WordPress
In reply to: How can i remove this link or move it inside my footer?@michaelh
I followed your directions but notta. I also did a quick search and found other plugins on here with copyrights/payments embedded. Some encoded like this one and some not. I will have to rethink about my own plugins that I did not submit in the past on here because of the rule although I would never enocde anything. My others will remain as is.
This means we can *ask* the author to remove it but that is all that can be done. If he wants to keep an encoded “Powered by” link then he can.
Still do not agree with other plugins that don’t work and seem to simply drive (theft) traffic to their own website but seems that is allowed as well.Don’t you have to escape the dot “.”
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] [Plugin: Google XML Sitemaps] Goggle red XConflicts between plugins is fairly common. But Google XML Sitemaps is one of the most reliable. Glad it is working for you.