Forum Replies Created

Viewing 40 posts - 121 through 160 (of 222 total)
  • Author
  • in reply to: City's field in profile. #5651
     JohnDoe
    Participant

    @adam what do you think about this?

    in reply to: City's field in profile. #5650
     JohnDoe
    Participant

    Updated Code to :


    //Custom City list
    function bp_add_custom_city_list() {

    if ( !xprofile_get_field_id_from_name($bp_fields['city']) && 'bp-profile-setup' == $_GET['page'] ) {

    $city_list_args = array(
    'field_group_id' => 1,
    'name' => $bp_fields['city'],
    'description' => 'Please select your city',
    'can_delete' => false,
    'field_order' => 6,
    'is_required' => true,
    'type' => 'selectbox',
    'order_by' => 'default'

    );

    $city_list_id = xprofile_insert_field( $city_list_args );

    if ( $city_list_id ) {

    $cities = array(
    "city",
    "city",
    );

    foreach ( $cities as $i => $city ) {
    xprofile_insert_field( array(
    'field_group_id' => 1,
    'parent_id' => $city_list_id,
    'type' => 'selectbox',
    'name' => $city,
    'option_order' => $i+1
    ));
    }
    }
    }

    }
    add_action('bp_init', 'bp_add_custom_city_list');

    in reply to: City's field in profile. #5648
     JohnDoe
    Participant

    I meant in bp-functions.php

    in reply to: user log in with email address instead of username #5640
     JohnDoe
    Participant

    Can you select both with that plugin @sqadmin , Login with your Username or Email Address

    in reply to: Hide the profile "about field" when logged in #5639
     JohnDoe
    Participant

    Support.

    in reply to: Custom chat restrictions. #5530
     JohnDoe
    Participant

    I emailed the chat folder to you.
    from the email adress : arno.agten@gmail.com

    in reply to: Website now appearing #5435
     JohnDoe
    Participant

    Child theme activated?

    in reply to: Adding Icons to Footer #5377
     JohnDoe
    Participant

    Adam shoot it over to me too please.
    you got my email πŸ™‚

    in reply to: Restrict certain levels profile page. #5359
     JohnDoe
    Participant

    Yeah but that’s not what i want really. i want them to see whats on it , but can’t post on their activity thingy. could this be possible?

    i should make a list for custom work and pay for all this :p i’m asking way more then most people here do.

    in reply to: Custom chat restrictions. #5291
     JohnDoe
    Participant

    Would it help if i send you the chat folder? it’s Arrowchat, i tried support on their forums, but no help πŸ™

    in reply to: Tagg error. #5290
     JohnDoe
    Participant

    Worked like a charm, thanks so much.

    in reply to: Plugins used by other members #5227
     JohnDoe
    Participant

    O in that case, i’m going to use this. Thanks mate πŸ˜€

    in reply to: Add new description – Membership Levels #5224
     JohnDoe
    Participant

    You have Sweetdate and sweetdate-child theme, functions.php has to be edited in the child theme. Make sure your child theme is active.

    the code can go anywhere between the php tags.

    <?php
    Code here
    ?>

    in reply to: Plugins used by other members #5223
     JohnDoe
    Participant

    @adam, does this work for the modal or only for the register page? because i thought the regular register page allready had this?

    in reply to: Tagg error. #5219
     JohnDoe
    Participant

    On the plugin support section found a topic about it , but i don’t really get the solution :

    “You theme is not updated and he is for buddypres 1.5.
    Buddypress was made a new update in the template pack, you can update it by your self by adding the missing file and make a modification.

    copy the file

    plugins/buddypress/bp-themes/bp-default/members/single/activity/permalink.php

    in your theme directory frisco-for-buddypress/members/single/activity/

    Mabe it’s work, but i suggest you use another theme compatible with buddypress 1.8 or other wordpress theme.”

    in reply to: Chat plugin #5218
     JohnDoe
    Participant

    @wisinyyandel7 , that is correct like that , if your cometchat is loading slower i would place it in your footer btw.

    in reply to: City Field #5195
     JohnDoe
    Participant

    I like the Auto-completion , better then the textfield now πŸ˜€
    Can’t wait for 2.3. Keep up the good work Admin, great theme!

    in reply to: Block free members of posting but not of viewing. #5167
     JohnDoe
    Participant

    O, i’m using buddypress wall plugin btw

    in reply to: Very low photo quality for user profile #5134
     JohnDoe
    Participant

    Any chance i could know how you made your nav ? i absolutely love it!

    in reply to: See what user accounts are activated and which not. #5132
     JohnDoe
    Participant

    Works Great, pending activations can be seen in the Settings -> Buddypress

    Would recommend this to everyone.

    in reply to: See what user accounts are activated and which not. #5131
     JohnDoe
    Participant

    Will check this out, ima post back when i did.

    in reply to: charge different type users #5127
     JohnDoe
    Participant

    pmpro is from paid memebrships pro , nothing to do with user x or user y

    in reply to: charge different type users #5077
     JohnDoe
    Participant

    Looks like a bad idea, since alot of fake female accounts will be made.

    in reply to: Sweetdate WP Feature Requests #5070
     JohnDoe
    Participant

    @sieglufer , i use arrowchat, works great πŸ™‚

    in reply to: Sweetdate WP Feature Requests #5057
     JohnDoe
    Participant

    i like your third suggestion @tenshi

    in reply to: Urgent! Can't login/register anymore through modal.. #4984
     JohnDoe
    Participant

    i did place the APP ID in Miscellaneous , and removed the WP Bouncer.

    what about now?

    in reply to: V2.2 #4983
     JohnDoe
    Participant

    and where would i add the HTML and JavaScript?
    Thanks for doing this admin πŸ™‚

    in reply to: register form for other pages #4919
     JohnDoe
    Participant

    What’s your hosting plan?

    in reply to: register form for other pages #4917
     JohnDoe
    Participant

    OT : Your website loads pretty slow, and in your rev slider i would make your logo transparant.
    Logo looks nice πŸ™‚

    in reply to: Urgent! Can't login/register anymore through modal.. #4892
     JohnDoe
    Participant

    Took my fb app out of sandbox mode, pasted the key in there again, still doesn’t seem to work
    how could this have happend. πŸ™

    in reply to: Urgent! Can't login/register anymore through modal.. #4891
     JohnDoe
    Participant

    what about now?

    in reply to: Urgent! Can't login/register anymore through modal.. #4826
     JohnDoe
    Participant

    i haven’t changed my facebook settings , this is weird.. can’t get it fixed

    in reply to: Revolution Slider #4813
     JohnDoe
    Participant

    I think he means, the picture isn’t displaying correctly , but the grid and image values are the same.

    Alot of people have this problem. And we know in the demo it shows normal but on our own site’s it doesn’t.

    Hope there will get a fix for this soon. Rev slider is great! if it works.. :p

    in reply to: New Update Breaking my Header #4786
     JohnDoe
    Participant

    OT : i like what u did with the icons in the nav πŸ™‚

    in reply to: Homepage layout #4782
     JohnDoe
    Participant

    That’s called, a Landing page πŸ˜‰

    in the index.php it says :

    get_header(); ?>

    and

    <?php get_footer(); ?>

    so if you want to do this, you can’t make the page withing WordPress, but make a custom page .

    you could use the modal signup form code :

    <form id=”register_form” action=”<?php if (function_exists(‘bp_is_active’)) bp_signup_page(); else echo get_bloginfo(‘url’).”/wp-login.php?action=register”; ?>” name=”register_form” method=”post”>
    <div class=”six columns”>
    <input type=”text” id=”reg-username” name=”signup_username” class=”inputbox” required placeholder=”<?php _e(“Username”, ‘kleo_framework’);?>”>
    </div>
    <div class=”six columns”>
    <input type=”text” id=”fullname” name=”field_1″ class=”inputbox” required placeholder=”<?php _e(“Your full name”, ‘kleo_framework’);?>”>
    </div>
    <div class=”twelve columns”>
    <input type=”text” id=”reg-email” name=”signup_email” class=”inputbox” required placeholder=”<?php _e(“Your email”, ‘kleo_framework’);?>”>
    </div>
    <div class=”six columns”>
    <input type=”password” id=”reg-password” name=”signup_password” class=”inputbox” required placeholder=”<?php _e(“Desired password”, ‘kleo_framework’);?>”>
    </div>
    <div class=”six columns”>
    <input type=”password” id=”confirm_password” name=”signup_password_confirm” class=”inputbox” required placeholder=”<?php _e(“Confirm password”, ‘kleo_framework’);?>”>
    </div>

    Hope i helped u a bit

    in reply to: How to export the user profile? #4779
     JohnDoe
    Participant
    in reply to: Homepage layout #4778
     JohnDoe
    Participant

    Do you have any HTML/CSS knowledge?

    in reply to: Homepage layout #4776
     JohnDoe
    Participant

    Instead of doing that, make a landing page, then when they are registered through there, make it redirect to your Homepage or whatever page you want.

    in reply to: DiffΓ©rent homepage for login people #4775
     JohnDoe
    Participant

    add [kleo_only_members] [/kleo_only_members] around ur slider code?

    in reply to: Accordion close or half open #4731
     JohnDoe
    Participant

    Now i do πŸ˜‰ and i think u mean to let the first item be closed just like the others right? iv been looking for this to. But i don’t think it’s possible.

Viewing 40 posts - 121 through 160 (of 222 total)

Log in with your credentials

Forgot your details?