help with a BOT code...

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

help with a BOT code...

Post by neuropass »

Hey guys ,

Sorry about the title, it doesn't make any sense.. lol

I'm trying to figure out the edits to block the bot and non registered users to see certain portal block..

I know the one for users but i can't figure out the bot edits.

this is what i was thinking but it doesn't work:

Code: Select all

<!-- IF S_USER_LOGGED_IN and S_IS_BOT -->

<!-- ENDIF -->

Re: help with a BOT code...

Post by Stoker »

Code: Select all

<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->

Re: help with a BOT code...

Post by neuropass »

thanks Stoker it works now... :geek: