Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 21 replies - 1 through 21 (of 21 total)

  • bojan85
    Participant

    @bojan85

    Hi @mercime, I tried that code but for some reason its not moving.

    Below is my child css can you give me a hint if I have made a mistake somewhere?
    Thank you for your time.

    /*
    Template: bp-default
    Tags: buddypress, two-column,
    */
    #navigation #nav {
    float: left;
    margin: 40px 0 0 20px;
    }

    body {
    font-size: 14px;
    }
    #header {
    background: #FFF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    height: auto;
    margin-bottom: 0;
    line-height: 1.2em;
    filter: none;
    padding: 0;
    }
    #header #search-bar {
    min-height: 75px;
    margin-top: 0;
    }
    div.item-list-tabs {
    margin-bottom: 10px;
    background: #EAEAEA;
    background: -moz-linear-gradient(top, #EAEAEA 0%, #EAEAEA 15%, #D2D3D4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(15%,#EAEAEA), color-stop(100%,#D2D3D4));
    background: -webkit-linear-gradient(top, #EAEAEA 0%,#EAEAEA 15%,#D2D3D4 100%);
    background: -o-linear-gradient(top, #EAEAEA 0%,#EAEAEA 15%,#D2D3D4 100%);
    background: -ms-linear-gradient(top, #EAEAEA 0%,#EAEAEA 15%,#D2D3D4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#EAEAEA’, endColorstr=’#D2D3D4′,GradientType=0 );
    background: linear-gradient(top, #EAEAEA 0%,#EAEAEA 15%,#D2D3D4 100%);
    }
    div#subnav.item-list-tabs {
    filter: none;
    }
    #header #search-bar .padder {
    padding: 10px 15px;
    min-height: 5em;
    height: auto;
    }
    #search-form {
    margin-top: 14px;
    }
    #header #search-bar input[type=text] {
    border: none;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    margin-right: 4px;
    padding: 5px;
    font-size: 1em;
    line-height: 1em;
    }
    #header #search-bar input[type=text]:focus {
    outline: 0;
    -moz-box-shadow: 0 0 10px #FFF;
    -webkit-box-shadow: 0 0 10px #FFF;
    box-shadow: 0 0 10px #FFF;
    }
    #header #search-bar input[type=submit] {
    font-size: 13px;
    padding: 1px 6px;
    margin-left: 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    }
    #header h1 {
    float: left;
    margin-bottom: 0;
    margin-top: -5px;
    text-align: left;
    max-width: 520px;
    }
    #header h1 a {
    color: #FFF;
    text-decoration: none;
    text-transform: lowercase;
    font-size: .7em;
    font-weight: 400;
    text-shadow: 0 -1px 0 #052343;
    line-height: 1em;
    letter-spacing: 0;
    text-align: left;
    max-width: 520px;
    }


    bojan85
    Participant

    @bojan85

    Hi @meg thanks for the code!! So i assume that this will attach the admin to every private message sent on the site. So the admin would receive a copy of the message sent between members. I’m I correct?

    Cheers, Bojan


    bojan85
    Participant

    @bojan85

    Anyone with experience on this??


    bojan85
    Participant

    @bojan85

    A follow up to my first question is what would be the best way to avoid scrapers, spam problems when showing users email on their profile?


    bojan85
    Participant

    @bojan85

    Second option worked awesome thank you @Aeryn-Lynne


    bojan85
    Participant

    @bojan85

    http://wpbpshop.com/buddypress-user-account-type-pro just released to solve this issue.


    bojan85
    Participant

    @bojan85


    bojan85
    Participant

    @bojan85

    Finally a nice solution to this problem!!


    bojan85
    Participant

    @bojan85

    I have looked over the forums and found several threads concerning this function but there seem to be no apparent solution to this issue. I would love an answer from somebody who has deeper understanding of buddypress to see if this is possible to accomplish or not.

    Is it possible to create multiple different registration forms or different fields to fill in depending on what the user selects when registering?

    All help would be much appreciated!


    bojan85
    Participant

    @bojan85

    @jaimebib nope still no luck for me I have basically given up on this plugin since I cannot seem to reach the author of the plugin..
    @Marcella any news on the idea you had for developing the plugin?


    bojan85
    Participant

    @bojan85

    Could this plugin be the solution for this problem? https://buddypress.org/community/groups/buddypress-conditional-profile-field/

    Anybody got this plugin to work? Seems non-functional to me…


    bojan85
    Participant

    @bojan85

    @marcella1981, that sounds awesome, please let me know if there is anything I can do to help.

    Cheers,


    bojan85
    Participant

    @bojan85


    bojan85
    Participant

    @bojan85

    Wow that looks great!! So if I understand it right depending on what role the user selects on the drop down menu at the buddypress registration the relevant registration form will show up below?

    The screenshot looks awesome and I think the ability to direct users on 1st stage to specific xprofiles group will be a much needed addition to bp, especially for us novices


    bojan85
    Participant

    @bojan85

    @marcella1981
    I think a plugin would be a great addition to bp..I would believe more users would like to be able to create different registration profile fields for different users (dating sites, networking sites, job sites etc.,..that’s a good question..maybe something simple in the bp admin like the buddypress user account type plugin…or maybe is it possible to create the plugin as add on to the main Extended Profile Fields menu?

    I wish I could be more of a help..
    Cheers, Bojan


    bojan85
    Participant

    @bojan85

    @marcella1981,

    Hey Marcella, first of all thank you for taking the time to help us, What I am trying to do is very similar as david have two different registration forms depending if their user role is an athlete or coach. I have the regular Bp default theme with the frisco theme, and latest wp and bp.

    I have been trying to figure it out for a couple days but cant seem to move forward..where in the register.php do i enter the php code and jquery script? I tried a couple different places..I have matched the group fields with the $roles array I’m guessing thats the only thing im doing right so far…

    Sorry for the all the questions I am a beginner at all this..Any tips or help how to move forward would be greatly appreciated!


    bojan85
    Participant

    @bojan85

    not to hijack this thread but Wow this was exactly what I have been looking for but being a beginner this would be hard for me to implepement….no thoughts of relasing this as a plugin marcella?


    bojan85
    Participant

    @bojan85

    thanks mercime for the reply..


    bojan85
    Participant

    @bojan85

    thanks aces! worked for now..on another note i am trying to figure out ff there is anyway to create two different registration forms for buddypress? is that possible?


    bojan85
    Participant

    @bojan85

    Yes I have this problem as well, the name of the last user is still stuck on the registration page. I think i saw the solution to remove it somewhere before but cant seem to find it now…anyone know how to remove this problem??


    bojan85
    Participant

    @bojan85

    Hi everyone I am a beginner at all this and I am having a little problems with the bp implementation with the bp -mystique theme and was wondering if someone could guide me towards the right direction. The wp portion of the site is looking good but as soon as i go to a bp part the header is not where it suppose to be there is a big space and the background image for the site is not there anymore.

    It seems that the bp is not registering the modification I have made on the wordpress part.

    the site im working on is icacsports.com

    Any help would be most appreciated

    cheers,

Viewing 21 replies - 1 through 21 (of 21 total)
Skip to toolbar