Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 59,526 through 59,550 (of 68,948 total)
  • Author
    Search Results
  • #59780
    peterverkooijen
    Participant

    How is this resolved?

    I’m using 1.1.3 and 2.8.6 with a custom theme derived from the first version of Buddypress. I can’t upgrade to the 1.2 theme, because it’s not finished yet and has too many changes vs my custom theme to deal with in one upgrade.

    Why is buddywebsite.com/register redirecting to the homepage? Even when I allow all registrations? How can I fix it in my custom theme?

    EDIT: It must have something to do with address rewrite. The register page returns when I set the permalinks to default. Is there a hard hack I can add to .htaccess or elsewhere forces buddywebsite.com/register to the right template page, overriding other permalink settings?

    #59775

    In reply to: Gallery

    peterverkooijen
    Participant

    I’ve tested several WP gallery plugins. NextGen is pretty good, but I now use Zenphoto which is much more powerful and versatile.

    Zenphoto is a complete stand-alone script, not a WP plugin, althought there is a ZenPhotoPress plugin that makes it easy to integrate in WordPress. I haven’t tried it in Buddypress yet, but it should do 80 percent of what you’d need. If it doesn’t, you could probably write plugins to connect Buddypress to functionality in Zenphoto.

    General point: Why would you want to try to cram this kind of functionality into Buddypress plugin? Or even integrate it into the core (shudder…)?

    Same thing goes for event registration. If Buddypress had a more straightforward, standard member management structure, integrating any outside event management script would be a lot easier. Please concentrate on the core before adding more bells and whistles!

    #59771
    symm2112
    Participant

    @daan77

    The reason that option works there is because it’s for posting to the main blog but it doesnt work without manual intervention if a user creates a new group blog. embedding the form on the page doesn’t work because the form is not global, it’s specific to the blog. This means that you have to create a new form for it to work anytime a new blog is created, which defeats the purpose. I found posthaste which doesn’t add the features but at least it can be embedded in your templates that your blogs use so that as soon as it’s created, it can be used.

    #59770
    Paul Wong-Gibbs
    Keymaster

    I’ve been driven almost crazy by hearing about “canonical plugins” by the WordPress core team (if you don’t know, see this).

    I think a BuddyPress events plugin would be a good project for developers to collaboratively work on in this way. Whether built on Erwin’s code or started new. I can’t help but think that however wordpress.org is redesigned in future to encourage more team-driven plugin development is just going to be BuddyPress with a custom theme! But I digress.

    I might be shouting into a funnel again but again if there is another developer or two out there, perhaps we could look into this?

    #59768
    symm2112
    Participant

    The trac suggestion made a lot of sense but this is what the code is in my header.php. I thought about my situation and the reason I can’t use the global nav option is because with this configuration, the home function seems to work as does the blog slug, but the members, groups, etc all point to sub.domain.com/members, which is obviously wrong since it should be pointing to domain.com/members. I would like to keep the home and blog slugs pointing to where they are, but fix the members and rest of the links to point to my root domain slugs.

    <li<?php if ( bp_is_page( ‘home’ ) ) : ?> class=”selected”<?php endif; ?>>” title=”<?php _e( ‘Home’, ‘buddypress’ ) ?>”><?php _e( ‘Home’, ‘buddypress’ ) ?>

    <li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) : ?> class=”selected”<?php endif; ?>>/<?php echo BP_HOME_BLOG_SLUG ?>” title=”<?php _e( ‘Blog’, ‘buddypress’ ) ?>”><?php _e( ‘Blog’, ‘buddypress’ ) ?>

    <li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) : ?> class=”selected”<?php endif; ?>>/<?php echo BP_MEMBERS_SLUG ?>” title=”<?php _e( ‘Members’, ‘buddypress’ ) ?>”><?php _e( ‘Members’, ‘buddypress’ ) ?>

    <?php if ( function_exists( ‘groups_install’ ) ) : ?>

    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) : ?> class=”selected”<?php endif; ?>>/<?php echo BP_GROUPS_SLUG ?>” title=”<?php _e( ‘Groups’, ‘buddypress’ ) ?>”><?php _e( ‘Groups’, ‘buddypress’ ) ?>

    <?php endif; ?>

    I guess these functions are being declared elsewhere but I’m not finding them, even in the functions.php. Any thoughts?

    Also, for plugin commander, it’s not so much the plugins that I’m worried about as much as I am wanting to set a standard widget configuration for all sub blogs that get created rather than have them blank on blog creation.

    also, on a side not, does anyone know what the wp_content_dir would be on a sub blog? I created a sub blog with a wordpress theme that created thumbnails automatically. The instructions say to upload some folders that it creates them in to wp-content/uploads but obviously there is no wp-content on a sub blog since the files are set to blogs.dir/6. If I put them in that folder, should that read it properly? Is there another variable that I should use to point that to blogs.dir/6/files?

    I looked at the bptest.org but I didn’t see anything like the front end I was looking for. Posthaste seems good I just wondered if it was easy/possible to actually put the post box on the site.

    Thanks again for all the help.

    #59766

    In reply to: Gallery

    David Lewis
    Participant

    This already seems to be happening with bp-events. It’s not keeping pace with BP 1.2 development. Which is fine. What do you want for free… right?! But with BP being such a niche right now… we don’t have any other options. We have to live with the broken solution or roll our own. I imagine that as BuddyPress grows in popularity… this won’t be as much of an issue.

    #59758
    fzeidan
    Participant

    I second the buddybook theme. Afterall, when you think social media you think facebook and buddypress has much in common with it. The Wire, Groups, Activities.

    #59757
    briancollyer
    Participant

    @Bowe & @daan77

    Thanks, these are great tips. I am going to play with the community blog pugin today. Also, I ended up using a text widget to embed code for a video on my front page, it may not be the most effecent way, but I am not real strong on the .php or code side of things yet. thanks to everyone for all your your help.

    #59754
    daan77
    Participant

    at http://www.deeljezorg.nl we have custom made entry forms(TDOMF plugin) for users to enter their experience, stories and tips, it works fine, people can now easily add posts without the hassle of getting to know the wp-admin backend

    same thing is done at tastykitchen.com, where people share recipies, also using a custom form for posting,

    it’s disguising your blog posts into a more specific item

    #59753
    daan77
    Participant

    I had the GD Star Rating plugin for a buddypress install, did disable it again, for it slowed down the site too much, it had to load its own javascript library,

    it worked nicely though, did have to tweak some settings to get it right, but it had it all, even made custom ‘stars’ to fit in with the site design.

    #59750

    In reply to: Gallery

    Bowe
    Participant

    @Vincole: Check out BBPress, this site uses it also and it can be integrated into your BuddyPress site (takes some work though)

    #59743
    designodyssey
    Participant

    @mercime, I appreciate the practical examples. I’m probably going to go with Hybrid as my parent, maybe with the BP-specific template files added for members, groups, etc. I’ll have to see how much functionality is trapped in template files as opposed to styles.css and functions.php. If most of the good stuff is in those two files, it shouldn’t be too bad.

    #59741

    In reply to: test 1.2

    vanicon
    Participant

    You mean that my office smells of machine translation, it is true. I have been following this plugin and have always wished that he had worked on a simple wordpress, but the Internet was not the solution, and wordpress mu I do not like, and I think the engine for social networking little weak (but this is only my personal opinion) , but the plugin itself buddypress can work wonders, but only for a simple wordpress. Of course we are not standing still and slightly altered this plug-in, hard to write him a simple wordpress, but some errors were, and blogs all set up on a different principle. truth will automatically create them failed, but still worked, did not work for some reason, some functions of the transfer of messages between users and groups, and something else. And when I heard that Andrew has decided that the problem of course, turned here, as at present a couple of projects are not ready, just because of the absence of such plagina.Etot plugin will be needed not only to me but I’m sure many other users. I have already raised this issue at one of the forums and site for translators buddypress into Russian Vyacheslav, and very glad that the problem is finally solved

    #59740
    @mercime
    Participant

    1. If I remember right, Jeff’s BP Privacy Options Plugin will allow the user to make profiles private. Just need to wait for the plugin upgrade for BP 1.2

    2/3/5A. cosmic buddy theme – I would suggest asking Brajesh, the theme author about how to do that

    5B. Yes you can create a Sitewide/global navigation bar in your blog’s themes, by using WPMU’s native switch_to_blog and restore_current_blog functions. Therefore, if you want the navbar of main site (blog_id_1) to be shown in you sub-blogs, you add the code below to your blog’s theme’s header.php

    <ul id="nav"
    <?php switch_to_blog('1') ?>
    //copy the code from header.php of either bp-default/bp-sn-parent theme
    //or the code used in main site plus any customized links you added in main site
    <?php do_action( 'bp_nav_items' ); ?>
    <?php restore_current_blog(); ?>
    </ul>

    You’ll get the correct URL’s which point to main site’s respective BP components.

    #59737

    In reply to: Gallery

    Bowe
    Participant

    Bp Gallery: The ultimate photo gallery for your BuddyPress powered site

    Should be out any day now and looks very promising!

    #59736

    In reply to: test 1.2

    @mercime
    Participant

    WPMU trunk-r2041 and BP trunk-r2222

    Can’t Create Blog

    – had to go in again and do the bp-core > bp-core-adminbar.php fix of 1stAngel to make it work.

    #59735
    lukabernardi
    Participant

    Thank for reply.

    But let me say that I hope that in the future release we have some basic setting pannel for bbpress.

    #59734
    Paul Wong-Gibbs
    Keymaster

    1) Not aware of any existing code that does this. However, your users would only have to go into their profile and change the ‘name’ field (this is what BuddyPress uses).

    2) I think the addon you want is called “Plugin Commander.”

    3) All of the core BuddyPress features are detailed on https://codex.buddypress.org/developer-docs/custom-buddypress-loops/ which you can use to integrate bits of functionality wherever you want. As far as third-party plugins goes, it is dependant on how the plugin author wrote their plugin.

    4) Have you looked at new BP theme on http://testbp.org/? That and BP 1.2 should be released mid/late January.

    5) Haven’t got time to discuss how to fix but look at trac.buddypress.org/ticket/1501

    #59732
    Paul Wong-Gibbs
    Keymaster

    I think forum issue is known here but make a ticket on http://trac.buddypress.org to flag just in case

    #59730
    Paul Wong-Gibbs
    Keymaster
    #59729
    Paul Wong-Gibbs
    Keymaster
    #59728
    Paul Wong-Gibbs
    Keymaster

    I was wondering if this is still the case for 1.2 as I keep stumbling across functionality that doesn’t jive on a sub-dir style install

    If you mean you have found bugs, please report them on https://trac.buddypress.org/.

    Early versions of BP didn’t work 100% properly on subdirectory installs but as far as I know it shouldn’t make a difference nowadays (from BuddyPress’ perspective).

    #59727
    @mercime
    Participant

    I’ve always used the subdomain structure myself.

    However, I can see the logic of recommended subdirectory structure for BP – you could install BuddyPress in the main blog OR in a subblog (e.g. blog_id_2) instead of the main site.

    e.g. if BP installed in sub-blog, http://mysite.com/members/ . When your members create a blog, the URL would look like this – http://mysite.com/members/username/

    On the other hand, using subdomain structure, right now you have to install in main site (blog_id_1) http://mysite.com/ so that when your members create a blog, the URL would look like this – http://username.mysite.com

    Otherwise, if you install in a sub-blog at blog_id_2 or blog_id_3 etc e.g. http://members.mysite.com , when users create a blog, URL would look like this http://username.members.mysite.com – arggh.

    #59726
    Kunal17
    Participant

    I hope someone releases a twitter connect plugin for buddypress soon. I cant seem to get the FB Connect plugin working at all (keeps returning a page under construction error).

    #59725
    @mercime
    Participant

    “able to create users, install plugins and themes, etc.”

    That would be a WPMU function. Go to your dashboard – Site Admin > Options and go down the panel to Administration Settings – Site Admins and add the username of person you want to add as Site Admin. Be aware that the other Site Admin can kick you out of the install :-)

Viewing 25 results - 59,526 through 59,550 (of 68,948 total)
Skip to toolbar