Forum Replies Created
-
Author
-
britcunningParticipant
I have tried all the CSS and it doesn’t work for me. How do I update to the newest sweetdate version? Re-download it from themeforest?
britcunningParticipantFound code to change the default landing tab for each group.
COPY CODEadd_filter('bp_groups_default_extension','bpdev_custom_group_default_tab'); function bpdev_custom_group_default_tab($default_tab){ $group=groups_get_current_group();//get the current group //if current group is not set, return the default tab if(empty($group)) return $default_tab; // you may create a switch/if else to default to some other tab based on group slug or group id whichever you prefer //here I am testing agains slug switch($group->slug){//to test against group id use $group->id case 'family-law'://the group sug $default_tab='members';//the landing component break; case 'study-group'://the group slug $default_tab='forums';//the landing component break; //go ahead add some more
Still cannot figure out how to unset the “home” tab. Any assistance there would be helpful.
britcunningParticipantI installed the newest version of the geomywp plugin just for fun. Did NOT work and corrupted formatting of almost all the HTML on my homepage. Just an FYI! When checking integration make sure to look at the accordions specifically (geomywp caused all of them to permanently expand), amongst other errors. I love sweetdate but so far geomywp integration has been a massive soup sandwich, haha 😉
britcunningParticipantYo,
Click the tiny “profile” link and then click “edit” and the other fields will show up.
I don’t know how to make anything other than the “about me” field show up next to the avatar, but I would suggest trying something like this: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
I can’t get it to work, but good luck to you.
britcunningParticipantI actually can’t find the register page anywhere… every register link redirects to the homepage.
britcunningParticipantFigured out the page 404 redirection:
With WAMP you need to turn on the rewrite_module. To do this click on the WAMP icon in your task bar and navigate to: Apache>Apache modules> Scroll down to rewrite_module and click it. Once you do this your pages should work immediately.
I googled for like 4 hours for that answer hahaha 🙂
Have not figured out why the demo menu links were off but I’m just going to edit them manually for now. I hope everything else from the demo files uploaded correctly!
-
AuthorPosts