This is the H2

Where to Find Search Time Outs in EE2.x

Question: Where can I find the number of seconds between searches in EE2,x?

Answer: You’d set this for each member group. Choose Membership Preferences for the group you wish to modify.

NOTE: This setting is MSM aware, You can make these changes on a per site basis.

Setting Search Time Out Settings

Where Am I?

Question: I need to get a server path for my new file directory. I know what my regular directory is, but not the system path. How can I find this setting?

Answer: The easiest way to do this is to create a whereami.php file with the following content:

<?php echo realpath(dirname(__FILE__)) . '/'?> 

FTP the file up to your new images folder, and navigate to that folder using your browser. You’ll now see your server path.

NOTE: This code snippet will work with both EE1.x and EE2.x.

If you’re on a Windows box, use a trailing \ instead of a / to get the right direction for your slashes.

Helping you find how to grab the server path

Creating Custom Status Groups

Add/Edit Status Groups