Search Results for 'wordpress'
-
AuthorSearch Results
-
June 23, 2011 at 9:51 pm #115132
In reply to: Buddypress/wordpress slowing down my shared server
modemlooper
ModeratorI should have said multiple WordPress sites are not good on $5 hosting. BBPress is changing to a WordPress Plugin and would probably not require as much resources. FaceBook connect creates WordPress users. Users can use BuddyPress or Next version of BBPress from WordPress user accounts.
June 23, 2011 at 8:53 pm #115128In reply to: Enabling Blogs
pcwriter
ParticipantBefore you can create blogs, you need to create a network on your WordPress install. Here’s how:
https://codex.wordpress.org/Create_A_NetworkJune 23, 2011 at 7:56 pm #115120In reply to: Buddypress/wordpress slowing down my shared server
oldrow
MemberAlso, will facebook connect work for bbpress just like it does for buddypress?
June 23, 2011 at 7:50 pm #115116In reply to: Buddypress/wordpress slowing down my shared server
oldrow
Memberis bbpress a better alternative?
June 23, 2011 at 12:40 pm #115095Boone Gorges
KeymasterThese instructions will show you how to enable Network Mode in WP: https://codex.wordpress.org/Create_A_Network
This will not affect BP, except that you will have a Blogs tab on your main nav.
I’m afraid I don’t know anything about the gamechangers part. If it turns out that you go with a Subdirectory Network installation, you’ll have to make that subdomain off limits at Network Admin > Settings.
June 23, 2011 at 5:21 am #115081In reply to: Buddypress/wordpress slowing down my shared server
modemlooper
ModeratorBuddyPress is not good on $5 hosting accounts.
June 22, 2011 at 6:53 pm #115063Paul Wong-Gibbs
KeymasterI spent time a while back looking at email addresses as usernames, and other scenarios. Things should work better throughout in 1.3, but some users (dots in username, email addresses in usernames) probably need to set define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true ).
I’d prefer this to be smarter and automatic for BuddyPress, but I don’t think anything more work will happen in the 1.3 release, for this issue specifically.
June 22, 2011 at 5:33 pm #115061In reply to: integrating buddypress into a custom wordpress theme
Marian
ParticipantI’ve sent you an email

MarianJune 22, 2011 at 4:53 pm #115056sebastiancrumpcoi
MemberJust installed WP3.2RC1 to play with. One thing I noticed was that it allows email addresses as usernames – could that be a problem for BP – especially if someone wants to add BP on after the WP install has lots of users and then wants to sync them…?
June 22, 2011 at 2:32 pm #115046In reply to: Janrain Engage tested?
Lanoba
MemberThere’s another alternative to Janrain. Lanoba.com is new but they already have lot’s of cool features. Rumour has it that a WordPress plugin is on the way.
As per @asshu comment above, Gigya is >15000$/year which is out of the question for most small/medium websites.
Check them out at http://Lanoba.com
June 22, 2011 at 12:52 am #115006In reply to: Problems with buddypress
aces
ParticipantDid you install wordpress, or buddypress, from a webhosts built in installer/script or did you do the normal manual install?
Either way it may be a case of needing to re-install as a/some files may be missing… this can happen with ftp errors….
June 22, 2011 at 12:18 am #114996In reply to: Problems with buddypress
Nahum
Participantdo you have a buddypress ready theme? BP will not work automatically for all themes. You’ll need a Buddypress ready theme and/or use the BP Template Pack plugin. https://wordpress.org/extend/plugins/bp-template-pack/
June 21, 2011 at 11:41 pm #114992In reply to: WordPress Nightly Breaks Buddypress
enderandrew
MemberI’m hearing now there will be a BP 1.2.9 release as well. Will that work work WP 3.2?
June 21, 2011 at 9:33 pm #114982In reply to: How to save deleted activity?
r-a-y
KeymasterCheck out the bp_activity_action_delete_activity() function in bp-activity.php.
There’s a hook where you can grab the activity ID before it’s deleted:
`/* Call the action before the delete so plugins can still fetch information about it */
do_action( ‘bp_activity_action_delete_activity’, $activity_id, $activity->user_id );`You could potentially archive this information into a separate table for your own usage.
If you’re not familiar with WordPress hooks, check out the Plugin API codex page:
https://codex.wordpress.org/Plugin_APIJune 21, 2011 at 9:27 pm #114981In reply to: Sending attachments with Private messages
r-a-y
KeymasterIt’s possible, but the plugin would have to create its own tables to store the data. The Group Documents plugin that Dennis mentioned does something similar codewise and can be used as a jumping off point.
It would be better if BP had a dedicated meta table for PMs like the activity component. Then you could easily add this time of information without creating a separate table. I created a ticket here about this:
https://buddypress.trac.wordpress.org/ticket/3083June 20, 2011 at 3:46 pm #114904dainismichel
ParticipantI mean a “real wordpress post” from the WP dashboard. The idea is that I could create a real WP post and select the group as if it were a category, and then if you are a member of the group i posted to, the post would appear in your activity stream. Otherwise not. The “group’s activity stream” or by that i mean the “category” that is the page on which all of the group’s posts are summarized…that would work just like a normal post excerpt.
So, basically, it’s not about adding media like on FB, it’s about posting real articles, that is “real wordpress posts.”
June 20, 2011 at 2:33 pm #114895In reply to: Can BuddyPress do this?
Boone Gorges
KeymasterI don’t know of anything that will, at the moment, allow for the kind of “rating” you’re asking for here. I assume you’d use BP activity as your ‘ideas’, though you could also have a custom post type (which would require coding).
You might check out BuddyPress Like, which might get you at least part of the way there: https://wordpress.org/extend/plugins/buddypress-like/
June 20, 2011 at 2:26 pm #114893Boone Gorges
KeymasterWhat does “real posts” mean?
If you want the ability to include media in activity items, you might check out https://wordpress.org/extend/plugins/buddypress-activity-plus/
June 20, 2011 at 2:25 pm #114892In reply to: Band profiles
Boone Gorges
KeymasterYou don’t need a plugin to do the first part. Just use groups, plus https://wordpress.org/extend/plugins/bp-group-reviews/
Categorization will be trickier, and will require some sort of custom plugin. This plugin may help get you started: https://wordpress.org/extend/plugins/buddypress-group-tags/
June 20, 2011 at 2:23 pm #114891Boone Gorges
KeymasterBrajesh is right; it’s probably a Javascript problem. I’d suggest checking out Suffusion’s custom BP template pack. Otherwise, as a stopgap, you might try changing line 23 of wp-content/plugins/bp-template-pack.php from
`wp_enqueue_script( ‘bp-js’, BP_PLUGIN_URL . ‘/bp-themes/bp-default/_inc/global.js’, array( ‘jquery’ ) );`
to
`if ( !is_admin() ) wp_enqueue_script( ‘bp-js’, BP_PLUGIN_URL . ‘/bp-themes/bp-default/_inc/global.js’, array( ‘jquery’ ) );`so that BP’s scripts are only loaded on non-Dashboard pages.
June 20, 2011 at 2:20 pm #114889aces
ParticipantSuffusion has it’s own compatibility pack https://buddypress.org/community/groups/suffusion-buddypress-pack/ ….?
June 20, 2011 at 1:40 pm #114887Brajesh Singh
ParticipantHi,
It most probably seems like javascript conflict/error.
Do you use firefox. If yes, check the console(Even better if you use firebug addon) and please let us know if you see any error there ?June 20, 2011 at 1:02 pm #114874Brajesh Singh
ParticipantHi Naved,
try this plugin
https://wordpress.org/extend/plugins/bp-redirect-to-profile/I had written it an year ago but it still works. Hope it helps. If it does not work. Please do let me know here.
June 20, 2011 at 12:49 pm #114873BlueInkAlchemist
Member@mercime – Took your advice, reuploaded BuddyPress and /register still redirects back to the base site.
What I meant by reinstalling WP is similar to what I just did with BP – download a fresh copy of the install from wordpress.org and manually overwrite the files on the FTP site, with the exception of wp-config.php so it still points to the right DB with the right credentials.
I believe this WP was installed manually, but the server does include some legacy folders that have nothing to do with WP – drupal, etc – which I suspect may interfere with the overall performance of the site.
June 19, 2011 at 9:45 pm #114832Sofian J. Anom
ParticipantIn your case I think it’s impossible.
As I know, you can only make multiple wordpress installation with single login only if you are using a single database. Therefore, if you want there is BuddyPress with a single user credential on each WordPress installation, then it’s only possible if you are also using a single database.
-
AuthorSearch Results