The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Spiders/bots from various search engines
Hello everybody,
I've dissalowed guests to read threads content, but how can I make exception for Google, Yagoo, Bing and other spiders/bots? Thanks, intro. |
#2
|
||||
|
||||
Why would you want to do that? wouldn't it better to just limit guests to the first post?
|
#3
|
||||
|
||||
In your post bit replace verythinge between <!-- message --> and <!-- message/ --> with
HTML Code:
<!-- message --> <if condition="$show['search_engine']"> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> </if> <if condition="$show['guest']"> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] SORRY YOU MAY NOT VIEW THIS! </div> <else /> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div></if> <!--/ message --> |
#4
|
|||
|
|||
Doesn'T work in vb 3.8.7
|
#5
|
||||
|
||||
Are you sure you did as above? supply your postbit and i'll do it for you!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|