Search Results for 'buddypress'
-
AuthorSearch Results
-
June 19, 2010 at 7:20 pm #81976
paulhastings0
ParticipantYou’ll want to run the BP Template Pack plugin to make your WordPress theme compatible with BP: https://wordpress.org/extend/plugins/bp-template-pack/
June 19, 2010 at 7:06 pm #81974In reply to: Configuring W3 Total Cache with BuddyPress
Nahum
Participantany help
June 19, 2010 at 6:38 pm #81973Akul Mehta
Participantanyone?
June 19, 2010 at 5:58 pm #81966More Ivyou
Participant.htaccess
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]June 19, 2010 at 5:19 pm #81965In reply to: A question for theme designers
paulhastings0
ParticipantYeah, I like this whole concept. Have you looked at the code for BP Group CSS?
https://buddypress.org/community/groups/buddypress-group-css/
Simon Dabkowski
ParticipantJune 19, 2010 at 3:32 pm #81955In reply to: Add a Link to Groups Directory Page Menu?
justbishop
Member@Dwenaus: is this the piece of code from the group tags plugin that I’m supposed to be looking at? I’m not sure what to do with it
June 19, 2010 at 2:23 pm #81952In reply to: would you remove activity page?
pcwriter
ParticipantTake a look at Buddypress Group Forum Extras plugin. Among many other things, it pulls in the threaded activity comments tagged to a new_forum_post activity type and displays them underneath the associated forum posts.
https://buddypress.org/community/groups/buddypress-group-forum-extras/
June 19, 2010 at 2:17 pm #81951In reply to: A question for theme designers
pcwriter
ParticipantReally cool idea! I’m sure eventual users of my site (not launched yet) would appreciate being able to personalize their group/profile pages, if only via a color selector. Looking forward to testing.
June 19, 2010 at 12:38 pm #81938In reply to: BP_ENABLE_MULTIBLOG Design Intention
Windhamdavid
ParticipantI don’t think that’s by intention. I haven’t dug into it that much, but It’s also happening on sub-directory installs and I’ll file a trac ticket. https://trac.buddypress.org/ticket/2451
June 19, 2010 at 12:03 pm #81935Windhamdavid
Participanthttp://dev.gzet.net/windhamdavid/
http://gzet.net/windhamdavid/
it’s a couple revisions short of 3.0 though and I suspect the rewrite problems may be related to another plugin.
https://trac.buddypress.org/ticket/2450June 19, 2010 at 9:20 am #81929In reply to: Add admin as friend to new users
Paul Wong-Gibbs
KeymasterJune 19, 2010 at 8:08 am #81927In reply to: Privacy component–where is it?
paulhastings0
Participant@jeffsayre, I saw that WP 3.0 came out a couple of days ago. How can we help you with BP 1.2.5 so that you can release BP Privacy?
June 19, 2010 at 6:58 am #81924In reply to: link for new post, edit posts, etc…
Famous
Participantnot sure how to use (bp_adminbar_blogs_menu() function in /bp-core/bp-core-adminbar.php) it. I tried this:
a href=”‘ . $site_url . ‘wp-admin/post-new.php”‘ . __( ‘New Post’, ‘buddypress’ ) . ‘/a
but it showed this in my address bar:
http://mysite.com/%27%20.%20$site_url%20.%20%27wp-admin/post-new.phpIt didn’t show the user address. What part am I missing? Thanks
June 19, 2010 at 4:50 am #81919In reply to: link for new post, edit posts, etc…
r-a-y
KeymasterCheck out the bp_adminbar_blogs_menu() function in /bp-core/bp-core-adminbar.php for hints.
Depending on your needs, you could also use the blogs loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-blogs-loop/June 19, 2010 at 4:45 am #81918r-a-y
KeymasterOkay, I’ve added this as a bug report on Trac:
https://trac.buddypress.org/ticket/2450Though, it’s working for me on a sub-blog BuddyPress is activated on.
June 19, 2010 at 2:07 am #81915June 19, 2010 at 1:23 am #81912In reply to: how to make xprofile field non-editable
contoaberto
MemberI would like that too. Plz share it with us!
June 18, 2010 at 11:17 pm #81911In reply to: Is there a latest forum topic widget?
rossagrant
Participant@nuprn1
When you said ‘make sure to change “Whatever_You_Named_It_Latest_Topics_Widget” to the name of the widget class’I don’t think Im doing this right. I have just copied your original code you supplied so what class do I need to put in the function?
I keep getting a white page when I try.Cheers,
Ross
June 18, 2010 at 10:15 pm #81908t.sjogren
ParticipantI´m working on a translation to Swedish for BuddyPress right now, and use the language-file for this.
June 18, 2010 at 10:08 pm #81906t.sjogren
ParticipantHi.
The right way to do this (as i have heard)
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
If you use this method you have full control over styling and it works perfect.
@mikepratt gave this tips in this presentation that i think is a awesome. Check it out hereJune 18, 2010 at 8:44 pm #81898B
Participanti’ve changed the slug already, i want to change where it says “member” on the actual page to “players” ?
*Mod note: I’ve closed this thread as a duplicate was made here.
June 18, 2010 at 8:17 pm #81896In reply to: TwentyTen child theme for BuddyPress
linusf
ParticipantOk, then I will just wait. Thanks for the reply
June 18, 2010 at 7:06 pm #81889In reply to: MediaWiki edits -> BP activity streams
LPH2005
ParticipantIt looks like the INSERT into db does not align for WP 3.0. So I modified the mysql_query statement
Also, I changed the lines with $wpmudp to ($wpmudp, $link) in which $link was added as:
$link = mysql_connect(‘localhost’, ‘db’, ‘db_password’);
if (!$link) {
die(‘Not connected : ‘ . mysql_error());
}This allowed the extension to attach to the proper database (my mediawiki is on a different host, with different user and password).
The only thing incorrect is the time. And I’m working on a solution for it.
See this thread for how I modified the query statement:
https://buddypress.org/community/groups/creating-extending/forum/topic/db-inserts-into-bp_activityJune 18, 2010 at 7:00 pm #81885In reply to: Forum threads not created…
drifter0658
MemberI have again deactivated every plugin, except for BuddyPress, reinstalled the forums on the existing BP install. I try to create a forum post and I get an error say I there was a problem creating that post. Go back into the forum and the title AND permalink for the post are visible. I open the post, and it says there were no posts for that topic.
All of the forum threads are affected.
Any ideas?
-
AuthorSearch Results