Search Results for 'buddypress'
-
AuthorSearch Results
-
January 5, 2009 at 9:13 am #35624
In reply to: strange admin address
nickmu
Memberhi burtadsit,
I’ve tried editing the php.ini and my notification emails are still sending out as “myusername@box441.bluehost.com”. I’ve tried changing my outgoing email in Operational Settings in wordpress’s dashboard to an email that i’ve set up on bluehost but that’s not working either. It appears that a ton of people are having this same problem on bluehost. there’s gotta be a simple answer. could it be the pluggable.php file or some other file in wordpress that I can manually edit? I can’t launch my new site with buddypress until i resolve this.
thanks in advance for your help!
Nick
January 5, 2009 at 8:18 am #35620In reply to: BuddyPress Showoff: Post your links
infonatr
MemberJust started this a few days ago http://infonatr.com
January 5, 2009 at 6:30 am #35611In reply to: Site Wide Activity shows wrong blog post author
gogoplata
ParticipantDid users 1, 2, and 3 each publish the posts or did user 1 publish all of them and attribute the second and third posts to the other users? I believe there’s a bug in buddyPress where whoever actually publishes a post (or approves a comment) is considered the author, not the attributed author or commenter. I’m running code from a few weeks ago so some of this may be corrected in the latest trunk (I’m upgrading now) but as of the files I’m running this was a bug.
January 5, 2009 at 5:02 am #35603In reply to: {…} excerpt feature for Forum posts
Burt Adsit
Participant@Mike yes I’m in Michigan. Wanna be in Arizona these days. OK, but a bunch of us are on irc.freenode.net #buddypress. I usually have that running.
January 5, 2009 at 3:11 am #35597In reply to: Make URLs in User Profile answers hyperlink
fishbowl81
ParticipantThere are some easy hacks, one could be as simple as
‘
remove_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2);
add_filter( ‘bp_the_profile_field_value’, ‘bp_profile_link_profile_data_with_urls’, 2, 3); ‘
Then create a function, similar to xprofile_filter_link_profile_data, but have it search for substr($field_value,0,7) = “http://”, then create a normal hyperlink, not a buddypress link
Just a thought,
Brad
January 5, 2009 at 1:24 am #35592nicolagreco
ParticipantThere is already one! look on http://buddypressdev.org/plugins/
there, there’s one called Invite Friends click on it & download it..
January 4, 2009 at 10:52 pm #35583In reply to: Prologue + BuddyPress
nicolagreco
Participant@danielfelice read first the bp roadmap, next version will have a status component like fb status..
January 4, 2009 at 9:45 pm #35581In reply to: BuddyPress Showoff: Post your links
josh9989
MemberVideo gaming blog network, we first tried using wpmu on its own, found it didn’t work how we wanted, then found buddypress. Really like Buddypress, think it’s going to go really far.
January 4, 2009 at 7:31 pm #35578In reply to: Prologue + BuddyPress
danielfelice
Participant@ gogoplata – didn’t think of doing it like that but it makes sense! i’ll have a play around, thanks for the suggestion!
@ nicolagreco – im interested to see what you come up with! let me know if you need any help!
i found a facebook status update wp plugin that could be tweaked to fit in with BP…i might plat around with that too…
thanks!
January 4, 2009 at 6:44 pm #35570In reply to: Problem with CSS?
rangerstone
MemberThere are several errors pulling up, but this is the first one and may be contributing to the other errors…
Error: The stylesheet http://nowunemployed.com/wp-content/themes/buddypress-home/css/loader.php was not loaded because its MIME type, “text/html”, is not “text/css”.
Source File: http://nowunemployed.com/wp-content/themes/buddypress-home/style.css
Line: 0
What do you recommend?
January 4, 2009 at 6:44 pm #35569In reply to: strange admin address
nickmu
Memberhey Chris,
i just find this article below through bluehost tech support. Now we have to figure out where this code exists in WPMU and/or buddypress.
http://helpdesk.bluehost.com/kb/index.php?x=&mod_id=2&id=231
Problem
Why do e-mails from my webpage come from < username > @ < box# > .bluehost.com when I have specified otherwise?
Solution
This is because our servers require you (or your script) to use a properly formatted, valid From: header in your email. If the From: header is not formatted correctly, empty or the email address doesn’t exist on our server, the from address will be changed to <username>@<box#>.bluehost.com. To stop this, you must change the script you are using to correctly use a valid From header.
Examples of headers that should work would be:
From: user@domain.com
From: <user@domain.com>
From: “name” <user@domain.com>
Examples of headers that will NOT work:
From: “user@domain.com”
From: user @ domain.com
Alternative for PHP Users:
– You can also modify which account should be used when sending out using the mail() function. Inside the local php.ini file, you will find a line of code that looks something like this (around line 601):
sendmail_from = mail@yourdomain.com
Be sure to uncomment this by deleting the ‘;’ before the directive. Also, the account you use must be a valid created account.
January 4, 2009 at 6:24 pm #35562In reply to: strange admin address
nickmu
MemberHi, I’m having the same problem as well. I get @box441.bluehost.com as my address. Is this in buddypress or wpmu? I read somewhere that pluggable.php was a file to change in wpmu but haven’t been able to figure it out. please help!
thanks!
January 4, 2009 at 5:45 pm #35558In reply to: Prologue + BuddyPress
nicolagreco
ParticipantI worked a lot with prologue and buddypress, now it’s highly alpha

as soon as possible i’ll release something
January 4, 2009 at 5:44 pm #35557In reply to: Prologue + BuddyPress
gogoplata
ParticipantI don’t think a Twitter-like functionality will be added to the BP core but this can be done now with around 10 minutes of work.
All you’d need to do is create a blog such as whereareyou.domain.com. Then add all existing users as authors and auto-add new users as authors to the blog (see this post for details on doing this, it only takes a minute). Finally install and tweak the prologue theme to suit your site. The updates users post to the blog will automatically show up on their profile like other blog posts.
This is a really basic implementation of a “Twitter-like” functionality, but with a little tweaking this setup works really well.
January 4, 2009 at 4:58 pm #35555In reply to: BuddyPress Showoff: Post your links
David Carson
Participanthttp://solopracticeuniversity.com/
Web-based educational community for lawyers and law students.
January 4, 2009 at 3:35 pm #35551In reply to: BuddyPress Showoff: Post your links
myziguline
MemberJanuary 4, 2009 at 3:34 pm #35550In reply to: BuddyPress Showoff: Post your links
yu
Participanthttp://tf2.lv – Latvian Team Fortress 2 Community
January 4, 2009 at 3:10 pm #35547In reply to: BuddyPress Showoff: Post your links
hyrxx
Participanti have had buddypress running on mine since it was available, i am still seeing bugs but nothing too major
http://hyrxx.com is my main site but im running the buddypress home theme on http://launch.hyrxx.com – this is an interesting way to have it setup i know but also it may give ideas to others who want a separate part for buddypress, i am still considering moving my blog to a subdomain and putting buddypress on the main page but for this to happen i want to learn to theme it and i need it to be extremely perfect
my site is about me and teenlife so please look but dont touch unless you interested its more of a niche kinda thing that most of you wont understand but i posted since i wanted to show my installation, i hope for it to grow and make a proper social network within my freinds, i want to encourage them to all blog and create relationships using wp and bp, feedback apprieciated robbie@hyrxx.com
January 4, 2009 at 2:26 pm #35545In reply to: title: “Nothing found for ..”
Per Søderlind
Participantok, you’re correct, it’s the 404 bug that’s causing this. I tried to create slugs as you mention at https://buddypress.org/forums/topic.php?id=666#post-3003 but it didn’t help.
As long as I now the cause I can live with it, http://snakkis.no is a beta site.
January 4, 2009 at 12:47 pm #35543In reply to: BuddyPress Showoff: Post your links
m@rk
ParticipantI’m working on a BuddyPress-Site for evaluation and a circle of friends (german language): spaces.nordblog.net
… can’t wait for release candidates and the gallery feature!
January 4, 2009 at 7:37 am #35533In reply to: Sites in action
January 3, 2009 at 10:07 pm #35524In reply to: Bug in groups module
Andy Peatling
KeymasterPlease add this to: https://trac.buddypress.org/newticket log in with your forum credentials.
January 3, 2009 at 5:10 pm #35515In reply to: How to Upgrade buddypress?
Burt Adsit
Participant@socialbandit SVN or beta zip is the same procedure. With incremental updates from SVN I know what files were modified. I can’t keep track of them individually. That’d be a nightmare. SVN updates come through files from here, files from there. All over the place. When I’m ready to update I do the whole shebang.
I don’t know how others do it.
No deactivation is needed. I’m usually up at 3am so I do it then.
That probably doesn’t make a diff though. It’s not 3am in Moscow.css changes on updates? I’m not sure what you mean by that.
January 3, 2009 at 5:02 pm #35514In reply to: Problem with CSS?
Burt Adsit
ParticipantPermissions on the /themes/buddypress-home/css/<files>?
January 3, 2009 at 4:23 pm #35512In reply to: How to Upgrade buddypress?
Mark Leonard
ParticipantSo with SVN is it just a simple case of dropping the desired component or files into mu-plugins folder. Can you just add the individual files or do you have to have the whole component?
Do we need to deactivate the current components first.
What about css and the like. Will we will still need to fiddle with them??
-
AuthorSearch Results