when you click on the "all" tab of the browsing widget on a group homepage, some extra info and links is displayed under the post body, like the node "follow/unfollow" flag/button. When you click on any of the content-type specific tabs like "posts" or "wikis" that information is no longer displayed.


It's the information in the "node-action-links". I'm guessing quicktabs is not playing nicely with it?
<?php
<nav class="clearfix">
<ul class="links inline node-action-links"><li class="flag-commons_follow_node first"><span><span class="flag-wrapper flag-commons-follow-node flag-commons-follow-node-4">
<a href="/flag/flag/commons_follow_node/4?destination=home&token=5YDimBEDJBoQbRzXncxnFfZqMtQ8dmbocoTwbUHuArY" title="" class="flag flag-action flag-link-toggle action-item-small" rel="nofollow">Follow</a><span class="flag-throbber"> </span>
</span>
</span></li>
</ul> </nav>
?>
Comments
Comment #1
WebSinPat commentedComment #2
WebSinPat commentededit title to be more specific
Comment #3
WebSinPat commentedFurther info:
"posts" and "polls": DO NOT display the node-action-links
all, wikis, and q&a: DO display node-action-links correctly
(earlier i had thought that maybe ALL the subtabs didnt work correctly, but turns out a few tabs work, a few tabs don't. copy-paste error somewhere? :) )
Comment #4
devin carlson commentedThis got lost in #2063613: Add "call to action" buttons to the browsing widget views.
The attached patch standardizes the row link options for the various browsing widget views.
Comment #5
devin carlson commentedTested #4 against an existing Commons site to verify that all of the update functions rans properly and that the row links on the various browsing widget content type views all displayed the same.
Committed #4 to Commons 7.x-3.x.
http://drupalcode.org/project/commons.git/commit/c8625ed
Comment #6
WebSinPat commentedpatch in #4 worked great for me. thanks @Devin Carlson.
EDIT: (ps. sorry for the dupe issue. not sure how i didn't see the other open issue when i searched.)