Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 32 total)

  • Security
    Participant

    @shivam-kumar


    Security
    Participant

    @shivam-kumar

    @@lisame
    Try this i hope this resolves the issue out
    limit-min-max-characters-buddypress-registration-form


    Security
    Participant

    @shivam-kumar

    try adding this line to the function i gave above and see if it works
    $bp->bp_options_nav[‘groups’][‘home’][‘slug’] = ‘Something’;


    Security
    Participant

    @shivam-kumar

    Hi Try this in your bp-custom file

    <? php
    function your_bp_groups_forum_first_tab() {
    global $bp;
    
    $bp->bp_options_nav[‘groups’][‘home’][‘name’] = ‘Something';
    }
    add_action(‘wp’, ‘your_bp_groups_forum_first_tab’);
    ?>

    this should change the ‘home’ tab to ‘something’ similarly do the changes for all the tabs accordingly
    Thanks


    Security
    Participant

    @shivam-kumar

    oh i got your point now sorry i dint saw that attached screen shot carefully before,in that case you may need a custom fuction may be the below link could get you some help
    Manually modifying single group navigation in BP 1.5


    Security
    Participant

    @shivam-kumar

    Are you sure the link you have added there on your site is for members only and not for group or some other component ,no offense just a possibility after all we are all humans cos i think that fans relates more to friends and thus changes should be done as follows
    define ( ‘BP_FRIENDS_SLUG’, ‘fans’ );


    Security
    Participant

    @shivam-kumar

    Ok then make sure you are placing this line of code some where above the function which you have used to rename the members tab to fans and not below it.


    Security
    Participant

    @shivam-kumar

    Hi found two links related to the issue may be these may prove helpful as far as i remember latest version of buddypress now supports functions for multiple role on registration
    https://buddypress.org/support/topic/how-to-bp_set_member_type/
    https://buddypress.org/support/topic/how-to-assign-a-wp-user-role-based-on-a-registration/
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @dleit may be you should visit the sites such as cunny commons academy(google it) which is built using buddypress to have a small idea bout how you should place your stuff and other links,the next step would be to add the activity link where you and other people can post updates as is done in facebook cos it is updates which is going to bring some engagement on your sie and its users add members link to list all your members so that people can find each other and get connected rest will come automatically as you start doing all the best
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi found two links related to the issue may be these may prove helpful as far as i remember latest version of buddypress now supports functions for multiple role on registration
    https://buddypress.org/support/topic/how-to-bp_set_member_type/
    https://buddypress.org/support/topic/how-to-assign-a-wp-user-role-based-on-a-registration/
    Thanks


    Security
    Participant

    @shivam-kumar

    hi try this just retype each quotes sign manually in the above code, i am asking you to do this cos you would have copied the code from some site which brings changes in the unicode characters used, use the quotes sign which is found by the side of enter key in keyboard this should make the code work
    Note that there are two signs which looks like single quote but are different one is near the enter key the ” ‘ and the other just before the No. 1 in numbers row ~`
    Thanks


    Security
    Participant

    @shivam-kumar

    try checking using an incognito or private window after adding the above line your site and browser may be loading a cached version of your site due to which you won be able to see the changes
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @olaska
    you need to add some more validations to your registration page read this post for more info
    https://buddypress.org/support/topic/registration-validation/#post-235934
    plus install bp-security question plugin which throws a math challenge on registration page this will help you keep out few more bots
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @ar2015
    Actually i wrote a post on this few days back may be you would like to have a look


    Security
    Participant

    @shivam-kumar

    Hi@mmaccou the issue is related to trigger(content) used in js only as far as i remember may be this thread comes handy for you,btw which version of buddypress and wordpress you are using i hope its latest one.
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @atomonfire have a look at this thread which is quite related to your issue https://buddypress.org/support/topic/spambot-users/#post-230739
    apart from that try plugins such as wanguard,bp security question.
    I hope this helps
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @sandyfischler thanks for the confirmation, there is a very good plugin to redirect author link to his/her profile i am using it on my site as well and it works good for me you can get it from here
    No need to change anything just install >>activate>> clear browser cache and check your site in a new incognito window out of your current admin session to see if redirect is working for you,i hope this helps
    Thanks


    Security
    Participant

    @shivam-kumar

    And if that doesnt works try activating site tracking component from dashboard>>settings>>buddypress>>components tab and then check for logs from new Activity tab in your dashboard this will help you see all the activity of your site users from dashboard like who wrot new blog post etc
    Note:I think the blog posts written after following the steps given in 1st post above will only appear in activity of your site and old blog posts will not appear
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @sandyfischler i think this feature is already a part of buddypress just goto dashboard>>settings>>buddypress;>settings tab>>
    1)enable buddypress to wordpress profile syncing
    2)Allow activity stream commenting on blog and forum posts
    3)clear cache of your site and the next time someone will post a blog post it should become visible in activity stream
    Thanks


    Security
    Participant

    @shivam-kumar

    I think i know this issue the problem is due to a missing id=content in one of the starting division in your home.php or themename/activity/index.php
    <div id=”content”>
    ie. if your theme is having <div id=”content-xyz“> change it to <div id=”content”> temporarily and see if the issue is resolved
    I hope it helps thanks.


    Security
    Participant

    @shivam-kumar

    Hi thanks for the confirmation @emineminero here are few suggestions:
    1) As you have multisite the 1st thing i would like to suggest you is to go through the following guide
    2) Make sure your permalink structure is set to sitename.com/sample-post-name even if its set to as suggested try to rebuild it(for doing this just goto dashboard>>settings>>permalinks and simply save the permalink structure one more time)
    3) I think the issue is related to this thread and may be you will find something productive there.
    Note: Make sure you have set the pages for registration and activate in dashboard>>settings>>buddypress>>pages tab the pages are needed to be created,just create two pages and name them “register” and “activate” respectively and then set them from dashboard>>settings>>buddypress>>pages tab
    Clear browser cache and check for the changes.
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @shanebp NP and thanks for reading 🙂


    Security
    Participant

    @shivam-kumar

    Hi @mmaccou my site was also suffering from the same issue until few days back but one of the way by which i prevented the fake account registrations on my site is by putting minimum allowed character restrictions on my registration form input fields you can read a small howto and details on it from here
    I hope it helps
    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @emineminero just to make sure, have you checked the anyone can register checkbox in dashboard>>settings>>general section

    Thanks


    Security
    Participant

    @shivam-kumar

    Hi @techytoo
    There is a plugin for no following all the external links on your site
    https://wordpress.org/plugins/nofollow-for-external-link/screenshots/
    May be this can help Thanks

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