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.
screenshot of extra info under ALL tab
screenshot missing extra links under POSTS tab

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&amp;token=5YDimBEDJBoQbRzXncxnFfZqMtQ8dmbocoTwbUHuArY" title="" class="flag flag-action flag-link-toggle action-item-small" rel="nofollow">Follow</a><span class="flag-throbber">&nbsp;</span>
    </span>
</span></li>
</ul>          </nav>
?>

Comments

WebSinPat’s picture

Issue summary: View changes
WebSinPat’s picture

Title: browsing widget does not display all info when you click on the "posts" tab » browsing widget does not display node-action-links when you click on the "posts" tab

edit title to be more specific

WebSinPat’s picture

Further 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? :) )

devin carlson’s picture

Version: 7.x-3.5 » 7.x-3.x-dev
Component: Posts » Code
Status: Active » Needs review
StatusFileSize
new4.51 KB

This 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.

devin carlson’s picture

Status: Needs review » Fixed

Tested #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

WebSinPat’s picture

patch 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.)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.