[Nobita] Social Groups (Teams/Guilds/Clubs)

[Nobita] Social Groups (Teams/Guilds/Clubs) [Paid] 2.8.6

No permission to buy ($69.00)
Hello,

I found a bigger problem with CSS Classes on the Personal Profile page. With XenForo Media Gallery (XFMG) installed you have three tabs on every profile page. "Groups", "Media", "Albums" (with users that have pictures and albums).

Now comes the problem: When you switch back and forth between the tabs, the initial tab content is displayed correct but once you click the next of the three tabs and then back you will experience that the layout is messed up. The Social Groups Grid Columns are displayed smaller (more narrow) than in the initial layout since there are multiple similar CSS classes that influence each other.

I analyzed the code and found a conflict with the .gridCol and associated classes. In XFMG and XFRM you have the .gridCol manage the distribution of Containers over the layout with the formula width: {xen:calc '(100 / @defaultPerRow) - 2'}%; while in Social Groups this is missing at that place but is handled by .grid-elements .grid-element: {xen:calc '(100 / @Teams_defaultPerRow) - 2'}%;. And there is the conflict: Since .gridCol and .grid-elements .grid-element are both loaded and present on the Personal Profile page, both conflict with each other, breaking the layout (making the Group Boxes more narrow than initially).

Unfortunately I wasn't able to copy the template elements and classes from XFMG to Social Groups, I tried but it messed it up even more.

And of course I tested it in the XF default theme, so it is not a custom problem.

Hopefully it was understandable.
 
Two more bugs and one suggestion:

Bugs:
1) The "watched category" function seems to be intended but is not there? No button to watch a category can be found but under the Group NavTab you find "watched categories".
2) The Canonical Links in the "Team_" eMail templates are not working at all. Every link that is clicked in the eMail client lead to empty routes with two forward slashes at the end: "www.my-forum.com//" (for example)
Anyone else experiencing this?

Suggestion:
3) The Group Cover could be more like the Nobita Profile Cover in one point: The group name and logo should be displayed on the specific group page also. Right now the group logo is way down under the posting wall and the group name is only displayed in the group navigation menu which could disorient some user. It should look like in the "featured group" module where the logo as a thumbnail and the group name is shown in an overlay of the cover.
 
Two more bugs and one suggestion:

Bugs:
1) The "watched category" function seems to be intended but is not there? No button to watch a category can be found but under the Group NavTab you find "watched categories".
2) The Canonical Links in the "Team_" eMail templates are not working at all. Every link that is clicked in the eMail client lead to empty routes with two forward slashes at the end: "www.my-forum.com//" (for example)
Anyone else experiencing this?

Suggestion:
3) The Group Cover could be more like the Nobita Profile Cover in one point: The group name and logo should be displayed on the specific group page also. Right now the group logo is way down under the posting wall and the group name is only displayed in the group navigation menu which could disorient some user. It should look like in the "featured group" module where the logo as a thumbnail and the group name is shown in an overlay of the cover.
Thank for reporting. I will fixed ASAP :)
 
@Nobita.Kun - this addon looks very promising. However, I already use a group addon, free social groups by waindigo. What would be the benefit for my users if I choose your groups addon?

Does anybody else have experience with both group addons, Nobitas <-> Waindigos social groups?
 
@Nobita.Kun I upgraded to the latest version and have a few issues still. Here is my summary:
  1. Team Grid List conflict with XFMG tabs on member page: SOLVED (y)
  2. Watched Category button: Please change the button to a simple link like with XFMG (see screenshot) and move it to the same place to have more consistency.
  3. Watched Category function: Does not "save" the watched category... When clicked it toggles the state to "unwatch" but upon page reload it is in the initial state again (also if you visit "watched categories" nothing to watch is there).
  4. Categories (New "bug"): Behavior now: categories collapse when clicked on a category link. Wished behavior: Categories expand and the child-categories are visible (only the next sub-level, not all) Please refer to XFMG Category Widget behavior.
  5. eMail Templates: Seem to be fine on a first glance, but found an error: Template "Team_member_invite" <h2> headline tag href link reads "{xen:link 'canonical:{xen:helper route_prefix}', $team}" but should read "{xen:helper groupRoute, 'canonical:', $team}"
  6. "Loading" issue on member profile page if member is not in a group: still there
  7. Style properties for "Auto Logo" and "Auto Cover" feature color setup: in a future release?
"Watched Category" Button to link change:
View media item 1073
Thank you!
 
@Nobita.Kun I upgraded to the latest version and have a few issues still. Here is my summary:
  1. Team Grid List conflict with XFMG tabs on member page: SOLVED (y)
  2. Watched Category button: Please change the button to a simple link like with XFMG (see screenshot) and move it to the same place to have more consistency.
  3. Watched Category function: Does not "save" the watched category... When clicked it toggles the state to "unwatch" but upon page reload it is in the initial state again (also if you visit "watched categories" nothing to watch is there).
  4. Categories (New "bug"): Behavior now: categories collapse when clicked on a category link. Wished behavior: Categories expand and the child-categories are visible (only the next sub-level, not all) Please refer to XFMG Category Widget behavior.
  5. eMail Templates: Seem to be fine on a first glance, but found an error: Template "Team_member_invite" <h2> headline tag href link reads "{xen:link 'canonical:{xen:helper route_prefix}', $team}" but should read "{xen:helper groupRoute, 'canonical:', $team}"
  6. "Loading" issue on member profile page if member is not in a group: still there
  7. Style properties for "Auto Logo" and "Auto Cover" feature color setup: in a future release?
"Watched Category" Button to link change:
View media item 1073
Thank you!
#2: Sorry. Put on that position too hard to view the link :)
#3: I will check.
#4: Do you uncheck this option: 'Auto Collapse Categories' ?
#5: I will check again.
#6: Please check the outdate template list.
#7: Next release.
 
#2: Sorry. Put on that position too hard to view the link :)
Then it would be good if the button stays a button. Right now it becomes a simple link once you click it.

#4: Do you uncheck this option: 'Auto Collapse Categories' ?
I did as a test but that resulted in the first category expanded and nothing more. Even if you expand the rest and then click on a category it jumps back to the first category expended...

#6: Please check the outdate template list.
No outdated templates. Do you mean "Team_member_view_tabs_content"? I haven't touched it at all.

Code:
<xen:if is="{$canViewTeams} AND {$user.groupList}">
    <li id="teams" class="profileContent" data-loadUrl="{xen:helper groupRoute, 'browsegroups/user', '', 'user_id={$user.user_id}', 'profile=1'}">
        {xen:phrase loading}...
        <noscript><a href="{xen:helper groupRoute, 'browsegroups/user', '', 'user_id={$user.user_id}', 'profile=1'}">{xen:phrase view}</a></noscript>
    </li>
</xen:if>
 
No outdated templates. Do you mean "Team_member_view_tabs_content"? I haven't touched it at all.
Yep! It is. It won't show the tab to users without joined any teams(groups). I'm unsure that it is display for you. Can you give an link.

I did as a test but that resulted in the first category expanded and nothing more. Even if you expand the rest and then click on a category it jumps back to the first category expended...
It is hard for me understanding. Can you make an GIF for that?
 
Categories: I made a GIF from the categories as they are now. (might be a little hectic but I hope you get the point.)
View media item 1079Once you click a category everything collapses again. With XFMG the clicked category and its respective child categories stay open. Please duplicate that behavior because it helps users to orient themselves.

"Loading…" bug: I am sorry but due to the nature of the forum I can not give you admin access. I hope that somebody else has the same error and can help out.
 
Top Bottom