jellytoe Member Licensed customer Mar 11, 2016 #1 I know there is a notice option for if visitor is coming from Google. Is it possible to write this into a template as a conditional?
I know there is a notice option for if visitor is coming from Google. Is it possible to write this into a template as a conditional?
P Paul B XenForo moderator Staff member Licensed customer Mar 11, 2016 #2 Code: $visitor.from_search Upvote 0 Downvote
jellytoe Member Licensed customer Mar 11, 2016 #3 <xen:if is="{$visitor.from_search}"> ? Upvote 0 Downvote
P Paul B XenForo moderator Staff member Licensed customer Mar 11, 2016 #4 Yes, that is the correct form for a conditional statement. Upvote 0 Downvote
jellytoe Member Licensed customer Mar 12, 2016 #5 Hmm it's giving me the else when I click over to the forum from Google. Upvote 0 Downvote