Dannymh
Guest
offline
I am having issues trying to hide the style chooser for guests. The reason i want to do this is because under google analytics I am getting absolutely hammered by guest users hitting the misc/style-variations link.

I tried to set this in a template modification as follows on page_container
find:
Code:
Read more
Continue reading...

I tried to set this in a template modification as follows on page_container
find:
Code:
Code:
<xf:if is="$xf.visitor.canChangeStyleVariation($xf.style)">
<a href="{{ link('misc/style-variation') }}" rel="nofollow"...
Read more
Continue reading...