Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • in reply to: Long Profile field names get cut off #20614
     britcunning
    Participant

    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?

    in reply to: Editing groups nav #19811
     britcunning
    Participant

    Found code to change the default landing tab for each group.

    COPY CODE
    add_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.

    in reply to: Location, geo, proximity search, zip code or city #19585
     britcunning
    Participant

    I 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 😉

    in reply to: Long Profile field names get cut off #19337
     britcunning
    Participant

    Im confused. Put a hyperlink? How will that help? How do I correct this?

    in reply to: Extended Fields at Registration & Profile #18593
     britcunning
    Participant

    Actually I did get it to work. You just have to be patient with it. 🙂

    in reply to: Extended Fields at Registration & Profile #18587
     britcunning
    Participant

    Yo,

    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.

    in reply to: Register page redirects to homepage #14294
     britcunning
    Participant

    I actually can’t find the register page anywhere… every register link redirects to the homepage.

    in reply to: Demo menu error + 404 redirect #13865
     britcunning
    Participant

    Figured 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!

Viewing 8 posts - 1 through 8 (of 8 total)

Log in with your credentials

Forgot your details?