jallinder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error while Updating theme or plugin after updating to Version 4.4Having same issues (Could not create directory.) It’s not a permissions problem because everything has been updating for years without issue.
CENTOS 6.7 x86_64 virtuozzo – server
Apache Version 2.2.27
PHP Version 5.4.29
MySQL Version 5.5.46-cllI totally agree with you. I’ve been using NextGen for clients for many years and ever since they were bought by Photocrati, the updates have broken many of the functions. It’s very frustrating when you have several sites and hundreds of galleries.
If you find an alternative, please post here as I’m sure I’m not the only one searching for a replacement.
Forum: Plugins
In reply to: [NextGEN Public Uploader] file upload issuesMy bad. I looked on the page where I copied the code and viewed it in text vs. “visual” in the editor and there it was.
I keep forgetting that when you copy & paste source code or short code that you need to check the “text” or HTML version of the page or post and make sure it’s not adding something it shouldn’t.
Forum: Plugins
In reply to: [NextGEN Public Uploader] Image Upload Notification, but where?Thanks, Bob! Much appreciated. I was close, but you nailed it.
Forum: Plugins
In reply to: [NextGEN Public Uploader] file upload issuesWhy does need to be in this?
<p><div id="uploadimage"><br /> <code></code><br /> <form id="uploadimage_form" accept-charset="utf-8" enctype="multipart/form-data" method="POST" name="uploadimage"><br /> <input id="_wpnonce" type="hidden" value="e927ea7ff2" name="_wpnonce"></input><br /> <input type="hidden" value="/photos/upload-your-photo/" name="_wp_http_referer"></input><br /> <div class="uploader"></p> <p> Gallery: </p> <p> <select name="galleryselect"></select><br /> <br /></br><br /> <br /></br><br /> <input id="imagefiles" type="file" multiple="multiple" name="imagefiles[]"></input><br /> </div><br /> <div class="image_details_textfield"></div><br /> <br /></br></p> <p> Image Description</p> <p></br><br /> <input id="imagedescription" type="text" name="imagedescription"></input><br /> <div class="submit"></div><br /> </form><br />
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [NextGEN Public Uploader] file upload issues1. I can understand, but it’s still way too long.
2. It is a NextGen issue that I have resolved.5. https://www.tibbies.com/photos/upload-your-photo/
Source code shows: <div id=”uploadimage”>
Just strip thetags would work as I don’t want to change existing css for the code tag.
Forum: Plugins
In reply to: [NextGEN Public Uploader] Image Upload Notification, but where?What code could I use if I wanted to include the gallery title/name in addition to the gallery ID?