Search Results for 'buddypress'
-
AuthorSearch Results
-
March 6, 2011 at 4:07 am #106945
In reply to: [FIX ?]can’t upload avatar with uppercase extension
r-a-y
KeymasterThanks for trying out BuddyPress.
This bug was recently reported here:
https://trac.buddypress.org/ticket/3087March 6, 2011 at 4:05 am #106944In reply to: Need help on registration
r-a-y
KeymasterIf your other blog’s theme has its own registration templates, you could try:
myblog.example.com/registerBy “own registration templates”, I mean you’d have to copy /plugins/buddypress/bp-themes/registration/ to your current blog theme’s folder.
March 6, 2011 at 4:01 am #106943In reply to: Searching your mailbox?
r-a-y
KeymasterThere’s currently no “search_terms” parameter to use in a private message loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-private-messages-loop-bp_has_message_threads/Sounds like a good enhancement. Can you post it on Trac?
https://trac.buddypress.org/newticket—
In the meantime, you’d have to write a custom plugin that does this.
March 6, 2011 at 2:59 am #106936In reply to: [Resolved] Where is the user blog data stored?
Kye
ParticipantScratch that, I must have overlooked it the first 20 times, lol.
Its located in the bp_user_blogs table, not sure why I kept missing it. ha ha.
And if others have this problem, then here is some MySQL:
`INSERT INTO `YOUR_DATABASE`.`PREFIX_bp_user_blogs` (
`id` ,
`user_id` ,
`blog_id`
)
VALUES (
NULL , ‘REPLACE_USER_ID’, ‘REPLACE_BLOG_ID’
);`Obviously replace the parts which say YOUR_DATABASE, PREFIX and REPLACE with the corresponding data.
I wonder why when importing though that Buddypress doesn’t take this into account?
March 6, 2011 at 1:45 am #106931In reply to: Running on one blog in multisite network…
Jason
MemberYep, I did some playing around, and figured that out, but definitely good to have my instincts confirmed. I’d been under the assumption that a multisite install actually replicated entire WP installs in different locations, so I was a little stumped – shows how new I am to multisite…thanks very much @mercime, appreciate the help!
For anyone else trying to achieve the same result, I found this article really useful: https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/
March 5, 2011 at 11:21 pm #106929@mercime
Participant== I thought all of that was supposed to be under /wordpress/wp-content/plugins/buddypress/bp-themes/bp-default/members ==
That would be the folder where template files of bp-default theme is located.
If you installed WordPress in /wordpress folder and activated BP in main site then yes, the default url for members directory would look like …/wordpress/membersMarch 5, 2011 at 10:54 pm #106928In reply to: advanced Group & groupware functionality
@mercime
ParticipantMarch 5, 2011 at 10:51 pm #106927In reply to: WP Multi Network for WordPress 3.1?
@mercime
Participant@johnjamesjacoby territory
March 5, 2011 at 10:49 pm #106926@mercime
ParticipantYou can only install BuddyPress in a self-hosted WordPress blog, i.e. WordPress.org
March 5, 2011 at 10:48 pm #106925In reply to: Running on one blog in multisite network…
@mercime
Participant@JaffyDesigns there is only one wp-config.php per network/install which inlcudes the main site and subsites created from same install.
== other non-BP sites will behave like normal WP installations (i.e. so I can theme them independently, etc.)? ==
Yes, definitely.March 5, 2011 at 10:43 pm #106924lselwd
Membermust install BuddyPress, in a new installation of wordpress.org absolutely?
March 5, 2011 at 7:55 pm #106914Virtuali
ParticipantNO, this is NOT a buddypress problem.
If you mark a user as Spammer, does it block him from logging in?
Use a plugin called “wp-ban” to ban users
March 5, 2011 at 6:49 pm #106912Paul Wong-Gibbs
KeymasterEarlier versions of timestamps in BuddyPress were inconsistent and flawed; 1.2.6 may have been the release where the problem was fixed. I have *extensively* looked into reports of it still not working with 1.2.7/1.2.8 and have been unable to reliably recreate the problem.
March 5, 2011 at 6:22 pm #106910PJ
ParticipantIt definitely is a BP issue to some degree.
@meini , I haven’t found an answer yet. I created a ticket at https://trac.buddypress.org/ticket/3098
March 5, 2011 at 5:36 pm #106907tfirma2000
ParticipantI am using WP 3.1 and BuddyPress 1.2.8
I created another Public group — this one, like the other one, does show up to the public. And it’s the same thing — it’s marked as a Public Group on the Groups page, but under the links HOME and MEMBERS, it says: “This is a hidden group and only invited members can join.”
March 5, 2011 at 4:37 pm #106903In reply to: Configuring W3 Total Cache with BuddyPress
The Badger
ParticipantAnyone found a solution for this? My site, BadgerGP.com has this very issue. If you go to Account > logout you are logged out but the menubar still appears as though you’re logged in until you visit a page and then it refreshes… how frustrating!
I’m sure there must be some queries to exclude from caching order to get around this – W3TC is pretty clever!
March 5, 2011 at 3:39 pm #106898In reply to: Running on one blog in multisite network…
Jason
MemberHi all
I’m trying to do something similar to @mandi – I just set up a multisite installation, and wanted to have BP running on just one of the sub-sites, not the main one. From your reply, @andrea_r, it sounds like I need to update the wp-config file, but my question is: do you mean the wp-config file of the main site, or of the subsite that I want to run BP?
Will this mean that the other non-BP sites will behave like normal WP installations (i.e. so I can theme them independently, etc.)?
Thanks very much!
March 5, 2011 at 3:28 pm #106893Virtuali
ParticipantDo you have buddypress installed? This is not really a bp issue. Although if you do have buddypress installed, just mark him as spammer
March 5, 2011 at 3:13 pm #106890In reply to: advanced Group & groupware functionality
Virtuali
Participant@roman said:
hi, i really do miss the following features:Does that mean they were once features in BP? Or outdated plugins for wp 3.1?
You must search the plugins yourself
in the plugins directory, and if there are none that meet your needs, then you must create it yourself.March 5, 2011 at 11:07 am #106886James
Participanthi @nexia,
wouldn’t you mind sharing your approach on activity-popup, or at least some direction on how to do it?
thanks.
March 5, 2011 at 10:50 am #106885In reply to: WP-minify and new version of Buddypress
romson
MemberHi All,
I am using w3TC on my blog. Is there any additional benefit from having wp-minify installed also, or will this conflict errors between the two plugins?
March 5, 2011 at 9:01 am #106881March 5, 2011 at 8:46 am #106880In reply to: Purely Genius Way to Add Custom Profile Fields
richiedupe
MemberHello, Im pretty new to php and i pasted the custom profile code into my bp-xprofile-filters.php file, and it killed my site, i just get the error: Parse error: syntax error, unexpected ‘”‘, expecting ‘)’ in /home/richied/plainprofile.com/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-filters.php on line 158
i tried deleting and re-installing buddypress but im still getting it! site url is: plainprofile.com
Any help would be HUGELY appreciated!!!!
March 5, 2011 at 7:45 am #106877In reply to: Nothing works for Forums
Hugo Ashmore
ParticipantAnd you have covered all the basics? Set up forums correctly in the buddypress settings, Permlinks are working correctly, When you say go into ‘It’ what do you mean by ‘it’, the top level directory for forum posts.
Have you tested basic functionality with the default buddypress theme enabled to see if this is a theme related issue?
You will need to provide slightly more detailed info , version numbers for WP/BP are also important.
March 5, 2011 at 6:53 am #106876ewebber
Participant@jakel I did ask the developer about being able to fill in the registration form, but his response was “only autoregistration is supported. It’s on my to-do list for eventual implementation, no time estimate yet though.”
I’m sure it’s possible, although I know I don’t have the skills to do it.
@r-a-y in response to your edit, currently when a new user is added with the fb plugin they don’t appear as a new user in the activity stream, would this also be solved by using bp_core_activated_user ?
-
AuthorSearch Results