Closed (outdated)
Project:
Advanced Poll
Version:
6.x-1.x-dev
Component:
User interface (CSS, Images, etc.)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Apr 2010 at 20:30 UTC
Updated:
9 Mar 2017 at 19:55 UTC
Jump to comment: Most recent
Comments
Comment #1
z33k3r commentedI believe the devs say to utilize the template.php in your theme with hook functions... I have yet to find what functions to use though...
Comment #2
estone commentedI don't know (never used this module before), but you can hide the unwanted elements with css:
.node-type-advpoll_binary .picture, .node-type-advpoll_binary .user_badges{
display:none;
}
to hide the picture and the badges.
Cheers
Comment #3
z33k3r commentedHiding is very inefficient. The calls should just not be made if they are not to be utilized. One could also argue that web crawlers will also be seeing that data and you might not want that depending on your situation.
Comment #4
gobinathmD6 is EOL hence this issue won't be fixed (or) attended. So closing it.