Problem/Motivation

When the social_follow_tag and social_follow_taxonomy modules are enabled, it should show a popup when you click on a tag that is used in a topic/node. I enabled both of the modules but when I click on the tag, nothing happens, the page simply reloads.

Steps to reproduce

1. Enable social_follow_tag and social_follow_taxonomy
2. Make sure its module weight is before social_tagging, so set the social_tagging to module weight 1 and social_follow_tag and social_follow_taxonomy to 0.
3. Create tags and content with these tags set.
4. Go to this node and try to click the content tag.

Proposed resolution

The problem is that social_follow_tag overrides the default template of social_tagging via the hook_theme, and there is no dependency on social_tagging, so it could happen that the module weight is set before the social_tagging one, this causes the hook_theme is executed before social_tagging, so effectively the template is not overridden. We need to make sure that we always execute the hook_theme after social_tagging.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

nkoporec created an issue. See original summary.

nkoporec’s picture

Status: Active » Needs review
tbsiqueira’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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