Hello
in that post
https://vborg.vbsupport.ru/showpost....8&postcount=18 you say :
If we want to make it not shown to spiders :google,msn and others
Search for the template '
phpkd_floating_guest_notify', open it
ADD @ the very top of it the followong code:
PHP Code:
<if condition="!$show['search_engine']">
Also ADD @ the very bottom of it the following code:
When i open the template the first line are :
PHP Code:
<if condition="$show['guest'] AND THIS_SCRIPT != 'register'">
if i change that line to :
PHP Code:
<if condition="!$show['search_engine'] AND $show['guest'] AND THIS_SCRIPT != 'register'">
is not same as i put the :
PHP Code:
<if condition="!$show['search_engine']">
at the top
and the
at the bottom ?
Thanks again
Giorgos