Search Results for 'buddypress'
-
AuthorSearch Results
-
February 19, 2013 at 7:39 am #153401
In reply to: Error Message – locked out of my website :(
Plussizebirth
ParticipantThanks so much Mercime for your response.
I had just updated to BP 1.6.4 and everything was fine. Then I saw a yellow bar at the top of my page saying I needed to do another update. I went through that process and then all of a sudden started getting this error. Here it is again directly copied. The rest of the page is blank and this is all I can see –
Fatal error: Call to undefined function wp_get_theme() in /home/*****/****/****/***/wp-content/plugins/buddypress/bp-core/admin/bp-core-functions.php on line 242
I’m not very advanced with this stuff and was just starting to get excited about having BuddyPress on my site. Now I’m so discouraged and worried about even getting access to my backend again.
February 19, 2013 at 7:32 am #153400Kiran@Caret
ParticipantHey all anyone who face this similiar problem, made a core change in buddypress to delete the activity comment as an admin.Which i know its not correct way deal with, but just a quick hack.
File name : ajax.php
Path: plugins\buddypress\bp-themes\bp-default\_inc\ajax.php
Line number: 405
Description: To give the capability to promoted admin of community, for deleting the activity comment.Original code
——————
// Check access
if ( ! bp_current_user_can( ‘bp_moderate’ ) && $comment->user_id != bp_loggedin_user_id() )
exit( ‘-1’ );Change code
——————-// Check access
/* if ( ! bp_current_user_can( ‘bp_moderate’ ) && $comment->user_id != bp_loggedin_user_id() )
exit( ‘-1’ );
*/February 19, 2013 at 7:19 am #153399In reply to: Error Message – locked out of my website :(
@mercime
ParticipantI just updated the newest version of BuddyPress.
@plussizebirth
– Do you mean the stable BP 1.6.4 or BP 1.7 beta 1?
– Where
– How did you update BP, via FTP or dashboard plugin update link?
– Is that the complete error or did you miss some lines before or after that
– Rename the BuddyPress plugin folder in server to e.g.wp-content/plugins-buddypressproblem in order to access your dashboardFebruary 19, 2013 at 4:46 am #153392In reply to: Forums Directory Not Showing Up
@mercime
Participant@homeschoolmommy For your new installation, please follow instructions for installing forums at https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
February 19, 2013 at 3:11 am #153389In reply to: How do I get Yoast SEO to work with Buddypress
zorro1965
ParticipantI hear what your saying but as I indicated above Yoast wants support to go through the WordPress site and nobody there has responded. https://yoast.com/contact/
Also the more and more I am looking at how Joomla has advanced over the past two years and especially http://www.jomsocial.com/ there does not even seem to even a tad of comparison in features or technology. Even the responsive themes are dynamite in contrast. I must admit Joomla two years ago was week in the theme, seo and plugin and core updates updating from within admin. Clearly these guys have been hard at work. Not the case anymore.
Joomla plugins where always much higher end in terms of features and functionality. One of the reasons I can over to WordPress was I liked the ease of SEO, themes were better at the time, and also I liked having the ability upgrade things from within the admin as apposed to FTP. Not the case now.
I am still evaluating but from what I am seeing on the early look its probably going to be complete change over to Joomla with Jomsocial.
February 19, 2013 at 2:12 am #153385In reply to: Calling a php function which is in its own file.
Brajesh Singh
ParticipantYou can either put it in bp-custom.php or the functions.php of your theme.
The advantage of using bp-custom.php is the functions will be always available(even on multisite) and since this file is loaded before anything else in BuddyPress, you don’t have to worry about the availability of your functions.
If you put your code in any of these two files, you don’t need to reference/include these files. They are included automatically.
Hope that helps.
February 19, 2013 at 12:38 am #153383In reply to: How do I get Yoast SEO to work with Buddypress
Asynaptic
Participant“But if the project I am building requires social and the only solution is Buddypress and it does not support even basic SEO…”
You have it reversed. It is Yoast’s plugin that doesn’t support BP. It is the plugin developer’s responsibility to make their code compatible. The best idea is to contact Yoast (Joost). He’s a very hands on guy and would respond to an inquiry like this either via email or on the WP SEO support forum.
February 18, 2013 at 11:42 pm #153381In reply to: Full forum URL String in activity feed
dasped
ParticipantHELP!
Could this all be an issue with the way I installed my network?………….
I have noticed further issues with buddypress & bbpress, sign up not performing or functioning, no bbpress mails being sent and the complete inability to edit etc ‘any sitewide forums. There may be more issues I have just not checked.
I installed network under sub-directories ‘then’ added domain mapping!
Should I have in fact installed the network sites via sub domains and then added domain mapping?
ie. BuddyPress does not work on installations where you give WordPress its own directory ?
Could this be my issue?
February 18, 2013 at 10:47 pm #153379jeffacubed
ParticipantHi Brajesh,
Well, thank you so much! That little piece of ‘magic-code’ accomplishes exactly what I was hoping to do in controlling the default landing-tab for individual groups. A very welcome addition to my bp-custom.php file.
“Give the world the best you have, and the best will come to you.” Indeed √
Your piece of code becomes a key control lever in my latest buddypress open-innovation + collaboration project – thanks again!
-Jeff (Arsenault)
Vancouver, CanadaFebruary 18, 2013 at 10:21 pm #153376In reply to: Displaying topic info!!!!!
@mercime
Participant@manojhl123 could you be more specific about what topic info? Group Forums or Sitewide Forums? bbPress has topics widget you can add to sidebar. WordPress/BuddyPress/bbPress versions?
February 18, 2013 at 10:18 pm #153375In reply to: Why profile info becomes link?
@mercime
ParticipantLook up “Removing the links automatically created in a member’s profile” https://codex.buddypress.org/developer/customizing/bp-custom-php/
February 18, 2013 at 10:15 pm #153374In reply to: Why profile info becomes link?
aces
ParticipantFebruary 18, 2013 at 9:30 pm #153373In reply to: Allow users to create their own blogs!!!!
Ben Hansen
ParticipantYes you need to make your wordpress a multisite install buddypress has additional features which are multisite dependent.
February 18, 2013 at 8:01 pm #153364In reply to: How to: get_user_meta – BuddyPress
artifex223
Participant@kizzywizzy – The function get_user_meta() just returns the data; it does not display it. So if that is the only line of code you’ve added, you won’t see any output. You’ll want to assign the output of the function to a variable and echo that, or just echo the output directly.
Here is the example from the Codex:
<?php $user_id = 9; $key = 'last_name'; $single = true; $user_last = get_user_meta( $user_id, $key, $single ); echo '<p>The '. $key . ' value for user id ' . $user_id . ' is: ' . $user_last . '</p>'; ?>
February 18, 2013 at 6:37 pm #153356In reply to: help with buddyPress Group home
@mercime
ParticipantI just double checked, it has the same formatting as the others that I changed. I can’t figure this out.
Are you sure you uploaded the changes to server? I had to ask. I see no other plugin in source which could affect rendering of /groups/single/home.php
February 18, 2013 at 5:44 pm #153353In reply to: help with buddyPress Group home
hogjonny
ParticipantSorry about stating the wrong group link.
So, that is what is weird … I DID apply the same changes to /groups/single/home.php
I just double checked, it has the same formatting as the others that I changed. I can’t figure this out.
February 18, 2013 at 5:10 pm #153350In reply to: How do I get Yoast SEO to work with Buddypress
zorro1965
ParticipantYes I agree and why I wanted to give WP a try and it is out of the box a much better platform for SEO. But if the project I am building requires social and the only solution is Buddypress and it does not support even basic SEO then its no fit for this project and clearly can’t find support for simple SEO titles working correct here, yoast or any place for that matter. Then its looking like a no fit for this project.
February 18, 2013 at 5:08 pm #153349In reply to: Buddypress and Multisite – 2nd and successive sites
Ben Hansen
Participantok glad to help fyi there are some aspects that function across the network. For instance there is one unified user list (meaning if you are logged in on one site you are logged in as the same user in all sites as well) and some of the buddypress related widgets can be placed on any sub site also activity for the various sub sites will be listed on the primary sites activity feed (provided the sub site is public and you have the site tracking component enabled).
February 18, 2013 at 5:06 pm #153348In reply to: How do I get Yoast SEO to work with Buddypress
Hugo Ashmore
Participant‘Just Work’! well there you go then I would stick with Joomla , however as a long time Standards developer I can tell you I wouldn’t touch Joomla with a barge pole, I publicly gave up helping any devs using the joomla platform due to the most terrible coding errors I had seen of any application, and the sort of errors that hurt SEO.
When you have thought this through and realised that WP as a platform is a thousand times better regarded by search engines than say Joomla, we might be able to help, I’ve dealt with this issue in the past but would have to hunt out the code from one of my dev sites and test.
February 18, 2013 at 4:56 pm #153347In reply to: How do I get Yoast SEO to work with Buddypress
zorro1965
ParticipantI guess the flipping code tags do not work here either. Not good not good at all. How can community help each other if they don’t work.
Think I am just going to stick with http://www.jomsocial.com/ A product I have used before. It works and works right.
Been using Joomla for many years. I recently started building some sites because I honestly like the how far WP has come over the years. But when it comes to social networking it appears from what I am experiencing there is nothing better then JoomScocial because it has a ton of features that are more mature and just work. There is far to much time needed to spend on building and marketing a site to make its success then to play around with things that do not work.
Bye…!
February 18, 2013 at 4:56 pm #153346In reply to: BuddyPress is breaking two functions of my theme
Hugo Ashmore
ParticipantYou have things a little back to front; you need to be addressing this issue to the theme author in the first instance. If these features which are breaking are part of this themes custom offerings and if this theme is said to be BP compatible then it stands to reason those features will have been tested to work in a BP enabled site. If they are breaking then the theme author needs to determin why and whether he may need to update his theme to match the latest stable BP release or if he finds a deeper issue report that to tarc.bp and raise a ticket.
February 18, 2013 at 4:37 pm #153342In reply to: How do I get Yoast SEO to work with Buddypress
zorro1965
ParticipantAsynaptic,
I actually found that link the other day and the solution they provided there did not work. I went back just now since you posted it and tried it again and still did not work.
One thing I did however notice this time is that post talks about finding this line of code:
`
`
and replacing it with this line of code
`
`
However after closer observation what I found is that there is no such line of code in my theme header.php file unless they are talking about one of the many other template files within buddy they have not made clear.
What I have instead in the theme header.php file for title is this line of code:
`
|
`Notice there is no bp_page_title() in my original code that I am replacing.
Any other ideas?
Thanks,
Zorro….
February 18, 2013 at 4:18 pm #153341In reply to: Buddypress and Multisite – 2nd and successive sites
ted_myers
ParticipantThanks again, Ben. You’ve helped me realize that I had the whole “Multiple Buddypresses thing” screwed up in my mind. I was under the mistaken impression that I could have Buddypress on each site and have all sites come together in one big social membership.
The good news is that, while at breakfast this morning, I bounced this all off my wife, Teresa, who said, “why not have one website with multiple groups?” I knew that was possible but wanted the autonomy of different sites, different themes to have to develop and a multitude of development/design iterations. Why? Duh.
So, thanks for not getting back to me in light speed as you, and Teresa, helped me immensely and the path is now clear to do one website/many tabs/groups. Yay!
February 18, 2013 at 4:05 pm #153340In reply to: How do I get Yoast SEO to work with Buddypress
zorro1965
ParticipantHugo,
There are many areas but the title and descriptions are not unique for each member or group. It does not take much understanding to see if one builds even a small community of say 5K members if every profile title says Members and every group says Groups that SEO is very bad and Google will spit this out in a heart beat and not value the site very well in rankings. Good SEO practice has got to be unique titles and descriptions old or new days.
I built sites that have over 20K unique visitors per day and been around online full time since 2001. I am new to Buddpress and only been working with WordPress a little under a year. I know this for sure SEO to be as important today as years ago. Also if Buddy is going to be fully integrated with WP it in simple terms it needs to work just as WP does or then its not fulling integrated. Instead it is partially integrated. Like it or not 80% of all internet traffic today begins with a search and if SEO is not a big part of ones marketing plan success is probably not going to be found easily.
Now don’t get me wrong I do admire and appreciate all the hard work done here on this project. I am very detailed and experienced traffic and IM guy that just simply trying to bring these things to front to make better product. I am however no programmer.
February 18, 2013 at 3:24 pm #153339In reply to: Registration not working hen BuddyPress activated
Sim2K
ParticipantI am having the same problem. I get a page error after user fills in details. I can register them from the Admin side, but they cant register at all.
Error:
Server error
The website encountered an error while retrieving http://www.thissabbath.com/register/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this web page later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil the request.==========================================
BP – 1.6.4
WP – 3.5.1 -
AuthorSearch Results