Search Results for 'wordpress'
-
AuthorSearch Results
-
December 12, 2011 at 1:38 am #126140
In reply to: Can’t leave a reply on activity feed
r-a-y
Keymaster@porscheheritage – You could try upgrading the jQuery library with a plugin.
There are a couple out there. Browse through:
https://wordpress.org/extend/plugins/search.php?q=jqueryI should say I haven’t tested this myself.
December 12, 2011 at 1:36 am #126139In reply to: Custom Post Type to Activity stream
r-a-y
KeymasterIn BP 1.5, the “bp_blogs_record_post_post_types” filter was added so you can add additional post types by hooking into the filter:
https://buddypress.trac.wordpress.org/browser/tags/1.5.1/bp-blogs/bp-blogs-functions.php#L168December 12, 2011 at 12:53 am #126136In reply to: Custom Post Type to Activity stream
rich
Memberhttps://buddypress.trac.wordpress.org/ticket/3460
otherwise – use the lower level bp-core function for add activity entries (or just copy the blog activity add function and change the cpt check)
December 12, 2011 at 12:25 am #126135In reply to: BP Default Theme: Login Form
@mercime
Participant1. Build a child theme of the BuddyPress Default theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
2. Copy over header.php from the bp-default theme to your child theme folder https://buddypress.trac.wordpress.org/browser/tags/1.5.1/bp-themes/bp-default/header.php
3. Add the following code from sidebar.php into your header.php wherever in the structure after the body tag you prefer. You need to style your login form accordingly (horizontal or vertical).
December 11, 2011 at 5:40 pm #126123@mercime
ParticipantYour site is on maintenance mode, cannot see what’s going on.
There are some examples/walkthrough on how to implement Step 3 using method 1 or method 2 at the bottom of this page https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
December 11, 2011 at 5:16 pm #126121modemlooper
ModeratorPlugins should not include its own jquery, WordPress already includes it. Write the plugin author and tell them to fix their plugin.
December 11, 2011 at 11:18 am #126112enderpal444
ParticipantI’ve been trying to find the answers even though I know nothing about Jquery. It talks about wordpress jquery files being no conflict files. Are buddypress jquery files not set up to do that? What can add to other Jquery scripts to keep them from conflicting with buddypress?
December 11, 2011 at 9:44 am #126111In reply to: Buddypress Notifications Manager : My first plugin
inyte89
MemberHey guys,
This code works perfectly, just insert the code into your theme’s function.php file.
Enjoy!
December 10, 2011 at 9:53 pm #126092In reply to: [Resolved] Setting Up BP Multi Network:
coreymj78
MemberNever mind, I figured out how to do this correctly. For anyone else that finds this thread and is interested here ya go (everything laid out):
Full Instructions:
http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/
Plugins:
Install Networks+ or WP Multi Network
https://wordpress.org/extend/plugins/wp-multi-network/
Then install BP Multi Network – Upload bp-multi-network.php to /wp-content/mu-plugins
https://wordpress.org/extend/plugins/bp-multi-network/
https://buddypress.org/community/groups/bp-multi-network/
Threads:
http://premium.wpmudev.org/forums/topic/buddypress-on-all-blogs#post-160736
———————-
Steps:• Create your second WP network with Networks+ / WP Multi Network
• Activate BP on the sub network and go through the installation wizard
• For forums you need to tweak your bb-config.php a bit (this only applies to those using the BP Group Forums option)*Also, the answer to my original question is no you don’t need:
define ( ‘BP_ENABLE_MULTIBLOG’, true );
…unless you want to show the SAME BP profiles on EVERY SINGLE BLOG.
December 10, 2011 at 9:48 pm #126090In reply to: [Resolved] BuddyPress On All My Blogs?
coreymj78
MemberNever mind, I figured out how to do this correctly. For anyone else that finds this thread and is interested here ya go (everything laid out):
Full Instructions:
http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/Plugins:
Install Networks+ or WP Multi Network
http://wpebooks.com/networks/
https://wordpress.org/extend/plugins/wp-multi-network/Then install BP Multi Network – Upload bp-multi-network.php to /wp-content/mu-plugins
https://wordpress.org/extend/plugins/bp-multi-network/
https://buddypress.org/community/groups/bp-multi-network/Threads:
http://premium.wpmudev.org/forums/topic/buddypress-on-all-blogs#post-160736
Steps:• Create your second WP network with Networks+ / WP Multi Network
• Activate BP on the sub network and go through the installation wizard
• For forums you need to tweak your bb-config.php a bit (this only applies to those using the BP Group Forums option)December 10, 2011 at 9:27 pm #126088In reply to: Performance issues after Buddypress install
modemlooper
ModeratorCDN = Content Delivery Network. A place where you upload static files like CSS JavaScript images and anything elses a page would request. This will allow fewer http requests to your server and CDNs make copies of files across globe so clients accessing file will get it fast as it’s closer.
Amazon has S3 CDN or you could simply use DropBox. Other options are header caching for longer periods forcing browser to download copies and keeping them locally.
Most of the WordPress cache plugins work with BuddyPress but youhave to pay attention to the dynamic nature of activity streams / forum posts. You can cache these areas but it should only be for like 30 seconds. But that’s only necessary for sites with thousands if users.
December 10, 2011 at 8:37 pm #126084In reply to: Performance issues after Buddypress install
modemlooper
ModeratorBuddyPress will run slower than a basic WordPress because you are using more db/server info with each page refresh. Anything than can to enhance a WordPress install will help BuddyPress. Use a cache plugin, not run many plugins and use a theme that doesn’t require as many files. You could use a CDN to offset server hits to static files.
December 10, 2011 at 6:14 pm #126076In reply to: New Plugins Causing Styling to Disappear
David Veldt
ParticipantWell everyone I appreciate you taking a look at this, I found the solution to my styling issue at the Paralleus support forum for my theme, Salutation: http://para.llel.us/support/groups/salutation-wordpress/. Just log in and search ‘achievements’ and you’ll find a long thread that will take you through it. A couple other issues popped up but hopefully nothing that causes the headaches that this one did.
Thanks
December 9, 2011 at 9:36 pm #125955Lee
ParticipantI have the same issue. For now I’ve created a menu link to domain/blogs/create/ but I’d rather it be in the Buddy Bar. Also, going to “Dashboard > Sites > Create Site” takes non admins to domain/wp-signup.php which takes them to the site’s home page.
I’m using WordPress Multi-Site + BuddyPress + Membership Premium.
December 9, 2011 at 5:57 pm #125942In reply to: Remove “home-link”
@mercime
ParticipantDavid, the theme author, usually provides support at WordPress.org https://wordpress.org/tags/frisco-for-buddypress
December 9, 2011 at 2:27 pm #125931Brimfulof
ParticipantIt’s actually pretty simple. It’s explained very briefly in the plugin’s installation page: https://wordpress.org/extend/plugins/bp-export-users/installation/
Step-by-step:
1. Download the plugin to your computer.
2. Unzip it and open the file bp-export-users.php in a text editor (notepad, notepad++, gedit, etc.)
3. Find these lines:
$this->wp_fields = array(
'ID',
'user_login',
#'user_pass',
'user_nicename',
'user_email',
'user_url',
'user_registered',
#'user_activation_key',
'user_status',
'display_name',
'spam',
'deleted');
4. Add the names of any custom WordPress user fields you want in ‘inverted commas’ before the closing bracket ) making sure you put a comma in between the fields. E.g. ‘deleted’, ‘custom field’, ‘custom field2’)
5. Find the lines:
$this->bp_fields = array(
'Name',
'Telephone',
'Job Title',
'Organisation',
'Region',
'Primary Discipline',
'Grade',
'A bit about you',
'twitter',
'flickr');
6. Add the names of any custom BuddyPress (xProfile) fields you want to export in the same way.
7. Save the file.
8. Zip the folder.
9. Install the plugin in your WordPress installation using the upload method.
And you should be away.December 9, 2011 at 7:24 am #125921In reply to: Removing View Members from top menu
abysshorror
MemberI added a custom menu (from WordPress) and select only the pages I wanted to be there. This is a quick fix but I think if somebody knows the URL it would still be accesible. I’d like to see a plugin or something to hide the members page from anyone.
Cheers !
December 9, 2011 at 7:12 am #125920In reply to: DB Table Favorites
Paul Wong-Gibbs
KeymasterAre you saying the favourites activity count is off? https://buddypress.trac.wordpress.org/ticket/3794
December 9, 2011 at 3:42 am #125911@mercime
ParticipantInstallation Wizard Step 2 – https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/
or
Configure BP components – https://codex.buddypress.org/getting-started/configure-buddypress-components/#bp-pagesDecember 9, 2011 at 3:16 am #125909tomcat_meow
MemberOk so I created a page called members and went to the buddypress section on the left side of admin. It just takes me back to the same page I created the members page on with no other buttons or links to assign any page to anything?
December 9, 2011 at 2:59 am #125908modemlooper
ModeratorYou need to create one page for each active BuddyPress component. So create a page called members and then under the BuddyPress admin menu you will find a link called pages, you assign that page to the members component.
December 8, 2011 at 8:20 pm #125889In reply to: Admin bar options in wordpress menu
Dailyblog
MemberIt´s almost working

Kind of lost all of the urls that were placed in the admin bar, do you know were I can find them back in my dashboard?
Looking for the url to go to profile, messages etc.
December 8, 2011 at 8:01 pm #125886In reply to: Members loop has bug (BP 1.5.1)
James
ParticipantDecember 8, 2011 at 4:52 pm #125860In reply to: Add Profile link to WP Custom Nav Menu
freque.unce
ParticipantThe plugin doesn’t work for me, it scatters all the links into the header. The scripts shown here work but I get an “error on page” in IE. I’m running the latest buddypress/wordpress with BP-Columns. Any thoughts?
December 8, 2011 at 4:10 pm #125857In reply to: BuddyPress wipes out WordPress cache?
Boone Gorges
KeymasterCan you open a ticket at trac.buddypress.org?
In the meantime, try this https://wordpress.org/support/topic/plugin-wp-super-cache-clear-cache-when-user-login#post-2114809
-
AuthorSearch Results