jd-fb
Forum Replies Created
-
Oh, my gosh, I feel so silly.
“de” was right in the first line of my wp-config.php, before <?php
.I don’t know how it got there.I swear I checked it before posting my question, but thanks for making me check again. The “de” is gone and plugins + themes update properly now.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Put custom field above comment text?I have a similar question:
https://ww.wp.xz.cn/support/topic/wpdiscuz-compatible-with-other-plugins/Hello Rocco,
I’m not sure I understand the question about “where the threading comments occur”. It happens on pages and posts.
This is the first time I share screenshots in the WordPress forums, and I don’t see an “upload” button. So, here is a link to a screenshot:
https://bureaudisco.com/download/comments_local.pngI just “triple-checked” my live server, just to confirm, and it turns out I had “enable threaded comments” turned on. But, my local server (http://localhost, running under XAMPP) has this apparent bug.
Thanks for confirming, Smashballoon.
Forum: Developing with WordPress
In reply to: Using update_user_meta with an arrayThanks for the info.
I do a var_dump of the array after saving it, and I’m still getting variations ofarray( array( day 1=>apple day 2=>banana day 3=>orange ) )(An array inside of an array. This makes it difficult to use foreach to iterate through the data.)
I’ve just re-read the Codex for
add_user_meta, and it looks like I could use that to add multiple lines to the database with my myplugin-hist meta key. If I useadd_user_metawith $unique set to false, then WP adds my meta key as many times as I need.I think I’ll try that to see how it works.
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Too many “slides” of recaptchaSo, I guess this needs to be brought to Google’s attention, then.
I switched from the “new style” recaptcha to the “old style” (where the user has to type words appearing in a funny font), and the recaptcha then disappears from the front end. However, it won’t let a comment or login go through because the user didn’t pass the recaptcha test.
It reappears when I switch back to “new style”.
Has anybody seen this happen?
Forum: Fixing WordPress
In reply to: Tooltip on widget_tag_cloud_args not workingActually, can I ask one more thing?
Out of curiosity, I looked at the WP core files, specifically
/wp-includes/category-template.php, and the file still refers to$args['topic_count_text_callback']. I understand that its use was deprecated in version 4.8, but shouldn’t its reference be deleted from the core files?(I think that’s what confused me and got me to ask the question in the first place.)
Forum: Fixing WordPress
In reply to: Tooltip on widget_tag_cloud_args not workingThat makes total sense! Thanks @jakept! I’ll update my filter with this new info.
Forum: Plugins
In reply to: [MultilingualPress] Network of networks and MultisiteHello Thorsten,
The other day, after I’d posted this question, I think I figured out how to make it work, and it looks like it lines-up with what you say.
I’ll have to test it out soon.
Thanks,
JForum: Fixing WordPress
In reply to: Comment / referrer spamAs a follow-up to Sterndata’s response, what would the regex be for http_referrers with anchors in them? Would you know it for the context of the plug-in and .htaccess? I ask because the # symbol means “comment” in PHP and Apache directives, so how do I use them in a regex? (And, at the best of times, regexes make me dizzy 🙂 )
I don’t think the plug-in mentioned by MarkRH will work for me because this particular bot is imitating the clicks from the root of my site to a blog post and then to wp-comment.php.
I continue to lean towards .htaccess being my solution because this bot has been relentless; I’d like it to stop using my bandwidth, and I’m thinking that after a couple of http 401/403 errors, it may give up. That’s my hope, anyway.
Forum: Plugins
In reply to: The login_url filter not working in WP 4.4?I’ve just upgraded to 4.4.1, and this bug has been fixed. I’m marking this as “resolved” now.
Forum: Plugins
In reply to: The login_url filter not working in WP 4.4?Thanks KrissieV. I’m not quite sure how to read the Trac ticket, but it looks like they’re going to implement it in WP 4.4.1.
I’ll leave this thread as “un-resolved” for now, and wait to see what happens with 4.4.1.
Forum: Themes and Templates
In reply to: [Customizr] Help! Current version of theme is brokenI’m not sure what happened, but in the last 10 minutes, I was able to re-download the theme and it worked. (Even though it didn’t work when I posted my first message.)
I guess the Customizr team is hard at work on this Saturday morning 🙂
Forum: Plugins
In reply to: [Events Made Easy] URGENT – Captcha always incorrectThis issue isn’t resolved — why did you mark it “resolved”?
Anyway, it’s not really helpful to indicate “something is wrong with your PHP” and not give a hint as to what else might be wrong. Not every person who’ll contact you will have access to their server, or even know how to fix their PHP sessions. I don’t. Your reply isn’t helpful.
Forum: Themes and Templates
In reply to: [Customizr] Missing comment form, tags, and socialsThanks for the follow-up, nikeo!
I love your theme, by the way! I think it’s cool that I can customize so much with a few mouse clicks.