Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 51 through 75 (of 606 total)
  • @gunju2221

    Participant

    I would allow the Admins to have a Admin Page in the Backend with options to create more tabs, and the content on the tab

    @gunju2221

    Participant

    Not currently, but it’s a good idea. I might do a plugin in the future where you can add as many tabs as you want, to profile, or groups.

    @gunju2221

    Participant

    @gunju2221

    Participant

    every body login my buddypress they need to have a longitude and latitude information.

    Please clarify on that one.

    all messages or posts the user posted would also have the location information.

    Just the location of the blogger? Just create a profile location field and have the field required, and then you could display the profile field in the template. ( I. E, “ ) That may be the answer to #1 also.

    @gunju2221

    Participant

    You shouldn’t need to add the buttons manually again. If you changed themes, make sure you go through the template pack instruction steps again. If they still don’t show up, I would contact theme support to see if it’s buddypress compatible.

    @gunju2221

    Participant

    Don’t hack the core, if thats what you did. Just use the adminbar `remove_action` to delete the logout.

    in your bp-custom;

    `function remove_logout_bp_adminbar() {
    remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_logout_subnav’, 6);
    }
    add_action(‘wp_footer’,’my_alter_bp_adminbar’,1);`

    @gunju2221

    Participant

    Obviously, the subject, and message field are a required field to fill out to complete the message. Without a subject, there would be no text in the message subject line.

    @gunju2221

    Participant

    glad to see that this got answered.

    Don’t put the guilt on us, we are not obligated to help you on anything, this is a free forum, and your lucky your getting free support.

    Second, the supposed of “problem” you are speaking of is not a bug or error at all with buddypress. Obviously, the Subject Line is Required, and the message can’t be sent without a subject. I’m sure there is a workaround I suppose if you don’t like it, but it will require some searching.

    @gunju2221

    Participant

    Don’t deactivate, because the problem is in the buddypress plugin :)

    Seems you have a broken install. Try removing the buddypress plugin, and re-install it.

    @gunju2221

    Participant

    If you want to have it on a different page, just change the permalink on the profile to something different, or “URL”. This may help. https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/

    @gunju2221

    Participant

    You need to put this in your bp-custom.php

    @gunju2221

    Participant

    @gunju2221

    Participant

    Brajesh has the plugin on his site: http://buddydev.com/plugins/bp-chat/

    @gunju2221

    Participant

    bbpress views aren’t in that file.

    Here is a Bb plugin that narrows it down for you, you will need to port it over to buddypress however.

    https://bbpress.org/plugins/topic/bb-topic-views/

    @gunju2221

    Participant

    It’s most likely not because you’ve called a file more than once,

    Seen many times with many installs is they put existing BP on top of what they already have. Investigated this myself, came up with the template pack with already called stuff from the BP default theme.

    Could be many, as he hasn’t written back, which must mean he solved the issue?

    @gunju2221

    Participant

    The cropping is jquery, so I would look for the avatar files with the label “.js”

    @gunju2221

    Participant

    Yeah removing “ will do it, but the real reason this is happening is because you have called a template twice, or, for example, double CSS in your theme by accident, (calling default.css+template pack)

    @gunju2221

    Participant

    Anytime you make changes to the core you will lose them next time you update buddypress.

    @gunju2221

    Participant

    If it’s giving a bluehost 404 error, than something is wrong with your host, not buddypress. Try contacting Bluehost to see if there are any problems or issues with them or your account.

    @gunju2221

    Participant

    Do you want to take your question over to WPMU? You can pay for a response over there. :D

    @gunju2221

    Participant

    @gunju2221

    Participant

    side note: Brandon said, You’ll also want to change

    return $members_template->member->user_id;

    to

    return $members_template->member->id;

    since $members_template->member->user_id doesn’t exist.

    `$members_template->member->user_id` does exist, it’s in the template-tags.

    @gunju2221

    Participant

    Savannah, the groups of friends are for my convenience. Why shall ‘they’ join the groups?

    Obviously, so they can make friends with the people of the same interests, like categories of friends.

    Social networking is supposed to be an easy experience and not round-about way of doing things

    It is an easy experience, and part of making your website how you want it is making work arounds, and understanding that not everything will be how you like, there may be some things that simply, aren’t possible at the moment.

    One option would be a hire a developer, because this would require coding, in which of coarse you would need to hire a coder to do the job.

    C´mon!!!! there has to be a plugin to categorize friends it totally basic!!!

    Are you incapable of typing in some words on google? you must go search for plugins or solutions, we don’t know everything that exists off the top of our head.

    I need for my members to be able to classify their friedns as: leads, prospects, clients, suppliers, partners, associate, employee, etc. it soooo basic!!!! maybe a contact management plugin??

    If it’s “sooo basic” than why don’t you put some money or start developing the plugin yourself? If the plugin does not exist, there is nothing we can do other than what I said above about hiring someone to ronia.

    @gunju2221

    Participant

    0815, you want your site to run faster? From my understanding?

    @gunju2221

    Participant

    What do you want to be in the links page?

    Use the buddypress links plugin https://wordpress.org/extend/plugins/buddypress-links/ it adds that tab to groups

Viewing 25 replies - 51 through 75 (of 606 total)
Skip to toolbar