Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,019
- How-to & Troubleshooting
- 129,642
- Creating & Extending
- 25,793
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,382
- Miscellaneous
- 9,180
-
Put quotes around your conditional cases.
eg.
if ($localPhone== Brighton || $localPhone==Test Group)
to:
if ($localNetwork== "Brighton" || $localNetwork=
"Test Group")
See if that works.
[EDIT]
Also $localPhone isn’t defined… you want to use $localNetwork instead.