Snog
Well-known member
Now I haven't done any research on this so it may be that people will need to forgive a stupid question.
Why doesn't including a defaultWith in the user entity work across all pages, threads, posts?
I defined a defaultWith for some user statistics, but I have to include them in a few different areas with something like this..
Again, without any research I would think the defaultWith in the user entity itself would include it everywhere automatically.
Why doesn't including a defaultWith in the user entity work across all pages, threads, posts?
I defined a defaultWith for some user statistics, but I have to include them in a few different areas with something like this..
Code:
$structure->defaultWith[] = 'User.SnogStats';
Again, without any research I would think the defaultWith in the user entity itself would include it everywhere automatically.