Search Results for 'buddypress'
-
AuthorSearch Results
-
March 15, 2009 at 5:45 am #40037
In reply to: wp-signup vs register
tamphet
ParticipantI could not find signup.php in buddypress-home. Where else could it be?
Or where can I download it?
Thanks
March 15, 2009 at 5:41 am #40036Andy Peatling
KeymasterThere will be an extension pack launching soon.
plugin-sidebar.php
plugin-template.php
register.php
activate.php
March 15, 2009 at 5:07 am #40034In reply to: wp-signup vs register
Andy Peatling
KeymasterCopy register.php and activate.php from buddypress-home into your own theme. Make any HTML mods you need.
March 15, 2009 at 4:52 am #40032In reply to: Activation Not Working!
benny148148
Participanthmmmm…I’m not using any other plugins other than buddypress and Dynamic Content Gallery in the regular plugins folder. This wasn’t an issue a few days ago, but suddenly it stopped working, and I haven’t done anything to the core.
I’m using the latest trunk version, so it’s not a bug with RC-1.
The weirdest thing about it is if I add a subdomain to the activation email…ie. community.domain.com/wp-activate.php?123456789, the domain suddenly becomes activated, and the password is given. Can’t figure out why adding the subdomain to the URL would work, but I just tested it for the heck of it and it actually worked! Now I’m even more confused…maybe I’ll just hack the core and make it send emails out with the subdomain in the link
… but really, I’d love to know why that is happening…I know hacking the core isn’t the best idea 
To see what exactly I’m talking about…check out the two links below and take a look at the URL in each one…both have the exact same activation keys…but only the one with the “community” subdomain shows up correctly:
Activation WITH “community” subdomain:
Activation without “community” subdomain:
March 15, 2009 at 3:52 am #40031In reply to: FaceBuddy free theme for BuddyPress
Decisionc
Participantcould someone give instructions on how to install?
i put home theme in themes directory
and member themes in member-themes directory
then activated home theme.
facebuddy home theme is loading, but i get default buddypress member theme.
do i have to activate member theme?
any suggestions?
March 15, 2009 at 12:44 am #40029In reply to: nginx re-write rules
Per Søderlind
Participantnicola, I’ll add it when I know it’s working fine with buddypress. the config above works fine om my wpmu site, but as I said, I’m having problems with a buddypress site. The “problem” is that it’s not creating any errors I can use for debugging (and before you suggest that I should log errors .. I’m do that
March 15, 2009 at 12:18 am #40028In reply to: Activation Not Working!
Rich Spott
ParticipantI had this problem too, I found that it was a conflict with some of my plugins.
First, take out any plugins in /mu-plugins and try to activate the email again.
I found that wp-super-cache was causing some conflict in my blog, I took it out and it works perfectly now.
Then, if your activation works, place the buddypress plugins back in /mu-plugins and try to activate.
If these work, then one by one add the plugins that you had until you find the one that broke it.
That’s what I had to do and now my site works fine.
March 14, 2009 at 11:40 pm #40025In reply to: Activation Not Working!
Adam W. Warner
ParticipantHey benny148148, followed you here from the “other” forum;)
Here’s the thread I was referencing earlier regarding this same issue on my install (all default)… https://buddypress.org/forums/topic.php?id=1315
However, at the end of the day, there is no solution. One of the BP gurus here, Burt Adsit, was helping me troubleshoot and referenced a possible fix, but didn’t know if it was to be put in trac as a bug fix. I’ve messaged him through my BP install, but haven’t heard back.
I checked trac and didn’t see any reference to this issue. Hopefully other will chime in with a fix.
March 14, 2009 at 11:01 pm #40024In reply to: FaceBuddy free theme for BuddyPress
hotandrei
ParticipantI have the same problem and i fallowed the exact instructions.When i select the theme from the admin it doesn’t show up.I see the default theme for bddypress.
March 14, 2009 at 10:54 pm #40022In reply to: FaceBuddy free theme for BuddyPress
nicolagreco
Participant@sha_munira explain better your problem..
what does not work? how did you installed it?
March 14, 2009 at 10:43 pm #40020In reply to: FaceBuddy free theme for BuddyPress
sha_munira
Participantmember theme doest work…please help
March 14, 2009 at 10:36 pm #40018In reply to: Fatal error: installling buddypress problem
sha_munira
Participantthanks, its because im not using wordpress MU…silly mistake..haha
March 14, 2009 at 9:48 pm #40013In reply to: Activation Not Working!
benny148148
ParticipantI’m using the default BuddyPress theme…I’ve just restyled the header.
March 14, 2009 at 9:46 pm #40012In reply to: Activation Not Working!
Tracedef
ParticipantI would try activating default Buddypress theme and see if the issue still occurs so that you can be sure it is not an issue with your theme…
March 14, 2009 at 5:57 pm #40008In reply to: switching from wordpress+mu to wordpress with bp
Ekine
ParticipantThanks for replying.
Maybe I should try exporting from wp+mu and importing to wp without buddypress first and see where I am getting to.
March 14, 2009 at 4:32 pm #40006In reply to: SEO problem in BuddyPress
John James Jacoby
KeymasterThe proof of this is in wp-admin/options-permalink.php, where “/blog” is permanently placed in front of the permalink url on lines 82, 92, and 102.
The function I was thinking of in functions.php was bp_show_home_blog(), but it doesn’t do exactly what I thought it did the way I thought it did it.
March 14, 2009 at 4:21 pm #40005In reply to: BuddyPress Theme Contest
danielfelice
ParticipantI was actually thinking that. I might move everything back a month…that then makes it 2 months for design…
March 14, 2009 at 4:16 pm #40003In reply to: BuddyPress Theme Contest
Andy Peatling
KeymasterYou should extend the deadline Daniel. With the downtime and people only really finding out about this in the last week, it’s not long enough to think about, design and build a decent theme. Just my 2 cents.
March 14, 2009 at 4:13 pm #40004In reply to: Conceptual problem about themes
Andy Peatling
KeymasterYou should think of a home theme as just a standard WordPress blog theme. It is no different other than a few new files to handle directories.
A member theme is a “BuddyPress” theme, and should probably be called that.
You should treat them as two entirely different themes, your WordPress theme should have the styles and images for just the WordPress parts and your BuddyPress theme should have the styles and images for just the BuddyPress parts.
You could of course still provide the two themes in one download package, but they should still work independently. It’s not a good idea at all to make the themes dependent on one another. Someone may want to use your member theme but keep their own blog theme.
I’ll be writing more docs on this soon.
March 14, 2009 at 1:06 pm #40000In reply to: Fatal error: installling buddypress problem
Burt Adsit
ParticipantThis is a theme problem. You seem to have solved that issue. You have another fatal error when viewing the blogs directory:
Fatal error: Unsupported operand types in /home/ladsmy/public_html/community/wp-content/mu-plugins/bp-core.php on line 930
If you temporarily switch to the standard bp home theme does this happen? If your problems go away by switching to the bp home theme then you need to contact your theme’s author.
March 14, 2009 at 12:20 pm #39999In reply to: Conceptual problem about themes
Sgrunt
Participanta css and some images, i prefer not to touch code in order to not updating it on every buddypress release. But sorry..i have no idea how to make a plugin
March 14, 2009 at 10:07 am #39994In reply to: BuddyPress Theme Contest
danielfelice
Participantnice work!
March 14, 2009 at 7:22 am #39993In reply to: FaceBuddy free theme for BuddyPress
Sgrunt
Participanti’ve made some changes to the loader.php to correctly add the stylesheet. We’re still in beta but i think that we’re going to see the light!
March 14, 2009 at 6:04 am #39989In reply to: SEO problem in BuddyPress
Burt Adsit
Participantpietro28 is saying that his permalink structure changed. It can’t by simply installing bp.
March 14, 2009 at 5:01 am #39986In reply to: SEO problem in BuddyPress
John James Jacoby
KeymasterI’m posting from my blackberry so someone can confirm, but I think Andy is saying that the functions.php in the BuddyPress Home theme is what hijacks the url and makes this happen? If I remember correctly? Sorry don’t have the source in front of me at the moment…
-
AuthorSearch Results