The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
i am trying to modify a condition that doesnt allow guests to resd posts. What i want is that spiders are allowed to read the posts. So i have tried the following but it doesnt work. Code:
<if condition="$bbuserinfo['usergroupid'] != 1 and $bbuserinfo[usergroupid] != 3 and $_SERVER['HTTP_USER_AGENT'] == google and $_SERVER['HTTP_USER_AGENT'] == slurp@inktomi and $_SERVER['HTTP_USER_AGENT'] == yahoo! and $_SERVER['HTTP_USER_AGENT'] == msnbot"> </if> Can someone here tell me what is wrong and how to do this correctly? Greetings Karlo PS. Maybe i should add that this code is in the SHOWTHREAD template and works when it is like this: Code:
<if condition="$bbuserinfo['usergroupid'] != 1 and $bbuserinfo[usergroupid] != 3"> <if condition="$show['threadedmode'] OR $show['hybridmode']"> <!-- thread posts list --> $threadlist <!-- /thread posts list --> </if> <div id="posts">$postbits</div> |
#2
|
||||
|
||||
![]() Quote:
IF THE USERGROUP IS NOT 1 AND NOT 3 AND GOOGLE IS TRUE AND YAHOO IS TRUE AND SLUPR IS TRUE AND MSN IS TRUE So you are asking to see if they are every one of the search bots (which is not possilbe) Also if you are using adsense this could get you removed from their program if they find out guests cannot see the same info as their bots can |
#3
|
|||
|
|||
![]() Quote:
Thank you for your quick answer! I'm asking cause it seems to be working here: https://vborg.vbsupport.ru/showthrea...9&page=4&pp=15 Greetings Karlo |
#4
|
||||
|
||||
![]() Quote:
|
#5
|
|||
|
|||
![]() Quote:
Thank you that works, only with yahoo! and slurp@inktomi i get a parse-error, i'm pretty sure it is because of the @ and the ! Do you know if there is a possibility to avoid this? Greetings Karlo |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|