Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @imath first thanks for your reply.
    As you can see from my code I have added to my first message, I am using an hook provided by WORDPRESS
    https://codex.wordpress.org/Customizing_the_Login_Form

    So correction of buddypress code should be simple and efective…
    I have opened a new ticket in TRAC
    https://buddypress.trac.wordpress.org/ticket/8277#ticket

    I hope this issue can be resolved before release V6
    As you say: “If it’s just adding a hook available in the /wp-login.php page then, why not”
    πŸ˜‰


    giuseppecuttone
    Participant

    @giuseppecuttone

    First, @iamthewebb thanks for your reply.
    I dont understand why you do this afirmation:
    “It should be simple enough to create a custom page that disables the login button unless the checkbox is selected.”
    I have done it thanks the code I pasted in my first message.
    Whit this code now to my login page (http://www.mysite.com/wp-login.php? ) is showed a checkbox I can use for TERMS OF USE of my web.
    This is ok.
    The “why” I have opened this thread is because this checkboxes is not showed in the BUDDYPRESS LOGIN WIDGET when I create a custom login page using BUDDYPRESS LOGIN WIDGET.
    So this “error” should be an error of BuddyPress who should to do a hook (in BUDDYPRESS LOGIN WIDGET) to get checkboxes (and others actions) from http://www.mysite.com/wp-login.php?

    This is why I asked to @imath to introduce it in the V6 release of buddypress.

    Waiting for reply. πŸ™‚


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @vapvarun first thanks for your reply.
    Plugin you suggest is able to add terms and conditions checkbox to the registration page (SIGNUP), but is not able to add terms and conditions checkbox neither to http://www.mysite.com/wp-login.php? (SIGNIN) nor to BUDDYPRESS LOGIN WIDGET.
    Has you know signup is different than signin… I am sure you have read my post fastly and you dont detected this “litlle / big” difference…
    Waiting reply of @imath if you have something more to add you are welcome πŸ™‚
    Thanks for your support.


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @imath is always beautifull know a major release of buddypress πŸ™‚
    So first, thanks for very big work done by developers πŸ™‚
    In the last version of buddypress I have detected the follow “error” in BUDDYPRESS LOGIN WIDGET:
    If I add in http://www.mysite.com/wp-login.php? some checkboxes about TERMS OF USE, PRIVACY, I AGREE SENT COMERCIAL INFORMATION, and any other checkbox need to acomplish with DATA PROTECTION LEGISLATION, the checkboxes I add will be showed in http://www.mysite.com/wp-login.php? but they will not be showed in the BUDDYPRESS LOGIN WIDGET.
    I think buddypress should to add some hook to make it. I am righy? Or I am wrong?
    Can you resolve this problem in new release?
    Follow I also add a thread I have opened right now. Maybe you can help me to resolve now this stupid error instead to wait next release (considerate that maybe in next release it will not be resolved…).

    How to show TERMS AND CONTIDIONS checkboxes in BuddyPress LogIn widget


    Please, let me know how can I resolve it. Please provide some solution about that.
    Thanks very very very much for your support.


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @henrywright
    thanks for your reply.
    Ok, at this time we need define it constantly…
    But maybe, it will be great know from buddypress developer if there is in thear BUDDYPRESS WORK PLAN a task for to make a FRIEND PAGE (just like GROUP PAGE, or MEMBERS PAGE).
    I do not know if you are a buddypress developer, or if you are in contact with them.
    Do you know if there is a public docuemnt with BUDDYPRESS WORK PLAN?
    Thanks for your support.


    giuseppecuttone
    Participant

    @giuseppecuttone

    I will be your savior,
    for same rasons, wordpress decided not show admin bar like default in mobile.
    It is so,maybe, because when user log in in mobile device, a lot of menu will be showed… really I dont know why…
    But if you dont have this problem, and want show admin bar for log in an log out users, you must add in CSS the following codec:

    @media screen and (max-width:782px) {
        #wpadminbar {
            display:block;
        }
        html {
            position:absolute;
            top:-46px;
        }
    }

    The codec where say html position absolute is for delete noise black bar located in the up side zone.
    If you want, you can also show the notification icon (I think it is named budlle notification) into the admin mar, adding the following codec in CSS zone:

    /* Show only default top level items */
    	#wp-toolbar > ul > li {
        		display: block;
    	}

    I have gone mad to find the solution, but now we have it.
    If you dont want show menu in admin bar to the suscriptors, colaborator and authors, you can use the AG CUSTOM ADMIN plugin. It hide them and help you in a clean design. (you can also hide wordpress logo, and so much things…)

    Now, I have only a litlle / big problem:
    the drop down menu, when I click in the “notification icon” in the admin bar, is not showed correctly… It is showed from the “notification icon” to the right zone, so in mobiles user can red the title of the notification.
    The solution is show the dropdown menu from the “notification icon” to the left zone. So, also in mobiles users can red the title of the notification.
    Can you help me for to make that?
    I have helped you, now I hope someone can help me πŸ˜‰
    Thank for your support and have funny


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @r-a-y
    I have solved the problems with notifications toolbar derived from comments and groups.
    The problem was that I used no plugin in order to send notifications… I’m a little silly … πŸ˜‰
    But now I continue with the problem about notifications derived from FORUM.
    I have used three differents plugins but I continue with the same problem…
    This is a bbPress problem… I understand that, but I have seen that in this web page (https://buddypress.org) notifications run very well, so my question is:
    What is the plugin used in this page (https://buddypress.org) in order to send forum notifications in administration toolbar?
    Can you reply me? Or can you indicate who can know that?
    Thank’s very much.


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @shanebp
    First of all, thank’s a lot for your fast answer. Now I have understood a lot of thinghs, but I have only two little questions more:
    1. The solution using ACTIVITY.PHP, listing in the following topic , let administrator introduce comment from ADMINISTRATION PAGE (DASHBOARD)? Or neither user and administrator will can to do comments in the groups?
    2. If I create a CHILD THEME, where I must introduce the file ACTIVITY.PHP ?
    Maybe, I need create the followings folders GROUPS/SINGLE into the folder ENFOLD-CHILD? And introduce there ACTIVITY.PHP file into SINGLE folder? Is it so?
    I am not informatic and I don’t undestand very well what I need to do.
    Thank’s very very much for your answer.


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @shanebp
    I have seen you have writed in the TOPIC “How to disable Group Activity updates?”(https://buddypress.org/support/topic/how-to-disable-group-activity-updates/)
    I need to do the same, but I need to let administrator to introduce comment in the groups.
    I have ENFOLD THEME. ENFOLD is a theme compatible with BUDDYPRESS, but I think it is not a BUDDYPRESS THEME (I don’t find the folder named GROUP, so I think ENFOLD it is not a BUDDYPRESS THEME).

    The question is: if ENFOLD is not a BUDDYPRESS THEME, how can I do in order to restinge activity in the groups and let only at the administrators to do comments?

    Thanks very much for your support.
    I hope your answer


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @danb
    sorry for the duplicate post, but I have published this post 1 week ago and I have not receive reply from @mercime who (maybe) know the solution.
    But there is a difference between this post and the old post I have done reference (https://buddypress.org/support/topic/how-to-disable-group-activity-updates/).
    I need to disable comments and replies in the groups at the “simple users”, but I need to let the administrator of the web (or in alternative the administrator of the group) to be able to do comments and replies in the groups.
    If there is no solution, please let me know. But please, I need someone answer me.
    Thank’s a lot fot your support.


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @mercime
    Can you help me about this topic?
    I need to disable comments and replies in the groups, but I need to let the administrator of the web (or in alternative the administrator of the group) to be able to do comments and replies in the groups.
    Is that possible?
    What is the code I need remove?
    What is the code I need add?
    I hope you answer.
    Thank’s very much.


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @alexterchum and @sbrajesh
    I think Alex is right.
    The other BuddyPress Notifications disappears when user visit the page.
    Also the others notifications generated with the others plugins that sbrajesh has developped (BP Group Activities Notifier and BuddyPress Activity Comment Notifier) run well.
    For example if the USER A send a message to USER B, USER B receive one notification.
    When USER B visit the page whin the message (http://URLWEBSITE/members/USER-NAME/messages/view/xx/) – clicking in the notification or by other way… – the notification will be dissapear.
    Also in the page http://URLWEBSITE/members/USER-NAME/notifications/, when user visit the page with the message, the message automatically will go to the section UNREAD and it is not necessary that the user must to mark as READ the message in order to dissapear the notification.

    I have the same problem with FORUM notification (using https://wordpress.org/support/plugin/bp-forum-notifier).

    sbrajesh, can you solve the problem in the plugin “BuddyPress Notify Post Author on Blog Comment”?

    Thank’s very much


    giuseppecuttone
    Participant

    @giuseppecuttone

    Hi @mercime
    I have seen the topic “How to disable Group Activity updates?” in the following link:
    https://buddypress.org/support/topic/how-to-disable-group-activity-updates/
    This is a topic created 3 yars ago.
    But I don’t understand if I need remove or add the codec.
    Can you explain me?
    How must to do in order to disable comments and replies in a group, and let at the administrator of the group to be able to do comments and replies in the group.
    Thank’s very much.

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