kperkins
Forum Replies Created
-
Forum: Plugins
In reply to: [Sign-up Sheets] Rich Text BoxReplace
<label for="sheet_details">Details:</label><br /> <textarea id="sheet_details" name="sheet_details" style="width: 100%;" rows="3">'.((isset($f['sheet_details']) ? esc_attr($f['sheet_details']) : '')).'</textarea> </p>
with
<label for="sheet_details">Details:</label><br /> '; $textarea_name = 'sheet_details'; wp_editor('','sheet_details', $textarea_name ); echo ' </p>
in sign-up-sheets.php (around line 723)
Forum: Plugins
In reply to: [NextGen Public Image Uploader (PUP)] Allow Anonymous/Visitor UploadYes the styling issue I had is fixed.
Great thanks. Works like a charm.
Forum: Plugins
In reply to: [NextGen Public Image Uploader (PUP)] Allow Anonymous/Visitor UploadGreat. Just need to change the wording to let them know they need to register, or login to upload (which I can do), and it’s perfect. Thanks.
KeithForum: Plugins
In reply to: [NextGen Public Image Uploader (PUP)] Allow Anonymous/Visitor UploadOK, after playing with this, it seems that that changes made allowing visitors to upload photos the default even if the checkbox is unchecked (I went into the code for the options page, and deleted out the code that was making the checkbox checked by default, which meas that somewhere else in the code it’s reading as checked.). So this is basically unsafe by design now, and I can’t use it in my site.
Forum: Plugins
In reply to: [NextGen Public Image Uploader (PUP)] Allow Anonymous/Visitor UploadThe allow visitors to upload seems to be enabled by default. I’ve unchecked it and saved, but every time I do, it comes back checked, and I can upload when not logged in.
It’s not. I put the shortcode for the uploader under the shortcode for the gallery, and it shows on top on the page. May be something in the theme css, I’ll check that today.
No, the upload form. If you put it on a page, or post, it’s at the top. I want it at the bottom. I put mine on a gallery page, and it shows up at the top, before the thumbnails.
I actually found the right class in the css file, but still can’t get it to go on bottom.
And the size of the thumbnails on the main page changed when upgrade, I’m downgrading again since I need my galleries up and running.
The permalinks work for everything except nextgen 2.0, and I get no images found, not a 404 error. I had one gallery that wasn’t a sub page of the main gallery before I upgraded, and the link redirects to that just fine and I see my photos. I tried changing one gallery to not being a sub page, but that gets a redirection error, and won’t even go to the page. I’ve have tried resaving permalinks (in WordPress)and that does nothing.
So it’s redirecting to the pages, just not showing any pictures for some reason. The links on the main gallery page look like this: https://keithperkins.net/?post_type=page&p=2614 when they should look like this: https://keithperkins.net/nggallery/collage
Keith