Closed (works as designed)
Project:
Easy Social
Version:
7.x-2.9
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 13:43 UTC
Updated:
18 Feb 2013 at 05:05 UTC
Hi,
Is there a way to add easy social links to the template manually? I have a problem where I have easy social setup to show at the top and bottom of the node. However, I have adsense blocks in my template that I want to go between the easy social links and the content. However, I can only seem to get the adsense blocks "outside" of the easy social links rather than on the "inside".
Is this possible?
Thanks for any help.
Comments
Comment #1
eggthing commentedSubscribe
Comment #2
bourne777 commentedI am trying same thing. I need to hide the Easy Social field for render it in another place of my theme's template node.tpl
Is there a way to do this?
Thanks
Comment #3
lnunesbrThe easy social render was made following the recommended drupal way.
So we created extra field implementing the hook_field_extra_fields, so, it become available on Manage fields of the content type.
I suggest you to not use the easy social in your node (go to your content type edit page, and disable easy social for it), and, create a block on easy social settings, and programatically load this block on your template as follow the example.