Search Results for 'wordpress'
-
AuthorSearch Results
-
May 17, 2014 at 7:26 am #183041
In reply to: subdomains
sharmavishal
ParticipantUse Multi site WordPress install for that. If you want same use base but separate activity stream then use the following plugin
May 17, 2014 at 6:04 am #183039In reply to: Multi Select Box in Profile fields doesn't work
kansas3d
ParticipantThanks for your post.
Good to know that I’m not the only one.
I still couldn’t get it fixed.
It really looks like it’s a bug that exist since the new update of WordPress and Buddypress.May 16, 2014 at 12:43 pm #183012In reply to: Rate members in buddypress (HOT or NOT)
Henry Wright
Moderator@amid11 you could use WP user meta to tally the ratings. +1 for an up-vote and -1 for a down-vote. Querying by user meta is supported by WP_Query – see here:
https://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters
May 16, 2014 at 5:32 am #183007rudik123
ParticipantIt is link to my instalation -> http://www.randkujemy.pl
I have buddypress 2.0.1 and wordpress 3.9.1Cheers,
TomekMay 16, 2014 at 3:40 am #183006dugfunny
ParticipantI am running buddypress 2.0.1 and wordpress 3.9.1, as well as a child theme of kleo 1.3. Thanks again!
May 15, 2014 at 5:22 pm #182990In reply to: Getting the notification link for Activities?
Henry Wright
Moderator@godavid33 that plugin is actually free. Maybe tear open the code to see if a solution jumps out at you? Just an idea.
Regarding your problem, I came across the issue a few months back when 1.9 was rolled out. You need to capture the item’s ID when adding a notification. See here for some related discussion
May 15, 2014 at 5:08 pm #182987In reply to: Activation link in email takes user to blank page
Gemusli
ParticipantI am having the same issue, but my url structure looks like:
thesite.com/activate/?key=4a5bb0e685b93cad4af90d46f81d2643
I am being redirected to the homepage.
Wordpress 3.9.1
BuddyPress 2.0.1BBPress…KLEO theme. (I am not using Gravity Forms.)
Users are being created and I can see the accounts in inactive status under dashboard->users->manage signups
May 15, 2014 at 4:25 pm #182983In reply to: The Best Cache'ing solution for BP?
BuddyBoss
ParticipantFragment caching would be ideal, but that really needs to be built into BP core. You can do it on your own but you’ll be hacking up template files right and left and it will be hard to update later. A lot of effort if you don’t NEED it. I would suggest Object Caching as Paul Gibbs said.
Ideally you will use APC object caching as it’s really fast (stores cached values in RAM). If you use W3TC with file caching (default) it will not be as fast as it has to read from files.
Here’s a tutorial I wrote about how to enable Object Caching on BuddyPress:
Briefly:
If you are hosting with a VPS or other setup where you have server admin access, you can contact your web host and request that they install APC on your server (it’s free) and then it will be available to you as a very fast method for Object Caching. Generally you cannot install APC on a shared hosting environment. APC stores the cached values in RAM, which is why I recommend at least 2GB of RAM for ideal server performance.
Once your web host has confirmed that APC is installed and working, you will then need to enable it for WordPress with a plugin. My recommended method is with the APC Object Cache Backend plugin (as Paul Gibbs suggested). This is not a true plugin, but rather a “drop-in” file. As such, you do not actually activate the plugin. You just need to copy the object-cache.php file into your /wp-content/ directory. You don’t even need to upload the actual plugin. That’s it! As long as you have APC installed on your server and have placed the file correctly, APC-powered Object Caching should now be enabled and you should begin seeing performance improvements. To confirm that it’s working, you can type this into your browser while logged in as an admin: http://www.yourdomain.com/wp-admin/plugins.php?plugin_status=dropins (change yourdomain.com!). It should show APC Object Cache as a drop-in, and if so, you now have a good caching method enabled.
May 15, 2014 at 4:22 pm #182981In reply to: How to Optimize and Maximize BuddyPress Performance
BuddyBoss
ParticipantAnd here’s a tutorial for setting up a CDN with WordPress/BuddyPress. This makes such a big difference and is really easy and cheap to set up. A no brainer.
May 15, 2014 at 4:20 pm #182980In reply to: How to Optimize and Maximize BuddyPress Performance
BuddyBoss
ParticipantHere’s a tutorial I wrote about how to enable Object Caching on BuddyPress:
Briefly:
If you are hosting with a VPS or other setup where you have server admin access, you can contact your web host and request that they install APC on your server (it’s free) and then it will be available to you as a very fast method for Object Caching. Generally you cannot install APC on a shared hosting environment. APC stores the cached values in RAM, which is why I recommend at least 2GB of RAM for ideal server performance.
Once your web host has confirmed that APC is installed and working, you will then need to enable it for WordPress with a plugin. My recommended method is with the APC Object Cache Backend plugin (as Paul Gibbs suggested). This is not a true plugin, but rather a “drop-in” file. As such, you do not actually activate the plugin. You just need to copy the object-cache.php file into your /wp-content/ directory. You don’t even need to upload the actual plugin. That’s it! As long as you have APC installed on your server and have placed the file correctly, APC-powered Object Caching should now be enabled and you should begin seeing performance improvements. To confirm that it’s working, you can type this into your browser while logged in as an admin: http://www.yourdomain.com/wp-admin/plugins.php?plugin_status=dropins (change yourdomain.com!). It should show APC Object Cache as a drop-in, and if so, you now have a good caching method enabled.
May 15, 2014 at 3:47 pm #182970Jason Coleman
ParticipantHi, guys. Thanks for the thoughts and code around this idea. We are doing something similar for our setup at SchoolPress.me and I used some of the code here, tweaked it, and started a GitHub repo for the plugin.
https://github.com/strangerstudios/bp-site-groups
Instead of editing the loop in a template, I’m using the groups_get_groups filter to filter out non-site groups. I also have a couple checks in case people navigate directly to a non-site group in the frontend or dashboard.
If you have any suggestions, please open an issue at GitHub. Thanks.
As this firms up, I will probably move it into the WordPress.org repo.
May 15, 2014 at 3:18 pm #182968In reply to: Logout redirect not work when installing BP
David Cavins
KeymasterDoes the logout redirect work if BuddyPress is deactivated (i.e. if you’re just running a typical WordPress site)?
May 15, 2014 at 2:51 pm #182966In reply to: [Resolved] members profiles and blogs pages 404
islandcastaway
ParticipantOk, after a day of troubleshooting I figured it out. (jump to the end for the stupid answer)
Changing themes did not fix it, but it did open up a whole new can of worms because I was using a custom child theme running off of the bp-default theme. I see that I will have to totally redo my theme because of the changing BuddyPress structure.
I rolled my database back to 4/29/2013 wordpress 3.6 era (3.9 files tho)
deactivated BuddyPress
Installed BuddyPress 1.7
reactivated BuddyPress
buddypress 1.7 worksDid the same for 1.8 – 1.9. They all worked.
I did notice that the title for the “members” list was “directory”, not members.
I also noticed that in the plugins list throughout the updates it always said “There is a new version of BuddyPress available. View version 1.7 details”, even after 1.9Did the same steps for 2.0, still working.
The “members list” page title was now “members” instead of “directory”.Did the same steps for 2.01, still working.
The entire time I never hit upgrade network. When I did, I got an error saying no connection to sites, my dev box has all of the addresses hard coded in the hosts files and the site did pull up, just got the network update errors.
Tried deactivating domain mapping, still errors.
Updated the database with a current backup and BuddyPress was broke again.
Tried the permalink switch again. Never noticed “BuddyPress is almost ready. You must update your permalink structure to something other than the default for it to work.” before.
Went through each of the permalink options and still no go.
Deactivated all plugins except BuddyPress, still no go.
Rolled back the data base to 4/29/2013 and exported the wp_options table
Imported the 3.6 era options into the 3.9.1 database.
Tit worx.
Got a “Fast Secure Contact Form has imported settings from the old version.”
“Site Tracking Directory” is the “blogs” list page title
So I manually flushed the rewrites table in wp_options, no go.
Manually deleted _transient rows, no goCompared the bp-options rows in wp_options in the old and new databases.
“blogs” was missing from “bp-active-components” in the newer database:a:4:{s:8:”xprofile”;s:1:”1″;s:8:”settings”;s:1:”1″;s:5:”blogs”;s:1:”1″;s:7:”members”;s:1:”1″;}
Pasted that into the newer database and BINGO!
Went to the BuddyPress component admin page and no blogs setting, but toggling on/off “Site Tracking” was they key.
One friggin checkbox.
How the ### does “Site Tracking – Record activity for new sites, posts, and comments across your network.” translate into disabling “members profile pages” and the “blogs list”?
That seriously need to have a better description.
So mission accomplished.
Grrrrrrrrrrrrrrrrrrr
May 15, 2014 at 2:47 pm #182965In reply to: Logout redirect not work when installing BP
Leonson
ParticipantHere is my .htacces:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressim pretty sure im running on linux (because im using PLESK), but normal it does nothing with wordpress.
May 15, 2014 at 1:56 pm #182956In reply to: [Resolved] Showing posts by groups
David Cavins
KeymasterSure. You’ll need a to make a loop in which you get the ids of the group members and then create a query to fetch those posts.
For getting group member ids, look at:
groups_get_group_members( $args = array( $group_id => # ) )For the query by author ids: https://codex.wordpress.org/Class_Reference/WP_Query#Author_Parameters
May 15, 2014 at 8:56 am #182948In reply to: Translation problem
danbp
ParticipantHi 3×7 !
since 2.0 BP is loading automatic translation; This means that if you had a previous version installed, with a correct translation, that the new one is now active.
Check in the wp/content/languages/ directorythe /plugins/ folder who maybe contain buddypress-xx_XX.mo/po files and it’s possible that you have also buddypress-xx_XX in the /languages/
Open the po file and take a look to header. Normally you will see the version number.
If you use a custom po/mo for your BP, put these files in the wp/content/languages/plugins/
See also in your theme and avoid to use buddypress-xx_XX.mo from /buddypress/bp-languages/ (as a reminder)
More details about translation, here and here.
BP translation for all languages are now on translate.wordpress.org. If you’re a translator or if you want to contribute, i encourage you to participate on this projet. 😉
May 14, 2014 at 11:13 pm #182935In reply to: Missing buttons (Add friend) (Accept group request)
julianprice
ParticipantHave you configured components by checking friend connections located under Settings > BuddyPress > Components https://codex.buddypress.org/getting-started/configure-components/
https://mercime.files.wordpress.com/2013/12/bpcomponents1.png
May 14, 2014 at 9:45 pm #182929In reply to: [Resolved] BuddyPress Activity page as Homepage
mth75
ParticipantI did a test on a clean wordpress/buddypress/bbpress install, same problem (no plugins except buddy press/bbpress).
Thx for the tip, i’ve planned to look into this one in new release (parallel to a new buddyboss rel.).
In the meantime I’ve created a ticket … this is a bug.
https://buddypress.trac.wordpress.org/ticket/5643
Very nice corporate site btw, we don’t have those vista’s here in the Netherlands.
May 14, 2014 at 9:40 pm #182928In reply to: [Resolved] BuddyPress Activity page as Homepage
julianprice
Participant@mth75 what other plugins do you have installed.
You may also want to check out this plugin https://wordpress.org/plugins/social-articles/ heard great things about it but haven’t used myself.
May 14, 2014 at 11:32 am #182869In reply to: Theme development woes
ernest8888
ParticipantHi
I have a wordpress theme and I have two plugins one is buddypress v2.0.1 and the other is Commons In A Box that tells me that my theme is not buddypree compatible can you tell me what and where I should add to my theme that will make it buddypress compatible. I do understand that the way my theme looks and functions is up to me. I see 1000’s of buddypress themes what makes theme compatible and my’s not?EMac
May 14, 2014 at 10:24 am #182868In reply to: Display total number of contributors
Henry Wright
ModeratorFurther to @shanebp’s method, WordPress has a function called
count_users()which can be used to get the number of users in each role.https://codex.wordpress.org/Function_Reference/count_users
$users = count_users(); // display total users (if you want to). echo $users['total_users'] . ' total users'; // display count for contributors. foreach( $users['avail_roles'] as $role => $count ) { if ( $role == 'contributor' ) echo $count . ' contributors'; }May 14, 2014 at 9:15 am #182866In reply to: Mastermind: BuddyPress Education Open Sourced
danbp
ParticipantHi @julianprice,
Your proposal is respectable, but unfortunately I do not think it will have a big impact on visitors to this forum. Most of them just ask for help, not for explanations and certainly not to take lessons! The explanations are (mostly) on Codex (thxs @mercime, @hnla) and the plasters for big and little sores are (sometimes, thxs contributors) on the forum.
I reply to your message because this is the second time you propose this type of approach and this is obviously a topic that you would like to heart. But this is about you, your views and your motivation. In front you have a diverse audience, ranging from amateur to pro, between noobs and specialists, from many different countries, with very different mentalities and very different social behaviors. And as you can see by browsing the forum, topics are usually short, sometimes poorly worded and often unanswered. Hard to read ? No, it is only the BP audience in his whole variety !
The reasons are multiple, irrespective of audience: lack of product knowledge, panic facing an unidentified problem and therefore inability to articulate, language barrier, and much more serious, lack of time, real or perceived problem, given to the treatment of a case. We are in 2014 and on the Internet, where each ms. count !
As already said, the helpers community is small, very small compared to buddypress downloads ! Personally I would have difficulty establishing a Helpers Top 50, despite my six years of attendance in this forum.
Anyway, all of this is common to any support forum, at least I observed. This support forum is not a discussion forum, is not a course forum, is not a philosophy forum. And IMO, it is allright so.
You want to educate ? Ok ! But does the BP audience want to learn ?
Learning is a complex process, on an individdual and collective point of view.
Learning suppose some basics, such as a thematic unicity, volonty, curiosity, motivation and, at least, a handfull of humility.Educating. Wow ! There is so much to say about that… Ok. Let us talk about educating over BuddyPress… What part we address first ? PHP ? HTML ? CSS ? MySql ? Server administration ? SEO ? Usage ? BP is only a shell, not a unic thematic like a math course.
Ideally, educating needs some talents, a robust knowledge of a subject, a natural disposition to teach and a lot of time and disponibility without any guarantee of results. You certainly need also a good dose of self-denial and a large space behind you to be able to step back in any circumstance. And a handfull of humility. Too !Now, let us consider John Doe. The supposed to be educated user.
The majority struggles when asking for help to strangers. Asking a question on a forum is more like a message in a bottle as a grammatical demand between four eyes to your English teacher. How many people read only on forums but never ask anything because of this feeling?
And which attitude to adopt when we receive a response, good or bad? Must we say thank you if the help doesn’t match our goal? Should we rephrase with the risk to be considered as a profiteer? Should we hook in a topic believed to be identical to our problem and already written (time spare is time spare!!!) or open a new tread? This are so commonly questions, that the world wide forumers needed to create from scratch a web specific phenomenon: the troll!Askink for help under these conditions and with such uncertain issues is not easy at all.
Receiving any kind of answer is not easy, too.
Receiving a circonstanciated answer, with various explanation, examples, links and tutti quanti, from an unknowed person, personally, voluntarily and without consideration, is very very stressfull and really difficult to accept. Take a minute to consider this point, because we are all, and all over the world, habituate to handle such a situation with money, not (no more or not yet) with our felling. Consider also that we are all dependent and in varying degrees of mood, touchy, selfish, proud. This is more or less our daily reality who, when on a forum page, we opposite to a disembodied screen readed text. It’s very unnatural, no ? And so difficult to digest for any normally constituted human for sure ! Affect against computer. EOL.Do you really want to <i>Educate the General Public</i> about BuddyPress ? Do you want to proselytize or advertize ? Create a dedicated site, do your stuff, and maybe with a few chance, great patience and a lot of perseverance, you will come to aggregate in a few years a cute pretty lttle buddypresser community.
Dan. Paris. France.
May 13, 2014 at 5:40 pm #182849In reply to: How hard is it?
Henry Wright
ModeratorWhat is the difference between using BuddyPress from the webiste versus downloading it to your computer?
Do you mean like wordpress.com and wordpress.org?
BuddyPress is downloadable only – there is no web service version of it available like there is with wordpress.com.
May 13, 2014 at 1:34 pm #182834In reply to: How to search for members?
sharmavishal
Participantyou can search for BP members via the regular WP+BP search. Comes with BP and if you want to extend member search use the following plugin
May 13, 2014 at 12:50 am #182818Tbarnes37
ParticipantI set up a clean WordPress/BuddyPress install with the same versions, and managed to narrow down the problem a bit. Outside of a BuddyPress group page, I cannot show status updates to the group by default, (as opposed to personal updates.) If I change the has_activities loop’s scope to ‘groups’, then the group posts show up, but the comment AJAX problem returns.
Is there a way I can get the validation that allows these posts to show up on the group’s page, and make it work in my custom template?
-
AuthorSearch Results