Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 8, 201311 yr It would be wonderful if default profile tab could be set in constants.php or ACP. So that when member's profile is called, then gallery tab or custom app tab is shown instead of core:info tab.
May 8, 201311 yr It can be done now. Not as a power setting, but by manually setting $_GET['tab']. if ( ( strstr( $_SERVER['REQUEST_URI'], '/user/' ) OR isset( $_GET['showuser'] ) ) AND ! isset( $_GET['tab'] ) ) { $_GET['tab'] = 'status'; }
May 8, 201311 yr Author Martin, looks nice. Thank you! I had the hack in the view.php, patching the file, now removed to constants.php. :thumbsup:
Archived
This topic is now archived and is closed to further replies.