Search Results for 'buddypress'
-
AuthorSearch Results
-
September 14, 2010 at 5:32 pm #92432
In reply to: Username as subdomain
Boone Gorges
Keymaster@hnla You should know by now that I have Super Powers.
September 14, 2010 at 4:59 pm #92429In reply to: Username as subdomain
thelandman
Participant@boonebgorges, perfect explanation. Thanks mate!
September 14, 2010 at 4:07 pm #92423In reply to: Username as subdomain
Boone Gorges
KeymasterDo 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.
September 14, 2010 at 2:59 pm #92409In reply to: custom logout redirect
September 14, 2010 at 2:36 pm #92403In reply to: Using bp_activity_add() to update an activity
Matthew Holt
ParticipantOdd, 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?
September 14, 2010 at 2:28 pm #92402In reply to: New version of Forum Attachments for BuddyPress
breetigger
ParticipantHi 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!!!
September 14, 2010 at 2:15 pm #92400In reply to: Changing fonts in the BuddyPress Default theme?
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.
September 14, 2010 at 2:02 pm #92399In reply to: Buddypress and jquery incompatability
joshuacrowley
MemberAh right, thanks for clarifying!
September 14, 2010 at 2:00 pm #92398In reply to: Taking Buddypress Offline onto a USB.
joshuacrowley
MemberHey 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.
September 14, 2010 at 12:46 pm #92393In reply to: Using bp_activity_add() to update an activity
rich! @ etiviti
Participantsomething 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/ )
September 14, 2010 at 10:47 am #92389In reply to: Arrowchat – Facebook Style Chat Bar
Erlend
ParticipantTo 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.
September 14, 2010 at 10:37 am #92388In reply to: Changing fonts in the BuddyPress Default theme?
Adam
ParticipantSorry for the late reply, I’ve been on holiday.
I’ll give that a try – Thanks.
September 14, 2010 at 10:28 am #92387In reply to: Search through forum and blog posts/pages
pcwriter
ParticipantHere’s a great tutorial for a global site search:
Creating The sitewide global/unified search Page for your Buddypress Theme
September 14, 2010 at 10:25 am #92386In reply to: Arrowchat – Facebook Style Chat Bar
thelandman
Participant@pcwriter, I’ll create a group once I’ve polished out the little dents in the plugin.
September 14, 2010 at 10:02 am #92384In reply to: Arrowchat – Facebook Style Chat Bar
pcwriter
Participant+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
September 14, 2010 at 4:55 am #92374In reply to: How to make a private community?
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/September 14, 2010 at 4:29 am #92373In reply to: Taking Buddypress Offline onto a USB.
@mercime
ParticipantFor 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 thisSeptember 14, 2010 at 4:02 am #92370Dwenaus
ParticipantThanks 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.
September 14, 2010 at 1:27 am #92367In reply to: Quick question about “closed networks”
peterverkooijen
ParticipantBuddypress 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/
September 13, 2010 at 11:59 pm #92363In reply to: Cron Tasks with BuddyPress
Anonymous User 96400
InactiveNo worries. There’s a recurring scheduling function as well in that file.
September 13, 2010 at 11:47 pm #92362In reply to: Cron Tasks with BuddyPress
techguy
ParticipantThanks 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?
September 13, 2010 at 11:32 pm #92360In reply to: Quick question about “closed networks”
Ray
ParticipantThanks 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 needThanks!
-Ray-September 13, 2010 at 11:21 pm #92359In reply to: Regular WP plugins?
Paul Wong-Gibbs
KeymasterYes. 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.
September 13, 2010 at 11:08 pm #92358In reply to: Activate Buddypress
Paul Wong-Gibbs
KeymasterBuddyPress won’t work like that. At the moment, it can only be activated on one specific blog or across the entire network.
September 13, 2010 at 10:39 pm #92356In reply to: Cron Tasks with BuddyPress
Anonymous User 96400
InactiveHave 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
-
AuthorSearch Results