Curious if this is easy or…a pain. I want to run a conditional in spHead.php to check if it’s the GroupView. Reason being, in the spGroupView.php file, I’m running the search functionality below a custom part of that page. Problem is, the search feature is run in spHead.php as well.
I’d like to declare a conditional, like WordPress’ “is_page()”, that detects if it’s the groupView, and if so, don’t show the search feature.
Is this possible via a template tag? I see in the wiki an sp_is_groupview. Please, oh, please tell me it’ll do what I want?