Search Results for 'wordpress'
-
AuthorSearch Results
-
February 6, 2015 at 8:25 am #233925
In reply to: Forum page template
gatelli
ParticipantI agree but it doesn’t pickup specific page template (the one I put in “Groups”) but generic template…
I use WP4.1 and BP2.2
Anyway I could achieve what I want by modifying generic page setting in my theme, and also SEO title with this topic.February 6, 2015 at 8:09 am #233921In reply to: BP 2.2 also broke Q&A Plug-In
mcpeanut
ParticipantHmm, it sounds harsh that you get burned and have problems on each update because ive not really had many problems when updating in the past, maybe a few small ones but not many, and if i have had a few problems ive just held off updating for a couple of weeks until the fixes have been issued into buddypress or the plugins.
After trying out “ALOT” of themes (paid and free) with buddypress and wordpress over the past 2 years i have made my own conclusion that the best themes to use in both cases are usually the bare bones and lightweight themes that can have things integrated by yourself as and when needed, this way you are cutting out alot of problems that can be caused within the theme itself, i know some themes look amazing but they can also cause alot of problems for you in the future if not regular updated by the developer.
If your comfy with design i would always opt for a lightweight and barebones theme and build upon that. less things built into a theme = easier to troubleshoot! (This is just my opinion)
I have tried numerous themes that have caused wiered things to happen with certain plugins, yet work fine on the default themes for example.As for setting up a local test server, this is quite easy to do now, you should definitely look into using something like XXAMP and give it a try.
I still havent got round to testing the new buddypress update yet on my themes and plugins as i fell asleep lol.
February 6, 2015 at 8:07 am #233920In reply to: Add Friend only with Admin Role
jeremy_LV
ParticipantHi Henry,
I’m just new with wordpress and buddypress π it’s gonna be hard for me to start coding something.
As you said, i’m gonna try to open a topic in ideas forum.
thx for your support π
February 6, 2015 at 5:40 am #233911disha76
ParticipantFebruary 6, 2015 at 5:27 am #233908In reply to: Private messaging user blocking/ignoring?
mrjarbenne
ParticipantAnother option might be something like this: https://wordpress.org/plugins/buddypress-private-message-for-friends-only/. I haven’t used it myself, so I’m not positive it still works.
February 6, 2015 at 5:20 am #233907mrjarbenne
ParticipantIf P2 fits your needs, there is a P2-Likes plugin. https://wordpress.org/plugins/p2-likes/
P2 is not a standard theme. There is a lot of custom stuff going on there, so unlike most themes, you will have trouble making BP and P2 play nice.
If you need Likes on BP, this looks to be an option: https://wordpress.org/plugins/buddypress-like/
February 6, 2015 at 2:27 am #233897In reply to: BP 2.2 also broke Q&A Plug-In
Scaffies
ParticipantThanks for your efforts!
We use a cmmercial theme (i.e. paid for) called DynamIX version 3.1.2 by themeva
http://themeforest.net/item/dynamix-business-corporate-wordpress-theme/113901We do not really have that kind of background, skills, or resources to run test sites with default and other themes, and test all plug-ins against every change (I estimate we use about 50 plugins – we make sure that they are compliant with the latest WP versions, and are popular, i.e. proven on many thousands of sites).
A test site seems like a major pain in the butt, but given today’s events, may not be such a bad choice. We had expected there was more communication between developers, since WordPress and Buddypress are usied in such a HUGE number of sites – yet fairly simple updates break major stuff across many sites. So there may not be much of a choice of running a separate test site, or simply wait several weeks after new releases until the bugs are worked out – we do run another commercial security package, which may not make this too bad of a choice.
We got burned on EVERY BuddyPress update this is just by far the worst one so far. Sadly … since the software allows us to run a popular site.
February 6, 2015 at 1:04 am #233891In reply to: BuddyPress doesn't save Search page choice
Nathan Pinno
ParticipantIt could be from the X2 theme, but it was under WordPress -> Settings -> BuddyPress -> Pages, so I assumed it was BuddyPress.
If that’s the case, I need to find a good BuddyPress-powered theme that would work for my music site until I can afford a custom one. Any suggestions?
February 6, 2015 at 12:18 am #233885In reply to: BuddyPress 2.2.0 Breaks Featured Posts
r-a-y
KeymasterDidn’t know “Featured Posts” was a Twenty Fourteen thing. Oops! π
For anyone else reading, some more info on the “Featured Content” option in Twenty Fourteen can be found here:
https://codex.wordpress.org/Twenty_FourteenWill try to look this when I have some more time.
About the member widget avatar CSS, looks like Twenty Fourteen showcases a bug π
Try this patch to fix the staggering issue:
https://buddypress.trac.wordpress.org/attachment/ticket/5817/5817.clear.patchFebruary 6, 2015 at 12:08 am #233884In reply to: Fatal error 113
r-a-y
Keymaster@onesmart – After looking into this some more, I would say this is a bug with the WP-reCAPTCHA plugin.
They are incorrectly using the
'wpmu_validate_user_signup'filter. You should use another reCAPTCHA plugin:
https://wordpress.org/plugins/search.php?q=recaptchaFebruary 5, 2015 at 10:36 pm #233875In reply to: Fatal error 113
r-a-y
Keymaster@onesmart –
Can you list exactly which plugins you are using with links to the repo?There are numerous reCAPTCHA plugins. I tried WP-reCAPTCHA by itself, but that doesn’t include any BuddyPress integration
and doesn’t create the error?.Update – Error duplicated (needed to submit the form!). Doing some more research. More to come.
February 5, 2015 at 10:13 pm #233865In reply to: Make wp Admin bar visible
r-a-y
KeymasterWhat modemlooper meant to say was, try adding a custom menu under “Appearance > Menus” in the WP admin dashboard.
Follow the steps in step 2 of this codex article:
https://codex.buddypress.org/getting-started/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/#step-2-create-your-main-navigation-menuFebruary 5, 2015 at 9:45 pm #233850In reply to: how to add new members to groups automatically?
modemlooper
Moderatordid these plugins not work?
https://wordpress.org/plugins/buddypress-groupomatic/
https://wordpress.org/plugins/buddypress-auto-group-join/or function
function automatic_group_membership( $user_id ) { if( !$user_id ) return false; groups_accept_invite( $user_id, $group_id ); } add_action( 'bp_core_activated_user', 'automatic_group_membership' );February 5, 2015 at 9:25 pm #233839In reply to: BP 2.2 Broke Chat and Messenger
Scaffies
ParticipantHello,
and thank you for the response.
Of course we do not know how this all works with the development; but of course one would think since BuddyPress thrives on all the other plug-in developers for it, it would make some kind of an effort to communicate important changes, instead of just doing it, and saying “well if you guys don’t check our blog for changes…”?
This upgrade broke so many things, and so severely that we cannot even load the admin interfaces for both the chat and the messenger in the WP dashboard:
NSFW: http://scaffies.nl/wordpress/wp-content/uploads/2015/02/flashchat-admin-panel.pngFrom the Plugin Page:
NSFW: http://scaffies.nl/wordpress/wp-content/uploads/2015/02/chat-messenger-plugins.pngThese are the (Commercial) plugins – meaning we pay for both, several hundred $ per year:
Messenger:
NSFW: http://scaffies.nl/wordpress/wp-admin/plugin-install.php?tab=plugin-information&plugin=wordpress-instant-messaging&TB_iframe=true&width=600&height=550We also informed the vendor in Hongkong about it (by email, since we could not submit a support ticket through the admin interface…):
NSFW: http://scaffies.nl/wordpress/wp-content/uploads/2015/02/FlashChat-Support-re-BP-2-2.pngWe certainly appreciate every bit of help we can get!
Stukka
(Creator & Admin of Scaffies – in Dallas, Texas)February 5, 2015 at 9:06 pm #233837In reply to: Add Friend only with Admin Role
Henry Wright
ModeratorHi @jeremy_lv
Unfortunately, the functionality you describe isn’t available in BuddyPress currently. You could try opening a topic in the Ideas forum. Alternatively, you could attempt coding it yourself or perhaps search for a plugin in the WordPress Plugin Directory.
If you decide to go-it-alone and code yourself, then feel free to open a new topic here for each specific question you may have.
Hope this info helps!
February 5, 2015 at 9:04 pm #233836SlothLoveChunk
ParticipantFWIW, I am testing locally, but ‘wp_remote_post( ‘https://buddypress.org’ );’ seems to return a response just fine. RSS items displayed in the “WordPress News” dashboard widget load as well.
I don’t want to this to be a red herring, so I am happy to test out any other ideas.
February 5, 2015 at 9:02 pm #233835Henry Wright
ModeratorHi @disha76
P2 is made by Automattic so you can be sure the theme is of the highest quality. Whilst I haven’t tried it myself, I’ve heard it offers some great features such as inline comments and real-time updates. If you notice a problem with it, then try opening a support ticket on their support forum.
Hope this helps π
February 5, 2015 at 6:16 pm #233760In reply to: Sitewide Activity Feed CSS
mrjarbenne
ParticipantHere’s the fix if anyone else is having issues. https://buddypress.trac.wordpress.org/attachment/ticket/6190/6190.01.patch
February 5, 2015 at 5:50 pm #233756In reply to: Buddypress 2.2 and Links page
Anonymous User
InactiveThe code will make sure the BP Links directory page is displayed.
I think, there’s no problem with the database. It’s a good practice (i really advise you to follow) to make a backup of all your files and/or at least your database before any upgrade of your WordPress configuration.
February 5, 2015 at 5:47 pm #233754In reply to: Title page removed users and groups
@mercime
Participant@nomad48 what theme are you using? There is an outstanding issue with themes which use the new title feature. Have you you updated that SEO plugin? https://buddypress.trac.wordpress.org/ticket/6107
February 5, 2015 at 5:46 pm #233753In reply to: [Resolved] Latest Update Issue
Anonymous User
InactiveJust tested on a fresh install, i’m not able to reproduce, that’s why i’ve asked you about a specific config.
When you say “Register and Activate pages cannot be created” Have you created the pages from the Add new page WordPress menu. You need to create 2 pages there and then come back to the BuddyPress settings > Page to set for Register and Activate one of the pages you’ve created.
February 5, 2015 at 5:33 pm #233748In reply to: Buddypress 2.2 and Links page
Scaffies
Participantthis was the issue before (quotes from our change log)
NSFW: http://scaffies.nl/change-log-nl/
.. and it took from SEP/OCT 2014 to now you get it sorted in this 2.2.0 release.
07 OCT 2014 β Tuesday
β [10:35 GMT β @scaffiesadmin ] Dumb: the previous BuxFix (known BP 2.1 issues) a few days (Oct 1st) ago, which solved a bug we had reported (GitHub), was NOT included in todayβs bugfix update. Manually restored it. Hmmmpf!
β [09:00 GMT β @scaffiesadmin ] Updated 1 Plug-In: BuddyPress BugFix Release v2.1.1this referred to the “enqueue” bug, which was previously discovered, and manually fixed
https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patchβ [14:35 GMT β @scaffiesadmin ] BuxFix (known BP 2.1 issues) received: The BuddyPress people found a bug we had reported (GitHub)- some of the broken functions are now restored!
23 SEP 2014 β Tuesday
β [18:30 GMT β @scaffiesadmin ] Upgrading to WordPress 4 and BuddyPress 2.1 unfortunately broke some things β we reported it upstream, and hope for a solution soon.February 5, 2015 at 5:10 pm #233742In reply to: Buddypress 2.2 and Links page
Scaffies
ParticipantSame problem here .. pretty annoying, to be honest:
NSFW: http://scaffies.nl/wordpress/wp-content/uploads/2015/02/BuddyPress-Links-gone.png
“β [16:50 GMT β @scaffiesadmin ] Through the BuddyPress Update the page βLinks Elsewhereβ was broken β all Links disappeared. Hmph! Removed t from the menu.”
We had lots (!) of links entered on the page(s) under “Links” and many ‘up’ and ‘down’ votes. ALL are lost, it is now completely empty and I had to remove the page from the menu.
When I stated on our change log I had upgraded Buddypress to the latest version, I added “let’s see what it fixed and what it broke” .. something always seems to go wrong, and with over 260,000 users, it is a bummer.
NSFW: http://scaffies.nl/change-log-2015/
Sadly, I was proven right πThis is a bad day for open source development.
We (all the admins) are clueless about “classes” and “skeleton components” – we just use the software, pay / donate for what we do use, and hope it works … and does not render the work and efforts of thousands worthless in a single, badly tested software update.
I am afraid to install updates – the last one required some code changes do be done manually to fix something else which was broken – yet have to, in order to avoid security problems.
We are not using Multi-Site (i.e. single site, WP 4.1, and all plugins in their latest revisions).
Brandon, London
February 5, 2015 at 4:56 pm #233740In reply to: [Resolved] Latest Update Issue
ade101
ParticipantHi, I am not too sure how to answer that but I have not changed anything on my buddy press. I am using wordpress on a single domain site if that what you mean.
February 5, 2015 at 4:47 pm #233736In reply to: [Resolved] Latest Update Issue
ade101
ParticipantHi,
Many thanks for the reply.
WordPress 4.1 running Twenty Fifteen theme. I have recently just done a fresh wordpress installation and with the latest buddypress.
At the moment I only have bbpress and buddypress activated.
-
AuthorSearch Results