This changes the "Group: Members" text below the avatars in the topics to be a link to the Member List for that particular group. Handy so you can see who all is in each particular group easier. Edit admin/sources/base/core.php. Find: ...
If you'd like the opportunity to use emoticons in signatures, here's how. Open admin/applications/members/extensions/usercpForms.php. Find (on line 1377): IPSText::getTextClass( 'bbcode' )->parse_smilies = 0; ...
Open /admin/sources/base/core.php. Find: else if( ipsRegistry::$settings['allow_gravatars'] ) { /* Try a gravatar, if all else fails */ $av_hash = md5( $member['email'] ); $s = $lowestS ...
This tutorial will teach you how to change the default 60 minutes of inactivity logging you out. This is honestly perfect for me because I spend a lot of time editting the css or templates; when I am working in Photoshop that can take time. ...