We just updated our site to 7.0.9
In our polls the poll question text is right over the avatar image. We would actually prefer that the avatar not even show for the polls. How do we do this?
We just updated our site to 7.0.9 In our polls the poll question text is right over the avatar image. We would actually prefer that the avatar not even show for the polls. How do we do this? Bill and Deb |
open [edit] /modules/boonex/poll/templates/base/poll_view_block.html this is the main poll block.. remove lines 4,5,6 <div class="pollThumb"> __poll_picture__ </div> ManOfTeal.COM a Proud UNA site, six years running strong! |
to remove the link at the bottom showing who posted.. lines 47,48,49 <div class="owner_info"> __by__ __profile_link__ <span class="date_add">__date_add__</span> </div> ManOfTeal.COM a Proud UNA site, six years running strong! |
Thank you so very much! Bill and Deb |
yw ManOfTeal.COM a Proud UNA site, six years running strong! |
Okay, we removed the Poll thumb as you pointed out, but it still shows. Bill and Deb |
Okay, we removed the Poll thumb as you pointed out, but it still shows. Still shows where? If your speaking of the Polls page and the block "Poll Owner Info" in page builder drag that box to the "Inactive" block ManOfTeal.COM a Proud UNA site, six years running strong! |
No, it's on each individual poll, including the polls block on the home page. Bill and Deb |
Got it! Bill and Deb |
I was about to post that, I had overlooked that file. lol ManOfTeal.COM a Proud UNA site, six years running strong! |