Search Results for 'wordpress'
-
AuthorSearch Results
-
February 12, 2015 at 5:25 pm #234355
danbp
Participanthi @jessiewordpress,
do you use a cache ? If yes, clear it.
February 12, 2015 at 5:11 pm #234351In reply to: Activation Email Name edit?
jessiewordpress
ParticipantThank you for that plugin! I’ll use that for now 🙂
What would be great is a plugin that helps with that AND editing the activation email AND changing the register/login page to not look like WordPress.
For instance, this is a wordpress website and has this register/login page: https://www.ziibra.com/signup/
Any suggestions for a workable plugin that accomplishes all of this?
February 12, 2015 at 2:23 am #234330In reply to: Media plugin: rtmedia or buddybossmedia ?
disha76
ParticipantMediapress does not work with multisite and when multi blog mode is enabled – even using the updated version. I have tested with Multisite (non subdomain – define(‘SUBDOMAIN_INSTALL’, false);)
Rtmedia works smoothly without any problem, only thing is that the activity stream entries look ugly due to centrally placed thumbnails in a column.
The p2 theme has a form that can directly add media or albums from user’s wordpress core media but there is no plugin to plug this into buddypress in a responsive theme. Sad!
February 11, 2015 at 8:04 pm #234319In reply to: bbPress Error after updating BuddyPress
r-a-y
KeymasterI would also recommend turning debug messages off in a production environment.
Set
WP_DEBUGto false inwp-config.php:
https://codex.wordpress.org/WP_DEBUGDebug notices should only be turned on in a dev environment.
February 11, 2015 at 6:55 pm #234315In reply to: version 2.2.0 and is_page() [Resolved]
r-a-y
KeymasterIn BuddyPress 2.2.0, we set all BP pages to page ID of zero.
This showcases the “
is_page( 'ANYSLUG' )returning true” bug in WordPress when the page ID is zero:
https://core.trac.wordpress.org/ticket/24674I would recommend applying this simple one-word patch to WP core temporarily:
https://core.trac.wordpress.org/attachment/ticket/24674/24674.2.diffOr you can use
is_buddypress()to test if you’re on a BP page as well.February 11, 2015 at 4:41 pm #234309In reply to: Sahifa theme Permalinks
theboc
Participant1. Which version of WordPress are you running? 4.1
2. Did you install WordPress as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgrade from a previous version of WordPress? If so, from which version? NO
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. YES
6. Which version of BP are you running? 2.2.0
7. Did you upgraded from a previous version of BP? If so, from which version? NO fresh install
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? YES; akismet, contact form 7, hello dolly, instagramy, taqyeem, ” ” add on, ” ” predefined Criteria, and woocommerce. I deactivated all plugins except for buddy press and the buddypress pages still are not displayed. when i go to the url domain.com/members
9. Are you using the standard BuddyPress themes or customized themes? Sahifa 5.0+ wordpress theme which is compatible any help is appreciated.
10. Have you modified the core files in any way? NO
11. Do you have any custom functions in bp-custom.php? NO
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? N/A
13. Please provide a list of any errors in your server’s log files. N/A
14. Which company provides your hosting? arvixe
15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache
February 11, 2015 at 4:26 pm #234307In reply to: How to exclude hidden field from search
srucwebmaster
ParticipantI also encountered the issue reported by @asitha above and have opened a new ticket on trac as I couldn’t find an ticket referring to this.
February 11, 2015 at 4:25 pm #234306bp-help
Participant@saish_neugi
This tutorial might help to get you going in the right direction.How to Build a Facebook-Style Members-Only WordPress-BuddyPress Site
February 11, 2015 at 1:15 pm #234300In reply to: Activation Email Name edit?
chatty24
ParticipantIf the code is not working for you then you can try the following plugin
WP Change Default Email —-> https://wordpress.org/plugins/wp-change-default-email/
Hope it helps 😀
February 11, 2015 at 12:44 pm #234299In reply to: bbPress Error after updating BuddyPress
shanebp
ModeratorThe BBP_Forums_Group_Extension issue is known and there is a fix.
See this ticket and link to patch.February 11, 2015 at 11:49 am #234293In reply to: version 2.2.0 and is_page() [Resolved]
Toby
ParticipantThanks @Hugo. Appreciate your time on this. I’ll have a look and see what I can do.
I’m trying hard not to think about the original code at the moment. I took over the site in May last year and knew php/mysql but had very limited experience with WordPress and hadn’t even heard of Buddypress. It’s been a steep learning curve, and I’ve managed to work out a lot and fix a bunch of stuff and even make some timid suggestions here, but a thorough re-factoring of the code is a step too far both time and probably skill wise at this point unfortunately.
February 11, 2015 at 9:47 am #234280In reply to: version 2.2.0 and is_page() [Resolved]
Hugo Ashmore
Participant@tobyhawkins
Not sure how you’re running your checks, where or to what end, but I wouldn’t use is_page() where BP is concerned, but it sort of depends on what exactly your theme is trying to do, BP has template tags such as bp_current_component() & bp_current_action() that can provide very specific checks for screens.This ticket and the links to a a sister ticket might help in understanding how is_page() is working and the changes effected a while back, of course this doesn’t rule out the possibility there is something else wrong that needs further investigation.
https://buddypress.trac.wordpress.org/ticket/5307
Having said all that is_page() will return true, is_page(‘blah-blah’) will return false if for example your running that on the members directory screen, bp_current_component() will return ‘members’
What templates are you working with, theme compatibility?
February 10, 2015 at 11:44 pm #234251In reply to: Buddypress Member Filter Search
shanebp
ModeratorHave you tried BP Profile Search ?
February 10, 2015 at 8:26 pm #234247In reply to: Me and my friends activity steam?
Henry Wright
ModeratorFebruary 10, 2015 at 8:23 pm #234246In reply to: Welcome email customize?
Henry Wright
ModeratorYou could use the Welcome Pack plugin?
shanebp
ModeratorBeing able to create a group without logging in is more than ‘clever’.
There have been a few similar reports over the last couple of years – always specific to groups – suggesting that there is a ‘hole’ somewhere, maybe in BP.I don’t know what the solution is and have been unable to replicate the problem.
@leighgregg
What version of WP and BP are you using?
Are you using any additional plugins or code re BP Groups?There was an issue that was fixed for BP 2.2
February 10, 2015 at 8:06 am #234222In reply to: Register and Activate Association Problem
lightslave
ParticipantFirst of all thank you so much for taking the time to try to figure out where the problem is.
Anyone can register is acitvated and now my pages appear. It looks a bit different then in the past. But it works.
Now…when I click on my sineup button (on the right corner of my website/ http://kompanio.de) I get an Error that says this: “ERR_TOO_MANY_REDIRECTS”
Is this a wordpress/buddypress issue or is this a total different error that has other reasons?
February 9, 2015 at 11:36 pm #234213In reply to: Forum in private groups
milenushka
ParticipantHere is what they said in bbpress
https://bbpress.trac.wordpress.org/ticket/2599February 9, 2015 at 11:34 pm #234212milenushka
ParticipantP.s thats what bbpress said
https://bbpress.trac.wordpress.org/ticket/2599
February 9, 2015 at 10:49 pm #234206In reply to: BuddyPress Permissions
Henry Wright
ModeratorHey @lepittenger
There may be a plugin out there that can do all that you need but you may be able to achieve what you need without a plugin
WordPress uses Roles and Capabilities to dictate what a user can and cannot do.
Take editing a page for example. Any user with a role of Editor or above will be able to do that so all you’d need to do is change the user’s role via the admin area.
Hope this helps!
February 9, 2015 at 9:43 pm #234201In reply to: Sitemap Breaks when I install Buddy Press
tutakjj
ParticipantThanks. I am have tried multiple sitemap plugins and they all give the same error when BuddyPress is active. If I disable BuddyPress the sitemap works fine. I am using WordPress SEO by Yoast at the moment, same deal. http://bphope.staging.wpengine.com/sitemap_index.xml
February 9, 2015 at 8:10 pm #234195In reply to: template help
danbp
ParticipantBuddyPress is only a plugin you can use with almost any correctly formated theme.
See here how you have to do this:
https://codex.wordpress.org/Customizing_Your_Sidebar#New_way_of_adding_sidebarsFebruary 9, 2015 at 1:48 am #234159In reply to: Forum in private groups
danbp
Participanthi @melle328, @milenushka
i opened a ticket about that issue. Feel free to connect to Trac and give your feedback.
https://buddypress.trac.wordpress.org/ticket/6202To login, use same credentials as on this ofrum.
February 8, 2015 at 9:28 pm #234148r-a-y
KeymasterApologies for the widget styling.
You can apply the following patch for a temporary fix until we issue 2.2.1:
https://buddypress.trac.wordpress.org/attachment/ticket/5817/5817.clear.patchFebruary 8, 2015 at 6:08 pm #234135In reply to: Error after updating to buddypress 2.2.0
Magic-Komplex
ParticipantTheme: Weaver II
Plugin-list:
Agreeable
amr shortcode any widget
bbp Private Forums Visibility
bbPress
bbPress – Unerwünschte Inhalte melden
bbPress Advanced Capabilities
bbPress Direct Quotes
BbPress Notification
bbP Signature
Beautiful Widget CK
BuddyPress
BuddyPress – Private Aktivitäten
Facebook Like Box
GD bbPress Attachments
GD bbPress Widgets
Google XML Sitemaps
Invite Anyone
Login With Ajax
Page Links To
Page Restrict
PayPal Donations
Privates BuddyPress
Q and A FAQ and Knowledge Base for WordPress
rtMedia for WordPress, BuddyPress and bbPress
Super Socializer
Use Google Libraries
Weaver II Theme Extras
WordPress Backup to Dropbox
wp-MonalisaI know that’s quite a lot of plugins, but how can I reduce them, if I need the functionality? Is it possible that the problem comes from just too many plugins?
-
AuthorSearch Results
