Search Results for 'buddypress'
-
AuthorSearch Results
-
February 27, 2010 at 10:41 am #65826
nickrita
ParticipantNobody here who can help? It’s the only problem I still have before I can upgrade my site to bp 1.2.1.
I read https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
an I tried
<?php if ( bp_has_activities('action=new_blog_post') ) : ?>instead of
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>in activity-loop.php, but then only the new blog posts are shown, no matter which options I take.
I want the new blog posts only as default and not as only option.
Please, if anybody could be so kind to tell me the code and where to put it, I would be vergly glad.
February 27, 2010 at 10:30 am #65825In reply to: Location Profile Field
Nick Watson
Participanthere’s the ticket:
https://trac.buddypress.org/ticket/2089
Yeah, I saw that post, I was really disappointed that they took it out.
February 27, 2010 at 10:29 am #65824In reply to: Location Profile Field
xspringe
ParticipantThere used to be the possibility to use pre-built fields to the registration form (as described here: https://buddypress.org/forums/topic/what-happened-to-add-prebuilt-field), which would take care of at least part of this problem. But it appears this is no longer supported for 1.2.
So I definitely support the request for the ability to add pre-built registration fields.
February 27, 2010 at 10:22 am #65822In reply to: Should I still use bp_custom.php in BP 1.1.x?
Roger Coathup
ParticipantA further thought (comments / corrections appreciated):
If you make your modifications in bp-custom.php it will affect your entire BuddyPress installation (regardless of which theme you are using)
If you make your modification in functions.php it will only affect the theme where you have made the changes. i.e. select a different theme and you will lose the changes.
February 27, 2010 at 10:17 am #65821In reply to: BuddyPress Maps
grosbouff
Participant@Landshark : should not be very difficult to do :
The BuddyPress Maps plugin has been made to be flexible…
You have to extend the buddyPress groups plugin, allow the admin to add a map and then display it.
I can give you some infos if it’s difficult for you, but i don’t have the time to code it myself.
By the way, check this post too : http://dev.benoitgreant.be/?p=162
February 27, 2010 at 8:58 am #65818In reply to: BuddyPress Maps
paulhastings0
ParticipantLooks like an excellent plugin in the works. I’m looking forward to it.
February 27, 2010 at 8:44 am #65815In reply to: Excluding Blog Posts from Activity Feed
nickrita
ParticipantHere’s something similar:
https://buddypress.org/forums/topic/removing-blog-posts-form-the-swa-widget#post-36775
February 27, 2010 at 8:41 am #65814In reply to: How to set Friends Activity page as home?
nickrita
ParticipantSimilar question here. I want to see New Blog posts as default.
I already read this: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
but it doesn’t help, becaus there is not one example for the complete code, only the snippets.
February 27, 2010 at 8:26 am #65813In reply to: BuddyPress Maps
landshark
ParticipantGrosbouff,
This is a shot in the dark and I don’t know how difficult this would be, but what I am looking to do is to have individual groups have locations and have the locations of all groups show up on a map, lets say on the front page.
This is to allow people to find groups near them by looking at a map.
Any help would be greatly appreciated.
February 27, 2010 at 3:14 am #65799In reply to: Installing buddypress as a Subdomain
Sabuntu
MemberThanks everybody for the backup
Actually, I raised this issue and I found the answers, Thanks to both wpmudev and buddypress docs
But after activating buddypress on a subdomain, I found it better if I activated it on the root blog, so I will not confuse my members.
I tried to reverse the process, But I completely failed
I tried the following maneuvers but non of them succeeded:
1- I deactivated bp plugin and deleted it –> once installed and activated again it will be activated back on blog 3
2- I droped the bp tables in the database, installed again but the same problem
3- I added this code to wp-config:
define ( ‘BP_ROOT_BLOG’, 1 );
define( ‘BP_AVATAR_UPLOAD_PATH’, ‘/var/www/wp-content/blogs.dir/3/files’ );
define( ‘BP_AVATAR_URL’, ‘hxxp://community.example.com’ );
and tried to activate bp plugin again
it activated nicely and asked me to choose a theme for buddypress but once choosing a theme I see only a blank white page and I can’t access my dashboard even
I get to it by accessing another blog and deactivating bp plugin to get through my dashboard
so I tried another way
I did all of the mentioned in addition to editing my .htaccess and adding the following codes
RedirectMatch 301 ^/members/(.*)$ http://community.example.com/members/$1
RedirectMatch 301 ^/groups/(.*)$ http://community.example.com/groups/$1
RedirectMatch 301 ^/blogs/(.*)$ http://community.example.com/blogs/$1
RedirectMatch 301 ^/forums/(.*)$ http://community.example.com/forums/$1
but non of them helped
I still have one option to delete blog 3, but I’m afraid I will be stuck and No way to do it back
I Know I’m asking too much but Please Help Me
February 27, 2010 at 2:07 am #65795In reply to: Change restriction of Gravatar?
SubSanity
MemberIt appears that the ability to change the rating of Gravatar used in BuddyPress is not exposed in any option form.
I managed to change it by editing bp-core/bp-core-avatar.php at line 158. Adding . ‘&r=<rating>’ a the end.
Some information here: http://en.gravatar.com/site/implement/url
If you wish, I guess you could add additional options to Site Admin->Options and insert the option into the database somehow.
If there is any plugin that does this for us, I’d very much like to know. Otherwise, I’m just sharing this tiny hack.
Cheers~
February 27, 2010 at 1:58 am #65794In reply to: [Poll] Which development tools do you use
epsi
ParticipantFirebug is a must, other is optional.
System: Lenny (debian), Apache, MySQL, PHP
Desktop: XFCE
PC: my old slow Pentium III
Firefox Browser: Firebug, Web Developer, Color Picker, Measure It
Editor: Geany
Image: GIMP
FTP: Filezilla
Database: PhpMyAdmin
Command line: $ msgfmt (translation), and $ svn
CMS: WordPress

Framework: None. BuddyPress Core… perhaps someday
w3school , I always looking for css reference.
Guess.. my brain is no compete for those ever growing reference.
And last…
My sister’s notebook to test css in ie6, ie7, chrome.
~epsi — Learning WP since 23 Dec 2009
February 27, 2010 at 12:46 am #65788In reply to: Wrong Avatar and Gravatar after BP update
paulhastings0
ParticipantI’m using the default theme provided with BP 1.2.1 for the main site.
At one point while I was still deciding which theme to use on the front I ran Andy’s BuddyPress Template Pack on another theme but then decided to just stay with the default theme in BP 1.2.1 . It was after that I noticed the gravatar/avatar problem. But maybe the problem existed before then?? I don’t know since I didn’t check.
As I already mentioned I’ve already deleted BP 1.2.1 manually and then manually reinstalled it but still to no avail.
Do you think it might be something with the default theme?
February 26, 2010 at 11:23 pm #65782In reply to: Tweetstream (twitter plugin) Beta testers needed!
maledei1
MemberOh, sorry about that last post! I was wrong, you musn’t activate this plugin globally.
The reason I though that you had to was because the tweetstream-settings link doesn’t show up in the buddypress navigation-bar on the top of the page if you are on a wpmu-blog (like http://blog.testbp.org)
You need to be on the start page to see it.
February 26, 2010 at 10:49 pm #65776In reply to: new plugin: BuddyPress Rate Forum Posts
bpisimone
Participant@Dwenaus, haha good one! At the moment there’s no hurry for me. I just wanted to check what you think about that. But who knows maybe I will need the feature in a few weeks.
But again, good plugin, nice implementation.
February 26, 2010 at 10:29 pm #65774In reply to: Avatar Upload Issues
John James Jacoby
KeymasterCheck out https://trac.buddypress.org/ticket/1970 and see if those fixes help?
I know there are lots of different server setups and installation types we’re trying to account for, so it’s possible that something could need adjusting.
February 26, 2010 at 10:17 pm #65770In reply to: new plugin: BuddyPress Rate Forum Posts
rich! @ etiviti
ParticipantI think my situation is somewhat unique as
$bp->forums->bbconfig = $bp->site_options['bb-config-location'];which is loaded in bp-forums.php is different (subdomain) than the wp root bb-config.php which had a stale reference to the default bb table prefix.I’m not certain – but you may be able to call
do_action( 'bbpress_init' );February 26, 2010 at 9:55 pm #65768In reply to: Installing buddypress as a Subdomain
Andrea Rennick
ParticipantLooks right to me. You got the whole “do this on the SECONDARY blog” part in there.
February 26, 2010 at 9:45 pm #65764In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
Participant@andrew_s1 thanks for the code, I’ll add that soon.
@nuprn1 – I would love to not hard code it, but I was having trouble getting those variables. Can you give me a suggestion on how I can do that. One solution could be to check a db option value, and if it exists (for example in a custom install) then use that instead of the default one. what do you think?
@Bpisimone – I might get around to comment rating, but that is a pretty low priority because those plugins already exist. However it would be good to combine points rather that have two systems. Things like this that don’t effect the project i’m working on are lower priority. (but donations do make them higher priority.
February 26, 2010 at 9:39 pm #65763In reply to: Can\'t activate BP default theme
maledei1
MemberI have the same problem.
The buddypress default theme is not activateable since I upgraded to Buddypress 1.2, and is still not solved after upgrading to Buddypress 1.2.1.
I also get the message:
The active theme is broken. Reverting to the default theme.
This error message apparently appears if the activated theme has no index.php or style.css
here is a snippet from the theme-php:
/**
* Checks that current theme files ‘index.php’ and ‘style.css’ exists.
*
* Does not check the ‘default’ theme. The ‘default’ theme should always exist
* or should have another theme renamed to that template name and directory
* path. Will switch theme to default if current theme does not validate.
* You can use the ‘validate_current_theme’ filter to return FALSE to
* disable this functionality.
*
* @since 1.5.0
*
* @return bool
*/
Our default theme is and should stay K2 for new users, so we can’t change that. But apparently we need an index.php which the buddypress default theme seems not to have.
Any Ideas?
February 26, 2010 at 9:34 pm #65762In reply to: Avatar uploads but does not display
sporty
ParticipantI have exactly the same issue. Am running BP 1.2.1 and the BuddyPress Template Pack 1.0.2 on an IIS7.
Whats really weird, is I just tried this in IE8 and it worked fine with a particialar file.
Then I tried it in FireFox 3.5.8 with FireBug enabled and I had the same problem you had, with a different file. I got “500 URL Rewrite Module Error” when trying to GET the picture name I just uploaded.
I through thats strange and so I went back to IE and uploaded a different file and it also failed.. so not browser related.. it’s something do do with the file itself??. I can’t figure out exactly what but several of the files I’ve tried don’t upload and show the crop – my guess after some experimentation is there is some rule about the minimu file size needed to crop?
February 26, 2010 at 9:06 pm #65758In reply to: Better user management capabilities
snark
ParticipantStill looking for a member management solution. At the very least, if all of the above isn’t doable yet, can somebody suggest a way to lock all users below a certain level out of the WP admin back-end?
Right now all user levels, including Subscriber, can log-in and at least see “Dashboard”, “Profile” and “Tools”, but since blogging is not allowed and users can access their Profiles through the Buddypress front-end, I’d prefer to shut everybody below the level of “Editor” out of the WP back-end. Any suggestions? Thanks.
February 26, 2010 at 8:04 pm #65754In reply to: Installing buddypress as a Subdomain
r-a-y
KeymasterJust made a few, minute changes to the secondary blog guide:
https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/
@andrea_r – can you give it a once-over since you’re a WPMU guru?
February 26, 2010 at 8:02 pm #65752In reply to: Installing buddypress as a Subdomain
Andrea Rennick
Participant“I came across this code if I like to Set which blog ID BuddyPress will run on:
define ( ‘BP_ROOT_BLOG’, $blog_id );
So, if I didn’t find an answer for my first question, I have plan B question

if I’ve chosen the blog Id to be 3 for example
would it be like this blog3.example.tld/community “
The Blog ID has no bearing on the actual subdomain. It’s just internal. So if the blog ID was 3, the 3 would not be in the subdomain.
February 26, 2010 at 8:00 pm #65751In reply to: BuddyPress Maps
gregfielding
ParticipantI’m getting an error message when I try to upgrade:
Warning: Cannot modify header information – headers already sent by (output started at /home/housings/public_html/wp-admin/admin-header.php:18) in /home/housings/public_html/wp-includes/pluggable.php on line 868
-
AuthorSearch Results