Good in Today
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Fatal ErrorHa. Nevermind. His comment was a link. Sending e-mail. ??
Forum: Fixing WordPress
In reply to: "Invalid argument supplied for foreach() in" "post.php on line 3588"Well a fix to my particular problem was indeed found by Brassrazoo. Evidently WordPress v3.5 did something funky to the Plugin called “Theme My Login”. I did as Brassrazoo suggested and by simply disabling / re-enabling this particular Plugin the error corrected itself. Thank you Brassrazoo for returning here and sharing the fix that you found!
After reading all of the problems people are having with this version of WordPress I must say that I would still strongly suggest that the WordPress team develop some non-intrusive way to simply revert back to the previous installation that you had prior to “upgrading” so that when the sh*t hits the fan we aren’t hung out to dry. I’m still not certain that this has corrected all of MY problems with this new version, but it has indeed removed the error from my Admin Panel.
Thanks again, Brassrazoo!
Forum: Installing WordPress
In reply to: Replacing HTML with WordPressWell, of all days you shouldn’t be considering installing WordPress today AT ALL. I’ve four simple words for you… DO NOT DO IT. Don’t get me wrong WordPress is nice but just not today. Read before posting… They just updated to version 3.5 and like NOTHING works. Give it a week and then if you want to switch over you should be fine. ??
Wow. I really like this Forum. I mean I don’t get any answers here but for some reason there’s magic here. I beat my head, try one thousand different ways (failed attempts), finally give in and post a question I know will get no response, and then BAM! The answer just comes to me. I’ve resolved this one too, thanks tho! I’d remove my posts but it doesn’t appear that WordPress allows us to do that. ??
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Post Format?Figured this out too. I’m on a role.
What I found was that I was beating my head on the wall for all the wrong reasons. Working far too hard to find something that simply wasn’t there. When the Form is submitted, at that moment it is processing the template and thus it was attempting to get the ID of the Post that well didn’t exist yet. Once the template is done processing it submits the post and at that point WordPress generates the Post and thus the Post ID exists. So attempting to access the Post ID was never going to work. However I also found that I could pass PHP through an echo from the template to the Post and thus access the Post ID.
I figured this out too.
Yep. Got this part working. I actually found the part about adding nicknames. And since then have gotten pretty far. Stuck at getting the post ID of all things. I just can’t seem to figure out why it won’t give it up!
Okay I just figured out how to see what all is in the blob and not much. No ID and no SLUG info. Any idea how I can access the post ID?
Forum: Fixing WordPress
In reply to: get current page slug outside the loopI’m trying to use this in a template file that auto-generates a post when someone uploads an image. The post slug is to be utilized as a link to the image post itself, so that when the image is clicked on via the homepage, it takes you to the image post as you would expect. When I use the code provided here nothing is returned. Any ideas as to why? I tried what Frankie said and it came up blank, but I’m outside The Loop and I believe that global $post requires you be inside The Loop. Then I tried Chris’s code and it STILL comes up blank. *sigh*
I’m not understanding what I’m to place in for ‘logo’ to make this all work. There is no place in the Form Manager plugin area, that I’m finding, where I type in any sort of nickname. If it’s a name inside the database which one and how do I access it to add it in place of ‘logo’?
Yeah except I get absolutely nothing back when I send this through. I believe I’m doing it correctly but probably not. Getting the stuff from the back end is a bit confusing. I do not see where I put in nicknames. But the label names I’m using are ‘Select Image’ ( for File Upload ), ‘Image Caption’ and a ‘Category’ dropdown with set options there. What I really need to know is what am I sending through with fm_summary_get_item_value? I mean I’ve tried ‘Image Caption’ and I get no page errors so I can only assume it’s processing however the return is empty. I do love this for getting users to participate via image upload, just trying to get it all to work together. I need a single image view page, and a wall of images but one thing at a time, eh? ?? Also, once I get this single image view page working HOW / WHERE do I set it as the default so when someone uploads an image it is what is used to post it rather than the default one?