hi Dave,
Defining the FOOTBALL_POOL_NO_AVATAR constant should be enough. Did you add it to the top of your wp-config? Or at least above the line that says:
/* That's all, stop editing! Happy blogging. */
Hi, AntoineH
Yes I added it after that line.
Maybe I have to change some code to that external shortcode? I mean the one in “Football Pool Ranking Score Breakdown”
Thank you
Yes I added it after that line.
I hope that you mean that you added it before the line. Because adding it after the line won’t work.
There are no changes needed in the score breakdown plugin (at least if you are using v2, can’t remember if earlier versions also had the avatar placeholder).
I entered it before that line and it still doesn’t work.
I had version 2.10.3 and updated to the latest one and there my avatars disappeared. If that helps to see where the problem may be.
What version is the score breakdown plugin?
And maybe more important: did you check the WordPress setting for avatars? Can be found under Settings » Discussion
The version I have installed is:
/**
* Plugin Name: Football Pool Ranking Score Breakdown
* Description: Show score breakdown in the ranking table (full points, toto points, goal bonus, goal difference, question points).
* Version: 1.1
* Author: Antoine Hurkmans
* License: MIT
*/
If you need the code I’ll upload it to you. And yes there is the comments option.
Sorry AntonieH
The code that came out to me was
define(‘FOOTBALLPOOL_NO_AVATAR’, false);
But the quotes were wrong, they did not define a variable. That damn ‘ ‘ that’s confusing in programming.
I’m still going to see that the 2.0 of the plugin changes.
Greetings and resolved
Thanks for the update. I also didn’t notice the quotes on the forum. Glad that you found it.