Joe, Matt, Mike and 1 more don't love you
Submitted AndyMillne, Apr 06 2012 05:49 PM | Last updated Apr 06 2012 05:49 PM
If the articles are set up to not post comments in the forum but a category override is set so that they are then the "and x others like this" more dialogue will not work.
Warning: Invalid argument supplied for foreach() in /cache/skin_cache/cacheid_1/skin_global_other.php on line 1299
This is because the data-app and data-type attributes in $this->lang->words['post_like_formatted_more'] seem to be set based on the global setting and not the category override.
classReputationCache::formatLikeNameString()
I have this set up locally so grab me on AIM if you need any more info.
Warning: Invalid argument supplied for foreach() in /cache/skin_cache/cacheid_1/skin_global_other.php on line 1299
This is because the data-app and data-type attributes in $this->lang->words['post_like_formatted_more'] seem to be set based on the global setting and not the category override.
classReputationCache::formatLikeNameString()
$langString = sprintf( $this->lang->words['post_like_formatted_more'], $_n, $seeMoreLink, $item['id'], $item['type'], $item['app'], $data['othersCount'] );
I have this set up locally so grab me on AIM if you need any more info.
| Status: | Fixed |
| Version: | 2.3.1 |
| Fixed In: | 2.3.2 |











1 Comments