Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,301 through 65,325 (of 94,540 total)
  • Author
    Search Results
  • paulhastings0
    Participant

    If you have government backing then I would recommend that you ping @johnjamesjacoby @apeatling @MrMaz

    Andy and John are pretty prompt on Twitter too:

    http://twitter.com/apeatling
    http://twitter.com/johnjamesjacoby

    I would also recommend you checking here: https://codex.buddypress.org/home/ and here: https://buddypress.org/extend/

    It’d be great to have yall aboard.

    #95307

    In reply to: First Steps with BP…

    @mercime
    Participant

    There’s just so many things wrong going on, have to go at it a step at a time. You need to give additional information like WP 3.0.1 is multisite or single? The home URL goes to UShareNH.com/1/ so you installed WP in /1/ subdirectory or is your BP installed in secondary blog? Also, almost all of the links in your home page goes to HTTP Error 403.18 page. It’s more likely your server configuration that’s throwing off the site – server can’t handle the load, crashing etc.Was WP functioning well before you installed BuddyPress? https://codex.buddypress.org/getting-started/before-installing/ Special check on your WordPress configuration. If not, then you have to resolve that at WordPress.org forums before installing BP.

    #95305
    Armin
    Participant

    Hope to see this this month. Hopefully.

    #95302
    Boone Gorges
    Keymaster

    BuddyPress doesn’t do this out of the box. That’s why the plugin Invite Anyone exists. Why don’t you want to use it?

    Graham Hamilton
    Participant

    This is something I’ve been trying to do for several days. I’m surprised that there doesn’t seem to be an option within buddypress to do this, and that nobody seems to have made a plugin that does it.

    I’ve never made a wp plugin before…nevertheless I require this functionality. Ankit I’ll let you know how it goes, but in the meantime ANY responses to this thread with any advice at all would be greatly appreciated.

    carinallc
    Participant

    @dtclarinet – can you share how you reset the database? I’m not using the plugin mentioned, but rather wp-fb-autoconnect. Could that cause the same issue?

    Thanks

    Roger Coathup
    Participant

    @dlabbe – if you want to get an answer to your question, it would be better to post it separately and not hijack an unrelated thread

    You should also not expect an answer within just 2 hours… This is a voluntary forum. Allow at least 24 hours before bumping your post

    uferrpi
    Member

    This message is intended for the core developpers.

    The City of Montréal (Québec-Canada) is testing an instance of BP for use in its IT intranet (400 users) and, if successful, this tool will be extended to our 15 000 users.

    We have a (very small) development team on the project and wish to add several useful features, such as:
    1- the possibility for the administrators to create several types of profiles (this would be particularly useful for skills management).
    2- a multicriteria search engine for the profiles;
    3- LDAP or Active Directory securisation for an eventual deployment of this platform for Internet use (the ultimate goal of this project).

    At the moment, our developpers team lack the necessary documentation to achieve (1) and the following would be extremely appreciated:
    – development track schematics;
    – programming schematics, etc.

    If such documents do not exist, directing us to useful resources would also be appreciated.

    So far, we have used the “Skeleton component” plugin to create a base structure of the plugin we want. However, we have not found how to link it to the database.

    Of course, if those developments are successful, they will be gladly returned to the community.

    So far, we have found several bug fixes wich have been documented in the French community (http://bp-fr.net/groups/utilisation-configuration-optimisation-de-buddypress/documents/).

    #95256
    techguy
    Participant
    #95255
    Rose Taylor
    Participant

    @hnla

    Thanks for the help. I understand how to create additional groups and fields. In there it says only fields added to the base group or ID=1 will be displayed on the registration page. Looking at Dorothy’s page it looks like she has multiple groups in there. I wanted to do the same. I don’t see a way of creating a group under that base group.

    I could create all of the fields under the base group but this will cause display issues under the profile. I want certain info to display in a certain order (company and contact information). Code in register.php only calls one group. Not proficient in php enough to change it to call one or more by ID. Obviously the base group is 1. Can change this to any other but need to add multiple. i.e. group 1 and 3. Any ideas would help me a lot.

    <?php if ( function_exists( 'bp_has_profile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?
    missing closing at the end i know
    Do you know also why all of the information in a profile display as a link? Please see http://marketplace.questus5.com for more information. Thanks in advance for any help.

    David
    Participant

    anyone? please help

    David
    Participant

    By running Buddypress on what is now called wordpress Multisite will I be able to link all members together. Another words…I want to have a social community that is broken into states and was thinking of having a site for each state so groups and blogs would better organized and such. What I want is all members to still communicate across state lines (or site to site in this case). Is this possible with a multi site setup? Or my other option is that I use one site setup and find a way to catergories groups (into states in this case) Example…Users clicks on groups and shows a list of the states… that user then click on the state they want to enter and then it shows all relevant groups within that state. I looked for a plugin, but none that are working full strength at this time unless I am overlooking something. Anyone have any ideas on how to handle this? thanks for you help in advance.

    #95241
    grosbouff
    Participant

    Amazing ! Just what I was waiting for !

    #95240

    In reply to: Error functions.php ?

    James
    Participant

    @tubruk

    hi,
    remove spaces before and after php tags. had the same issue.

    #15833
    wrayco
    Member

    I’m using WP 3.0 with the wp-precious theme from ThemeForest. The site I have so far is here: unitedhope4animals.org. I tried installing the Buddypress template framework but it gave me a fatal error on the 3rd step of the process. Any ideas?

    Amanda

    #95235
    Roger Coathup
    Participant

    @dorothysulzmann –

    No short cuts on jQuery – but it’s quite straightforward to setup a simple script like you’ll need: their site is good and full of useful examples: http://jquery.com/

    show() and hide() are basic jQuery – and there are plenty of animation options you can apply.

    Also, take a look in the WordPress codex re: wp_enqueue_script – their recommended way of loading javascripts.

    #95233

    In reply to: Beginners Questions

    Roger Coathup
    Participant

    @whitbyglennk

    Yes, the mu features are now ‘built in’ to WordPress – have a look on the WordPress Codex for WordPress Multisite (and ‘setting up a network’).

    We have no problems running BuddyPress installed on a secondary blog on one of our current development projects

    #95231
    dorothy sulzmann
    Participant

    Wow you know your stuff hnla! I get what you mean and will have a look at the jQuery show/hide bit – do you know where i can find this information?

    @questus5
    i found the details here for showing other profile groups – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-multiple-profile-field-groups-on-register-php/

    Cheers for all your help guys!

    #95229

    In reply to: Hello Eco Living

    Roger Coathup
    Participant

    @jamigre – we built the theme at http://21inspired.com

    @perrij3 – thanks for the feedback – good luck with your site

    As for favouriting – I think you’ll have to use your browser bookmarks; I don’t think you can like / favourite posts on buddypress.org

    #95227

    In reply to: Beginners Questions

    Hugo Ashmore
    Participant

    @whitbyglennk Hi Glen,
    As soon as I saw the name Whitby I thought “That rings a bell” and had to search back through the archives at CSSCreator, nice to see the domain flourishing although it was the ‘Sea Anglers’ site you were working on back then.

    To clarify for the thread real-whitby is presently a WP site and quite an evolved and customised one.

    As has been said you have all options available to you really as to which is the best one to take I’m not to sure, I think it’s fair to say the most work would be to activate BP on the primary root blog, creating a secondary blog would be an easier option but I’m tending to think that a physical subdomain i.e community.real-whitby the easier route along with user blogs as folders, community.real-whitby/glensblog.

    I’m not entirely sure of the best approach, you’ll probably need to experiment on a localhost test install to get a feel for the amount of work required and how the various options work in practice.

    #95225

    In reply to: Hello Eco Living

    perrij3
    Member

    Great looking website! I am looking for ideas of how to layout a BuddyPress website I am building and have gotten a few ideas from your website. Thanks.

    #95224
    Mark
    Participant

    The ability to attach a flier would be nice. Also, the ability to sync events into Facebooks via API or something, if that possible?

    kristarella
    Participant

    I’m moving this discussion to the original DIYthemes forum thread for this child theme in order to keep all the bug reports and updates in one place. However, if there are folks on the BuddyPress forum who’d like to help with development of the Thesis BuddyPress child theme and would rather discuss it here, let me know and we can… heaven knows I need help to keep it going (because of time constraints and because I don’t use BuddyPress on any sites except the test site for this theme).

    LPH2005
    Participant

    Installation on a different site today – worked – but didn’t work.

    SiteURL: http://www.technologyquestions.com
    /news <— wordpress install here

    WordPress 3.0.1
    BuddyPress: Tried 1.2.5 and latest branch 1.2.6

    Challenge #1
    The activity stream does not load. In attempt to see if there were problems, a define in the bp-custom.php was created to rename the location. The stream still fails to load. The activity stream for a profile does work.

    Stream location: http://www.technologyquestions.com/techstream <– fails and loads members directory
    Personal stream: http://www.technologyquestions.com/members/lph/techstream/ <— works

    Challenge #2
    Group creation fails.

    http://www.technologyquestions.com/teams/ <— teams loads but "create a group" fails

    This is a Thesis child theme based on instructions: http://www.kristarella.com/2010/10/wordpress-child-themes-and-thesis/

    Any thoughts on how to trouble shoot these two challenges?

    #15826
    Pascal Birchler
    Participant

    I’ve got some strange things happening with latest BuddyPress on a secondary blog: When clicking on the logout link in the admin bar I’m still logged in. The same happens in the secondary blog (/network). I already disabled all plugins, reactivated BP with the default theme.

    Maybe this is worth a Trac ticket?

Viewing 25 results - 65,301 through 65,325 (of 94,540 total)
Skip to toolbar