I have deactivated the shane’s function and added this to functions.php but nothing is happen, default tab is still activity
Must I change or add something to the code?
Thanks
Edit: Ok, I understand now the function. If I use the cases for each individual group it works great, but if I put “forum” in default_tab I get a 404 error when I click on a group:
default:
$default_tab=βforumβ;// the original default landing tab
break;