philperrin
Forum Replies Created
-
Forum: Hacks
In reply to: Custom image upload coding for functions.phpThanks.
I’ll check out the Mike Jolly media uploader post – but I am looking for a front-end solution for a custom profile page… so we’ll see.Sideload() looks promising – not much documentation, but this could lead me to where I need to be:
https://wordpress.stackexchange.com/questions/34730/uploading-images-to-media-library-via-wp-handle-sideload-failsThis has been informative:
https://www.ads-software.com/support/topic/plugin-user-photo-front-end-upload?replies=17As well as this:
https://wordpress.stackexchange.com/questions/4307/how-can-i-add-an-image-upload-field-directly-to-a-custom-write-panel/4413#4413I use theme-my-login to password protect the entire site. Nothing should be accessible to any external user who is not logged in. External registration is not permitted – this is a closed-off site.
Once I get this working, I’ll post the results here and mark as solved. Ideally, if an image is uploaded for the user, the image will be displayed (and resized proportionally). The upload object should be a simple directory box with a ‘Browse’ button next to it that opens an old fashioned file upload box (only permitting image file types).
Thanks for your help. I’ll post back soon!
Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.2 Broken?Thanks – I found that shortly after posting my comment. Took some playing around with it to get all the configuration correct… changing the permalink for the login to wp-login.php, reworking my menus. Took care of everything. Again – great plugin. Still doesn’t play well with others – but I guess if you’re replacing their functionality it doesn’t have to.
Do you expect jfarthing.com to be down much longer?? Documentation on the plugin would be really helpful.
Thanks – problem solved (for me).Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.2 Broken?I have the redirect issue when logging in and logging out. I’ve determined the plugin that conflicts with TML (in my case, anyway) is WP-Require-Login. https://www.ads-software.com/extend/plugins/wp-require-login/
My wordpress is a closed site so anyone who visits is redirected to login first. I think there are other plugins that provide the functionality of requiring a visitor to login before viewing a page, so I will try those as well. In any event, the result of having both TML and WP-Require-Login activated is an infinite redirect loop that continually adds in a ’25’ in the redirect. After a few iterations, it looks something like this:
https://localhost/NAED-ONE/profile_theme/?redirect_to=http%3A%2F%2Flocalhost%2FNAED-ONE%2Fprofile_theme%2F%3Fredirect_to%3Dhttp%253A%252F%252Flocalhost%252FNAED-ONE%252Fprofile_theme%252F%253Fredirect_to%253Dhttp%25253A%25252F%25252Flocalhost%25252FNAED-ONE%25252Fprofile_theme%25252F%25253Fredirect_to%25253Dhttp%2525253A%2525252F%2525252FBased on the ‘profile_theme’ in the URL, I presume the error lies within TML. Note: I am only using the Theme-My-Profile module of TML.
A workaround is to inform my visitors that they MUST visit the wp-login.php page directly. Going directly to the login page does not produce the loop. Not sure how to get folks to logout yet. Otherwise, great plugin with lots of powerful functionality. Too bad something isn’t playing well with other plugins.
Forum: Plugins
In reply to: [Plugin: Members List Plugin] Long page load timeHi, I’m having this problem. I posted to your Forum on this topic as well.
I receive a page load error:Fatal error: Maximum execution time of 30 seconds exceeded in /home2/fulbrigh/public_html/distinguished/wp-content/plugins/members-list/tern_wp_members.php on line 631
Line 631 is the following:
$i = preg_match("/([\s\S]*)([\[]{1}(members list){1}(:)?([^\]]*)([\]]{1}))([\s\S]*)/i",$c,$r);
It looks pretty ugly and I don’t know how to improve this. Why is my members list loading on every page of my site?
Forum: Plugins
In reply to: Contents of wp-content are publicClayton,
Huge thanks! Silence is golden!
I hadn’t known about that one – I owe you one.
Take it easy,
Phil