Forum Replies Created

Viewing 16 posts - 1,841 through 1,856 (of 1,856 total)
  • Author
  • in reply to: Prettyphoto not fullscreen #10114
     Andrei
    Moderator

    Hello,

    Could you please give me some screenshots exactly explaining the problem ?
    How is it and how you want it to be….

    Waiting your feedback !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Editing text on profile #10112
     Andrei
    Moderator

    Hello,

    It seems that you can’t directly edit another user profile, but instead you could login as a specific user, and edit his profile.
    You could use this plugin to easy change from an user to another:
    http://wordpress.org/plugins/user-switching/

    Please let me know if i can help you with something else.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Album only for Members #10111
     Andrei
    Moderator

    Hi,

    You will need some programming skills in order to achive that.
    It involves editing of the albums template and add proper checks to that template.

    Let me know if you need more help with this problem.

    Waiting your feedback !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Urgent! Registration page #10110
     Andrei
    Moderator

    Hello Unibuddy,

    Sorry, but i can’t understand properly what are you describing, could you post some screenshots about how is it and how you expect to be ?

    Waiting your feedback !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Remove Rev Slider for logged in users #10107
     Andrei
    Moderator

    Hello,

    You could use the following code snipped to achieve that:

    COPY CODE
    
    add_action('after_setup_theme', 'remove_revslider', 100);
    function remove_revslider() {
    	if(is_user_logged_in()) {
    		remove_action('kleo_after_header', 'kleo_page_revslider');  // for pages
    		remove_action('kleo_after_header', 'kleo_home_revslider'); // for home page
    	}
    }
    

    Let me know if this resolves your problem.
    Waiting feedback !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Help….Few Questions #10073
     Andrei
    Moderator

    Hello Santos,

    In order to help you with your problems, could you please tell me if you run any plugins or custom functions ?
    If so, please disable/remove them until you find what’s causing this problems.
    Please come back with details if the problem persist after you try this.

    Waiting your feedback !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to upload 10,000 Profiles #10072
     Andrei
    Moderator

    I’m sorry to hear that,

    I just gived you the first solution that looked good to me.
    The plugins looks up to day so i hope anything goes ok in the end.

    If you’ll try to search about ‘import buddypress users” on google you should find a lot of information about this topic.

    I’ll be pleased to help you if you have any more questions.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change username after registration #10071
     Andrei
    Moderator

    I’m glad that your problem was resolved.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile Edit Problems #10070
     Andrei
    Moderator

    You can do the following while you test the profile edit behaviour after each try:

    – disable all your plugins
    – comment out all custom functions / code snippets
    – start and enable your plugins, one by one, until you find the plugin which causes the problem

    I’ll be happy to help if you find out more details about this issue.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change username after registration #10059
     Andrei
    Moderator

    Hello Toki,

    That autogenerated username it’s the default facebook implementation way and the most used approach.

    A second approach would be to add a step ( eventually a popup ) before the facebook registration, which will require the member to input the desired username, but this doesn’t actually match with the concept of facebook login, which is exactly to be as simple as it can be for the user.

    You will need to understand that this solution is a custom work which requires programming skills and a dedicated amount of time. Thing that isn’t covered by our support conditions.

    I’ll be pleased to help you if you have any more questions.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Upload Picture under profile #10058
     Andrei
    Moderator

    Hello,

    We would need some more information about this issue.
    Please provide us your installation address so we can check out the problem.

    Waiting your feedback !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Profile Edit Problems #10057
     Andrei
    Moderator

    Hello Ryan,

    Do you have any caching plugins active on the buddypress area ?
    If you use caching, you will need to disable it for certain pages, like member profiles, member listings and a few more ( basically on all pages where you have dynamic informations ).

    Could you check our theme on a fresh install, and see if the problem persists ?

    Waiting your feedback !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Limiting Profile Views #10043
     Andrei
    Moderator

    Hello

    I don’t remeber to see this feature in any other plugin or code snippet until now.

    One of the approaches would be to add a field on each user, in which you will store the visits count, reset that counter every day, and based on his profile type, you would have to make the proper checks and restrict the profile page.

    You will need to understand that this is a custom work which requires programming skills and a dedicated amount of time. Thing that isn’t covered by our support conditions.

    Have a nice day !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to upload 10,000 Profiles #10042
     Andrei
    Moderator

    Hello,

    To achive that you will need to find a proper plugin that does that.
    As example : http://www.youngtechleads.com/buddypress-members-import/

    Before you start doing this import please carefully read the documentation and see if the solution matches your needs.

    Have a good day !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: known problem with wp 3.8? #8224
     Andrei
    Moderator

    Great

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to link the avatar on the member (search) page? #3071
     Andrei
    Moderator

    Hello Cenk,

    I’m supposingly you work with a child theme ( that’s recommended ).

    Copy “members-loop.php” and “members-loop-mini.php” from “sweetdate/members” to “sweetdate-child/members”

    – edit “members-loop.php – around line 28” and “members-loop-mini.php – around line 31”
    – search for

    COPY CODE
    <?php bp_member_avatar('type=full&width=94&height=94&class='); ?>

    – replace it with:

    COPY CODE
    <a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar('type=full&width=94&height=94&class='); ?></a>

    Hope this resolve your problem !

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 16 posts - 1,841 through 1,856 (of 1,856 total)

Log in with your credentials

Forgot your details?