Search Results for 'buddypress'
-
AuthorSearch Results
-
February 27, 2010 at 8:41 am #65814
In 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
February 26, 2010 at 7:53 pm #65748In reply to: Installing buddypress as a Subdomain
r-a-y
KeymasterThe secondary blog instructions should apply, just change the subdirectory references to subdomain ones if you installed WPMU as a subdomain install.
I guess the instructions could be clearer, I’ll make some modifications to it when I have some time.
But @sabuntu, did you know you – yes you! – can edit any page on codex.buddypress.org? Just make sure you are logged in.
February 26, 2010 at 7:49 pm #65747In reply to: request for subdomains support
r-a-y
KeymasterThis is what you’re looking for:
Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog:
define ( 'BP_ENABLE_MULTIBLOG', true );I haven’t tried this out though, but should work!
February 26, 2010 at 7:32 pm #65746In reply to: new plugin: BuddyPress Rate Forum Posts
bpisimone
ParticipantThis thing works well on my test install, very well done @Dwenaus! Right now I’m also using another plugin called comment rating. Any chance you might extend yours to comments also?
February 26, 2010 at 7:27 pm #65745In reply to: new plugin: BuddyPress Rate Forum Posts
rich! @ etiviti
ParticipantOk, just updated to 1.0.3 and hit another snag. Seems you have the bb_meta table hardcoded as I’m using an external forum install
nevermind – looks like i have weird issue with an external bbpress install and various prefix values being defined (might be a buddypress bug)
February 26, 2010 at 7:25 pm #65744code012
MemberBuddyPress works like a central community, so it’s either you have one BuddyPress website or not.
What you can do is to install it on a single subdomain.
like community.abc.com
then you would have to edit your wp-config.php file, add the following line
define ( ‘BP_ROOT_BLOG’, 3 );
the number 3 is your blog id.
I’ve found the solution from
http://premium.wpmudev.org/forums/topic/how-to-install-buddypress-as-a-sub-domain
Thanks to Sabuntu!
I’m requesting the subdomain installation as a feature though.
February 26, 2010 at 7:19 pm #65743In reply to: Installing buddypress as a Subdomain
code012
MemberHi Sabuntu.
Thank you so much for your contribution on wpmudev.
http://premium.wpmudev.org/forums/topic/how-to-install-buddypress-as-a-sub-domain
You saved me so much time on this.
I’m adding this post so that maybe it can help out people here as well.
February 26, 2010 at 7:09 pm #65742In reply to: BuddyPress Like
Michael Berra
ParticipantYep, me too!
Localization or better, all the messages are costumizable from backend. Cool stuff, though! (I think I will add through css a little graphic instead of the text…
-
AuthorSearch Results