Forum Replies Created

Viewing 40 posts - 1 through 40 (of 67 total)
  • Author
  • in reply to: Facebook Login #22239
     jaybini
    Participant

    Can anyone help plz ?!

    in reply to: Facebook Login #21858
     jaybini
    Participant

    I’m really new with facebook apps , how can this be achieved i want to retrieve the gender , birthday, interests, location(country & city). How can i achieve this please help

    in reply to: urgent users can't login #20222
     jaybini
    Participant

    it worked there was something in the server!

    in reply to: urgent users can't login #20195
     jaybini
    Participant
    This reply has been set as private.
    in reply to: not working short code #13401
     jaybini
    Participant

    it worked i guess i had to add a feature image to it to appear

    in reply to: not working short code #13400
     jaybini
    Participant
    This reply has been set as private.
    in reply to: Country City autocomplete is not working #11319
     jaybini
    Participant

    how come its still not working ?? how to make it work ??

    in reply to: display **** in profile tab when user is not a friend #10946
     jaybini
    Participant

    i don’t know how to write the conditions, for example can u make the content of “name” be **** for public users and appears for friends
    thank you

    in reply to: How to change matching system #9732
     jaybini
    Participant

    Thank u so much abe for ur help =D

    in reply to: How to change matching system #9234
     jaybini
    Participant
    This reply has been set as private.
    in reply to: How to change matching system #9142
     jaybini
    Participant

    the function compatibility_score is giving me score of 1 for all members even if they are have different gender

    in reply to: How to change matching system #8981
     jaybini
    Participant

    I did it and still not working
    This is my code now i made small numbers to c if its working its still gives me 80 match and so whatever

    add_action('after_setup_theme','kleo_my_match');
    function kleo_my_match() {
    global $kleo_config;
    $kleo_config['matching_fields']['starting_score'] = 1;
    /*required for initial match. If the sex preference matches it will continue to the specified fields below
    $kleo_config['matching_fields']['sex'] = 'I am a';
    $kleo_config['matching_fields']['looking_for'] = 'Looking for a'; */
    //sex percentage
    $kleo_config['matching_fields']['sex_percentage'] = 0;
    //single value fields like select, textbox,radio
    $kleo_config['matching_fields']['single_value'] = array (
    'Gender' => 2,
    'Marital status' => 3,
    'Country' => 5,
    'City' => 5,
    'Occupation' => 8,
    'Annual Income' => 9,
    'Education' => 8,
    'Political Views' =>2,
    'Religion' => 1,
    'Body Type' => 2,
    'Ethnicity' => 6
    );
    //multiple values fields like multiple select or checkbox
    $kleo_config['matching_fields']['multiple_values'] = array (
    'Interests' => 2,
    'Languages Spoken' => 3
    );
    }

    in reply to: How to change matching system #8888
     jaybini
    Participant
    This reply has been set as private.
    in reply to: How to change matching system #8757
     jaybini
    Participant

    I want to fix the matching system since i changed the sex fields to “gender” instead of “I am a” and “looking for” so that if gender is man when search for a woman it gets him 49% matching for example, now it gives the same match whether its a man or woman, i dont want a man searching for a man and woman for a woman

    in reply to: blog posts #8677
     jaybini
    Participant

    1. I made the same but to “recent topics” but where can i edit the html code of recent topics ?

    2. I want also to make the same for “Forum categories” i used before for the blog posts categories the following code

    <?php
    $catquery = new WP_Query( 'cat=1&posts_per_page=5' );
    while($catquery->have_posts()) : $catquery->the_post();
    include('latest-news.php');
    endwhile;
    ?>

    in reply to: Change Name to username #8667
     jaybini
    Participant

    #1. Where can i change the “Name” of members in breadcrumbs into “username” instead

    is not mentioned in the topics and it still viewed as name all the other code worked for me but the breadcrumbs still show “Name”

    in reply to: Check box field checked #8654
     jaybini
    Participant

    i made it and it doesn’t appear checked in the register page

    in reply to: cropping is not working #8340
     jaybini
    Participant

    I had a jquery line of code overlapping the cropping javascript so i moved it and worked
    thank you

    in reply to: cropping is not working #8312
     jaybini
    Participant
    This reply has been set as private.
    in reply to: Profile edit form #8285
     jaybini
    Participant

    Thank u @Frien337 =D

    in reply to: Dropdown menu for Header Profile Button not showing #8108
     jaybini
    Participant
    This reply has been set as private.
    in reply to: About me tab #8100
     jaybini
    Participant

    i fixed it i have to enter the group to make it work.

    Anyway i have another issue, when i click on about me for example it disappears and its contents appear , and so on when i click on any other tab when i click on looking for , contents appear teh tab disappear and about me tab appears again :S

    i updated the theme and its still like that

    in reply to: About me tab #8086
     jaybini
    Participant

    I tried adding lifestyle tab but it didn’t appear

    $bp_tabs[‘lifestyle’] = array(
    ‘type’ => ‘regular’,
    ‘name’ => __(‘Life Style’, ‘kleo_framework’),
    ‘class’ => ‘regulartab’
    );

    from where do i get the tabs names ‘lifestyle’, ‘visual-apperance’, ‘base’ and so on
    what can i do ?

    in reply to: reply to address #7919
     jaybini
    Participant

    I used configure SMTP and give me an error
    “An error was encountered while trying to send the test e-mail.
    SMTP Error: Could not connect to SMTP host.”

    I’m suposed that i had put the right info

    in reply to: Emails #7915
     jaybini
    Participant

    its not working still the existing one overwrites this plugin i need to change the emails
    please help

    in reply to: Cometchat chat link in profile #7351
     jaybini
    Participant

    1. when it says who’s online this represent all users on the website who are online or my friends who are online ?

    2. if i want to limit it to premium membership is all users are going to appear too ?

    3. I don’t want users to be flooded with messages from random people on the website.that’s what I want to reach

    Could u help me please
    thank u

    in reply to: Cometchat chat link in profile #7258
     jaybini
    Participant

    after making a button in the member’s profile , i want to make the chat “one to one” conversation for example u can’t talk to several people in the same time u have to close the conversation to start another one.
    how can this be done ?

    in reply to: 404 error #7242
     jaybini
    Participant

    i deactivated bbpress and installed again and worked

    in reply to: 404 error #7240
     jaybini
    Participant
    This reply has been set as private.
    in reply to: Remove Public Message #3316
     jaybini
    Participant

    its a css thing
    #post-mention{
    display:none;
    }

    THank u for ur help

    in reply to: blog post category #3314
     jaybini
    Participant

    Thank you Sir
    I noticed that i have to edit it from the main file sweetdate/framework/widgets/widget_recent_posts.php
    not to copy it to the sweetdate-child folder right ?

    I want to make only the last latest post appears in a big view , like what i posted earlier in http://www.people.com/people/

    Thank you

    in reply to: Limit Private Messages according to Membership #3312
     jaybini
    Participant

    yea , thank u for the update , i made the restriction but what’s happening now is it only works on sending the message, i want the premium member sends and receives messages only, other members can’t receive unless they are premium members so if they are free members they can’t access the message until they select the premium membership

    in reply to: Remove Public Message #3311
     jaybini
    Participant

    yea i already did that, but what i want is to remove the “public message” written in the profile page above the “private message”

    in reply to: Remove Friend in profile #3290
     jaybini
    Participant

    I want to remove “friends” tab in the profile

    in reply to: blog post category #3289
     jaybini
    Participant

    where can I edit the “recent-posts-3” page

    in reply to: blog posts #3215
     jaybini
    Participant

    Hey sqadmin,
    where can i find the recent_posts-3 code so i can edit it?
    iI want to edit the html add some <p> <span> and so on

    in reply to: Auto chimp plugin error #3192
     jaybini
    Participant

    Thank you Adam

    in reply to: Adding features #3176
     jaybini
    Participant

    Thank you

    in reply to: blog posts #3063
     jaybini
    Participant

    one last thing , I just noticed that only signed in users can c the recent posts. how can i make guests c the posts too ?

    in reply to: blog posts #3050
     jaybini
    Participant

    thank you sooo much @sqadmin for ur help
    Great support thank u again

Viewing 40 posts - 1 through 40 (of 67 total)

Log in with your credentials

Forgot your details?