Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 46,751 through 46,775 (of 68,967 total)
  • Author
    Search Results
  • #92432

    In reply to: Username as subdomain

    Boone Gorges
    Keymaster

    @hnla You should know by now that I have Super Powers.

    #92429

    In reply to: Username as subdomain

    thelandman
    Participant

    @boonebgorges, perfect explanation. Thanks mate!

    #92423

    In reply to: Username as subdomain

    Boone Gorges
    Keymaster

    Do you mean that you want username.websitename.com to point to the user profile?

    That’s easy enough if all you want is a redirect from username.websitename.com to websitename.com/members/username – you can do this with a straightforward RewriteRule in .htaccess. If you want to keep username.websitename.com for the entire session (so links like username.websitename.com/profile, username.websitename.com/friends, etc persist in the address bar), it’ll be pretty complicated. It’d mean reconfiguring a pretty big chunk of bp-core/bp-core-catchuri.php and/or bp-core.php to make sure that the $bp global is set correctly, as well as some .htaccess rules to make sure that URLs throughout buddypress that point to websitename.com/members/username/x get redirected to the right place.

    #92409

    In reply to: custom logout redirect

    @mercime
    Participant
    #92403
    Matthew Holt
    Participant

    Odd, no luck. Data is not changed, and nothing is returned in $activity_id. Any thoughts?

    @nuprn1 are you saying that I need to capture all the activity data and pass it back to the bp_activity_add() in order for the update to be executed?

    #92402
    breetigger
    Participant

    Hi everyone! I install this plugin but only allow me upload images files and when I click it to download or view, appear a blank page, can you help me?! Please!!!

    #92400
    Hugo Ashmore
    Participant

    :) and it would be stupid to get a developer to do it! Yes and no and a large proportion of this site membership are probably developers by trade :) and in some senses it’s actually easier to do it than explain how to do it!

    The advice was right though set up a child theme which simply uses a new stylesheet that can contain overriding rulesets. To avoid getting in a mess keep two copies of the stylesheet one named .css.bck and switch to that if things go wrong both sheets call the bp-default styles so swapping to the .css.bck will simply call the original files without any changes or you having to change themes in the admin.

    #92399

    Ah right, thanks for clarifying!

    #92398

    Hey thanks guys for the advice, you’ve de-stressed me, I was worried about this part of the project because it was an after thought. I’ll have a test on the weekend and let you know how i’ll go. Thank’s heaps.

    #92393
    rich! @ etiviti
    Participant

    something like:

    `
    $activity_id = bp_activity_add( array( ‘id’ => 555, ‘action’ => ‘something new and blue’ );
    `

    no reason to use the do_action – that is just a trigger point for hooking into buddypress.

    make sure you capture all the previous activity data and pass that back in – performs a full sql update on all cols (see the code in https://wordpress.org/extend/plugins/buddypress-edit-activity-stream/ )

    #92389
    Erlend
    Participant

    To me, a Jabber integration means a lot, because its putting more control in the users hands.

    Don’t want to keep our website open in your browser window every time you wanna chat? Not a problem! Just connect with your favorite Jabber client.

    ArrowChat however, just like it’s competitior CometChat, does not strike me as a very reliable solution. As an example, they have all these integrations they’re bragging about, but no in-depth explanations what-so-ever about the available features in each integration; and we’re talking about entirely different pieces of software here! Turns out their BuddyPress integration does not yet support per-group chatrooms, which is a big let-down to me.

    I’m currently looking at these two:

    http://im.jaxl.im – The closest you can get to a “one-click” solution for Jabber-chat on your site right now. It’s free and open source, but your chat is run by their server, not yours.

    http://code.google.com/p/emite/ – I haven’t been able to entirely wrap my head around this project yet, but it looks to me like it could get anyone considering a Jabber-integration on their site off to a flying start.

    #92388
    Adam
    Participant

    Sorry for the late reply, I’ve been on holiday.

    I’ll give that a try – Thanks.

    #92387
    pcwriter
    Participant

    @zazz

    Here’s a great tutorial for a global site search:

    Creating The sitewide global/unified search Page for your Buddypress Theme

    #92386
    thelandman
    Participant

    @pcwriter, I’ll create a group once I’ve polished out the little dents in the plugin. ;)

    #92384
    pcwriter
    Participant

    @thelandman

    +1 on that plugin idea!
    phpfreechat looks like one of the most customizable scripts out there.

    In a multisite install, the only drawback to an out-of-the-box install of phpfreechat is that it requires its own page… meaning users can’t chat and surf the network at the same time. Docking it at the bottom of the screen, and making it independent of pages would eliminate that problem. Plus, the available global params would make customization by the superadmin a whole lot easier through a backend admin panel.

    How about starting a group to keep everyone updated on the progress… when you’re ready, of course :-)

    #92374
    NipponMonkey
    Member

    @spinhead, the problem seems to be because your blog isn’t in the root domain. I think you need to change the config file a little to get it working. See my reply:
    https://buddypress.org/community/groups/buddypress-private-community/forum/topic/redirect-hell/

    #92373
    @mercime
    Participant

    For XAMPP see 1 to 3 of this post plus:
    – Make extra effort of adding username and passwords for MySQL and phpMyAdmin instead of default.
    – Enable mod_rewrite – this article is great reference
    – Need to replace URL’s in DB – see this

    Dwenaus
    Participant

    Thanks every for the feedback. If there are any more supporters please post. @nit3watch – as a rule I try to never change the plugin code. Either I use css to tweak what I want or ask the authors to put in actions or filters. It just saves so much time in the end and you never have to worry about updates ruining your site. my 2 cents.

    #92367
    peterverkooijen
    Participant

    Buddypress has no privacy/security controls whatsoever. There is also no built-in way to consistently use real names and let people register with first and last name on sign-up, which will probably become a problem for a school application.

    Buddypress is basically an evolving hobby project by PHP programmers. You may have more luck with a more user-focused semi-commercial script like Social Engine: http://www.socialengine.net/

    #92363
    Anonymous User 96400
    Inactive

    No worries. There’s a recurring scheduling function as well in that file.

    #92362
    techguy
    Participant

    Thanks Travel-Junkie. That looks like it will work well hooked to a specific function (ie. user creation). I’ll look into it for some cases.

    How about something that runs nightly and sends an email to a group of users based on a BP query of the users? Is there a way to schedule this in BP?

    #92360
    Ray
    Participant

    Thanks for the response! My goal is to install the classifieds plugin for BuddyPress and then gave different school networks where students can put up classifieds between themselves(the site is more elaborate but that’s the nuts and bolts). Do you think this is something I can achieve with buddy press?

    Private groups
    Automatic add to particular group based on school selected(could be a predefined group already made)
    The classifieds section be different on each group
    No friends, PMs if need be but there will be the classifieds bored so there’s really no need

    Thanks!
    -Ray-

    #92359

    In reply to: Regular WP plugins?

    Paul Wong-Gibbs
    Keymaster

    Yes. Some tend to break certain parts of BuddyPress, however, so if your group avatar cropping stops working, it’s probably a WordPress plugin’s javascript causing a conflict.

    #92358

    In reply to: Activate Buddypress

    Paul Wong-Gibbs
    Keymaster

    BuddyPress won’t work like that. At the moment, it can only be activated on one specific blog or across the entire network.

    #92356
    Anonymous User 96400
    Inactive

    Have a look at this function:
    `wp_schedule_single_event`

    You can find it in wp-includes/cron.php. There’s a bunch of other cron related functions in there, but the one I mentioned above is probably your best bet. Then schedule an event by attaching it to a hook, when a user signs up

Viewing 25 results - 46,751 through 46,775 (of 68,967 total)
Skip to toolbar