fawnfritzen
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Facebook Connect] FB login for comments not workingThe theme is supposedly brand-new (Radiant from Make Design), but it’s based on their “Skeleton” suite of themes, so I guess it’s got legacy “bones”. No pun intended. (But ha!)
Thanks for all your time Otto. I’m sorry it’s been a wild goose chase. Argh.
Forum: Plugins
In reply to: [Simple Facebook Connect] FB login for comments not workingSorry, I re-read what you wrote and see that it IS global. Documenting my steps to potentially help out others…
In the Dashboard editor I found footer.php and could see that there’s a call to wp_footer(). Header.php contains a called to wp_head().
Now the comment.php file… I had to go to the file manager of my web host to look for this, as it’s not available from the WP Dashboard. I realize that the php file edited yesterday was NOT the comment.php file. That one was called wp-comments-post.php and was in my public_html directory.
I found comment.php in the wp-admin folder… but there are a whole bunch of switches relating to comment editing and moderation and nothing about any input fields. So I haven’t a clue about where to put the lines of code I’m supposed to insert.
Then I found ANOTHER comment.php file in the wp-includes folder. But I can’t find input fields there, either.
Then I went looking down in the Theme folder (where I found header.php and footer.php), but no comment.php.
I found comments.php in a subfolder of the wp-includes folder, and it has a coded comment that the file is there for backwards compatibility. When I edited that, the “Connect with Facebook” button appeared!
It still doesn’t seem to work the way I’d expect, though. The button is there, it asks for my Facebook password, etc., but then I still have to fill out the name and e-mail fields… and it doesn’t seem to actually connect to Facebook.
Forum: Plugins
In reply to: [Simple Facebook Connect] FB login for comments not workingAhhhhh, I thought it was a global thing. Okay, I’ll go give that a try.
Forum: Plugins
In reply to: [Simple Facebook Connect] FB login for comments not workingHere’s a blog post I wrote yesterday. I’ve checked the “Allow FB Login to Comment (for non-registered users)” box on the SFC Settings page…
Forum: Plugins
In reply to: [Simple Facebook Connect] FB login for comments not workingWell, I got a beautiful long PAGE full of “RECOMMENDED”, “WARNING”, and “INFO”, but neither the head or footer calls appeared. I’m stumped.
Argh. If I have to install and reconfigure a new theme, I will cry for sure. ??
Forum: Plugins
In reply to: [Simple Facebook Connect] FB login for comments not working(You can tell I’m a PHP n00b. ?? )
But still, I did add the three lines as instructed, and it didn’t change anything….