what does this mean?
6) the BuddyPress links don’t work as the mobile theme isn’t compatible, so hack them in on the command line:
$ cd ?pathto?/wp-content/themes/mobile_pack_base/
$ ln -sf ../../plugins/buddypress/bp-themes/bp-default/activity ./
$ ln -sf ../../plugins/buddypress/bp-themes/bp-default/forums ./
$ ln -sf ../../plugins/buddypress/bp-themes/bp-default/members ./
$ cd ../mobile_pack_blue/ (or the one you’re using, but not base)
$ ln -sf ../../plugins/buddypress/bp-themes/bp-default/groups ./
How do I go about hacking them in command line?
Thanks!