Search Results for 'wordpress'
-
AuthorSearch Results
-
August 10, 2012 at 6:52 pm #139090
In reply to: BP Registration Spam – again
Haraldo88
Member@4ella: I see now that Login Ninja is a paid ($15) Envato/WebFactory plugin. Only sold 135 copies. But when I tested the Captcha on the WebFactory site, it showed a standard WordPress login screen. But I’m using BuddyPress with its Registration screen (and currently using SI Captcha on that). Will it work on BuddyPress? Is that what you’re doing? Thanks.
August 10, 2012 at 6:23 pm #139088In reply to: GRA4 – BuddyPress plugin or replacement?
@mercime
Participant@lunchgirl @modemlooper GRA4 has been removed from the WP Plugin Extend. It was “phoning home” without user knowing it among others #7 https://wordpress.org/extend/plugins/about/guidelines/
@lunchgirl if you’ve already installed/activated the plugin, I can only recommend that you delete it from your installation.
August 10, 2012 at 6:03 pm #139079In reply to: [Resolved] Multiple Issues With Fresh 1.6 Install
Barry
ParticipantThanks for all the help and feedback – this support forum is great!
Having had so many minor problems pop up, I decided to try and remove wordpress and start over. The reason was because I had done a scripted install via cPanel using “QuickInstall”.
So I did a manual install of wordpress, then installed BuddyPress, then installed BBPress.
Happy to report all the issues I had before are gone. Everything seems to be working as it should.
Agains, thanks for all the help!
August 10, 2012 at 5:57 pm #139076@mercime
Participant@mebo For Step 3, you need to revise 16 template files listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
August 10, 2012 at 3:39 pm #139070In reply to: [Resolved] Show posts written by user on profile
Roger Coathup
ParticipantTwo solutions — simple link in profile header vs. profile tab
For the first: just add a link to the author archive (standard WordPress) for the displayed user in the member-header file.
For the second – Have a look at bp-skeleton component.
Create a really stripped down version which just contains the code to set up your screen (profile tab), and in there do a simple wp_query() loop with the author ID set to the displayed user ID.
August 10, 2012 at 10:24 am #139046In reply to: Where is functions for do_action ?
Roger Coathup
ParticipantThis will tell you about hook and action programming in WordPress: https://codex.wordpress.org/Plugin_API
The do_action() calls are there for you to add your own hook functions, and in some cases will also invoke hook functions that BuddyPress / Themes / other plugins have added.
You can add your own hook function that is called when the do_action ‘bp_before_registration_confirmed’ is invoked. You use add_action to add your actions.
August 10, 2012 at 12:04 am #138996In reply to: $activity_id
modemlooper
ModeratorAre you trying to add a custom post type to the activity stream when it is posted? Look at the record activity function http://bpdevel.wordpress.com/2011/08/12/custom-post-types-comments-and-the-activity-stream-in-bp-1-5
August 9, 2012 at 8:09 pm #138978akeable
MemberFixed it just a formatting problem from when you posted the code. Thanks a bunch
August 9, 2012 at 8:08 pm #138977akeable
MemberSorry that didnt work
August 9, 2012 at 1:38 pm #138955notpoppy
Participant@djpaul I appreciate that. It is immensely frustrating not to be able to recreate it.
August 9, 2012 at 9:47 am #138943Tammie Lister
ModeratorThere are a lot more features with the new admin bar merge and I think I’m right in saying at some point the fall back of going to the BuddyBar will be removed. However, in the meantime @r-a-y posted this snippet a few days ago that should help:
Add the following code snippet in your /wp-content/plugins/bp-custom.php:
`add_filter( ‘bp_use_wp_admin_bar’, ‘__return_true’ );`
August 9, 2012 at 9:11 am #138938In reply to: Cannot activate other plugins after upgrade
Paul Wong-Gibbs
KeymasterThat “out of memory” message indicates the problem is with a lack of memory, not BuddyPress specifically. Your server just doesn’t have enough memory to load more code.
To address this, ask your webhost for help, or look at https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
August 9, 2012 at 6:19 am #138934In reply to: Who can we thank for the magic?
Paul Wong-Gibbs
KeymasterThe blog post for each release contains a list of people who contributed patches towards that specific release. The humans.txt file contained within the BuddyPress archive (https://buddypress.svn.wordpress.org/trunk/humans.txt) contains names of longer-term contributors.
August 9, 2012 at 3:01 am #138927In reply to: BuddyPress Multi Network
215
Member@ultimateuser – Ron’s BP Multi Network plugin works with WP Multi Network or their Networks+ plugin, but a third option to create networks is Networks for WordPress which is similar to WP Multi Networks but was last updated more recently in May 2012 – https://wordpress.org/extend/plugins/networks-for-wordpress/
I just upgraded to BP 1.6 and found that I can’t post activity status updates on a private network anymore using BuddyDev’s BuddyPress Multi Network plugin http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/ , but maybe it’s me. I might check out Ron’s plugin again to see how it does with BP 1.6
What did you end up using?
August 9, 2012 at 1:47 am #138920In reply to: Answering Private Messages Isn’t Working
broniors
Memberin researching this I installed the WP jQuery CDN Plugin and it is set as Google Ajax API jQuery CDN
https://wordpress.org/extend/plugins/wp-jquery-cdn/This appears to resolve (temporarily) the problem
I hope that this helps
August 9, 2012 at 12:45 am #138912In reply to: CSS Repository
@mercime
Participant@fiq feel free to create a child theme of the BP Default theme or a BP-aware WP theme and submit it to the WP Theme Repository https://wordpress.org/extend/themes/upload/ Let me know when you do and I’ll review your theme

For your reference ->https://codex.wordpress.org/Theme_Development_Checklist
August 9, 2012 at 12:43 am #138911In reply to: Answering Private Messages Isn’t Working
broniors
MemberHi .. I think I am having the same problem
I am running Buddypress 1.6 and WordPress 3.4.1
I am finding the Add Friend feature is not working and the reply to message functionality (when I try and reply to a message it isn’t working.)
When I click on Add friend it just appears to remove the button and the friend pending button doesn’t appear and it doesn’t active the friend request
When I try and reply to a message I type in the message and click on the send reply and it just clears the message window.
I am not sure how to uninstall/remove the CDN version of jQuery. Can you please point to some instructions on how to do this?
August 8, 2012 at 11:35 pm #138901In reply to: [Resolved] Blog Pagination Solution?
r-a-y
KeymasterYou would probably find a better answer on the wordpress.org support forums, but I’ve used WP PageNavi in the past:
https://wordpress.org/extend/plugins/wp-pagenavi/August 8, 2012 at 8:57 pm #138871In reply to: [Resolved] Cannot add a new forum topic in groups
queenieb
MemberPerhaps I am not understanding what you’re saying. The codex tells me that I can have both. I followed the instructions to the letter.
I went ahead and upgraded to BuddyPress 1.6/Salutation 1.5.1/BBP 2.1.2 and my WordPress is at 3.4.1. I also copied my bb-config.php file to my wp-content folder.
I decided to fore-go the site-wide forums and just use the forums within the groups.
I’m still unable to create a new topic inside of a group. Nothing happens when I click on either of the 2 ‘New Topic’ buttons.
Also when I enter text in the “What’s New in ‘this group’?” activity box, there is no submit button and the comment just sits there.
I tested this using the buddy-press default theme as I’m hoping to get this resolved soon so that I can try it with my Salutation theme.
August 8, 2012 at 7:32 pm #138865@mercime
Participant@mairaj first and foremost backup database and server files.
There’s this info which I used late last year for one multisite installation http://wpmututorials.com/how-to/how-to-disable-multisite/ but haven’t had to use this year. To ensure whether said tutorial can be implemented for current installations, please post at https://wordpress.org/support/forum/multisite
August 8, 2012 at 7:06 pm #138860r-a-y
KeymasterIf you’re using Genesis, you’ll also need the Genesis theme compatibility plugin called Genesis Connect:
http://www.studiopress.com/plugins/genesis-connectIf you don’t want to use that paid version, you can try using the free BP Template Pack plugin:
https://wordpress.org/extend/plugins/bp-template-pack/Although, it should be stated that Genesis Connect is probably better suited as it should integrate with your Genesis theme seamlessly, while BP Template Pack will give you a generic look that might not gel with your theme and might require some CSS and template tinkering to get it just the way you want.
August 8, 2012 at 7:03 pm #138859In reply to: how to customise buddypress menu
@mercime
ParticipantAugust 8, 2012 at 7:02 pm #138858In reply to: Answering Private Messages Isn’t Working
r-a-y
KeymasterTry uninstalling / removing your CDN version of jQuery so it reverts to WordPress’ version of jQuery. See if that fixes things.
August 8, 2012 at 5:07 pm #138849In reply to: Member Forums Tab Display Issues
@mercime
ParticipantCheck if content of your wp-content/themes/pokereagle/members/single/forums.php file is the same as content of this file https://buddypress.trac.wordpress.org/browser/tags/1.6/bp-themes/bp-default/members/single/forums.php
August 8, 2012 at 4:57 pm #138848@mercime
Participant@ceric you can apply the fix to your installation if you’re up to it.
Open up wp-content/plugins/buddypress/bp-core/bp-core-avatars.php and make the changes per https://buddypress.trac.wordpress.org/changeset/6247
Remove the line/s highlighted in pink and add the line highlighted in light green.
Save file.
-
AuthorSearch Results