Search Results for 'buddypress'
-
AuthorSearch Results
-
August 22, 2011 at 9:14 pm #118870
In reply to: Configuring W3 Total Cache with BuddyPress
Henry
MemberAny update on this problem?
August 22, 2011 at 8:47 pm #118865In reply to: BP 1.5b2 and bbpress 2.0 RC3 – Integration
Paul Wong-Gibbs
KeymasterSome point after 1.5, BuddyPress won’t come with bbPress. If you’ll want to use a forum, we’ll invite you to download bbPress (2.0); maybe we’ll even add a link in to make it easy.
As far as I’m aware, currently bbPress 2.0 will posts updates to the activity stream. I don’t think any work has been done yet regarding creating a forum when a group is created (e.g. create forum when “create group” is clicked).
August 22, 2011 at 7:50 pm #118861In reply to: How to restrict users to child theme only
modemlooper
ModeratorThis could be the issue not sure but to run BuddyPress you need to have a capable theme.
Are you running BuddyPress? I know its a silly question but people have posted on here before about WP issues.
August 22, 2011 at 7:06 pm #118860Nahum
ParticipantI still haven’t figured out why a wp page slug /search does not work with buddypress/bp-default — I’m trying to house a search page but it either redirects to /members/?s= or the homepage.
Any clues/
August 22, 2011 at 5:29 pm #118858In reply to: How to edit a post in buddypress
kizinko
ParticipantAre you referring to a post in the activity feed or to a WordPress post being displayed in BuddyPress?
Do you want to edit the content or the style of the post?
August 22, 2011 at 5:21 pm #118857In reply to: Changing text colors in bp-default theme.
kizinko
ParticipantYes, what wilfil said will change the link color to a darker blue, but if you want more control over how dark it will be you can replace the word “blue” in his code “a {color:blue !important;}” to a hexadecimal value.
After doing a quick google search I found http://www.2createawebsite.com/build/hex-colors.html. Scroll down to the color box and after you select the color just copy and paste the hex value from the bottom right of that box. You will need to include the “#” along with the six digits that follow it in your code.
Example:
a {color:#0C19A2 !important;}To further explain the “!important” exclamation, it just allows you to override CSS properties already assigned to an element. In this case the color property is being overridden from the default.css blue (which has already been set by buddypress) to your newly assigned color for the “a” element.
Hope this helps!
August 22, 2011 at 5:02 pm #118856In reply to: How to restrict users to child theme only
w101
Participant“BuddyPress ready” – this is new to me
Ummm… I’m just using 20 10 default that came with WordPress. If there is another can you point me to it?Thank you!
August 22, 2011 at 5:00 pm #118855In reply to: How to restrict users to child theme only
modemlooper
Moderatoryeah, I’m saying do not use the default themes that come with wordpress. Just to test. It shouldn’t matter but I think there have been problems with using default WP theme and children on MultiSite.
Is your 20 11 parent theme BuddyPress ready? This could also be a problem. If you are using BP Template pack and 20 11 and then trying to use a child on top of that.
August 22, 2011 at 4:40 pm #118849In reply to: How to restrict users to child theme only
w101
ParticipantYes… they are named as follows:
Parent theme:
/wp–content/themes/twentyeleven/Child theme:
/wp–content/themes/twentyelevenchild/Style sheet for child theme is as follows:
/*
Theme Name: Twenty Eleven Child
Description: Child theme for the Twenty Eleven theme
Author: xatblogs.com
Template: twentyeleven
*/@import url(“../twentyeleven/style.css”);
How do they look?
August 22, 2011 at 4:25 pm #118846In reply to: How to add page without its tab appearing in nav
modemlooper
ModeratorYou would need to edit the navigation code in header.php BUT in the next version of BuddyPress coming any day now it will use WP nav menus you can edit from the admin.
August 22, 2011 at 4:22 pm #118845In reply to: How to edit a post in buddypress
modemlooper
ModeratorWhat post?
August 22, 2011 at 3:45 pm #118842In reply to: Frisco Child Theme
David Carson
Participant@pjnu I’m pretty sure I just did. If you’re not comfortable using the latest BP trunk or consistently updating the theme, I’d suggest waiting for BP 1.5 to be released and then download the theme from the WordPress theme repository as soon as it’s available.
August 22, 2011 at 3:41 pm #118841In reply to: Frisco Child Theme
PJ
Participant@davidtcarson I thought this theme was for use with 1.5?? If so, I don’t know why it isn’t working on my 1.5 b2 install.
Please clarify… is your theme for use with BuddyPress 1.9.2, 1.5 b2, or this trunk version you just shared? Do you have a link to current/detailed install directions? Thanks.
August 22, 2011 at 3:18 pm #118835In reply to: BP 1.5 and a Child Theme Custom Header?
Nahum
Participant@davidtcarson thanks but I’m now rereading my post and it looks like a screwed the terminology all up in trying to refer to the Custom Header link under Appearance -> Header as the wp-admin “menu item”. hehe. Not the frontend navigation menu.
Just how there is a Appearance -> Background, I thought that there was also a Appearance-> Header to customize the bp-default header’s color/image background. I’m not seeing it.
August 22, 2011 at 2:37 pm #118834David Carson
ParticipantThis has been fixed since BP 1.5b2 was released.
See https://buddypress.trac.wordpress.org/ticket/3445 and https://buddypress.trac.wordpress.org/changeset/4965
August 22, 2011 at 1:58 pm #118830In reply to: Frisco Child Theme
David Carson
Participant@pjnu To use the theme prior the official BuddyPress 1.5 release, you must consistently update both BuddyPress (https://buddypress.trac.wordpress.org/browser/trunk) and Frisco (https://github.com/davidtcarson/frisco).
The BuddyPress team is making updates everyday to BuddyPress 1.5. And I am making updates almost every day to the theme. If your BuddyPress version has not been updated or the theme has not been updated, you should expect to see strange results.
This will all settle down once BuddyPress 1.5 is released and Frisco theme is in the WordPress theme repository.
August 22, 2011 at 1:52 pm #118829In reply to: Frisco Child Theme
David Carson
Participant@pjnu What version of BuddyPress and WordPress are you using?
“Frisco requires BuddyPress 1.5 and WordPress 3.2.1 or 3.3 (nightly build).”
August 22, 2011 at 6:22 am #118826In reply to: Migrating buddypress – groups are broken
wwwhatsup
MemberAh, got it sported. it was just the permalinks needed setting to ‘/%post_id%/%postname%’
Thanks to Steve bruner for help!
August 22, 2011 at 12:38 am #118822In reply to: [Resolved} Help with Permalinks?
esploded
MemberSorry to post so much, but I found what the problem was. It’s a plugin called “Permalink Fix & Disable Canonical Redirects Pack”. It was really useful because I can use MAMP + wordpress on firefox, but it went rogue.
So now here’s the new problem: How do I work on my wordpress/buddypress on firefox? Because now I get this like before:
“The page isn’t redirecting properly.
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”Tammie Lister
ModeratorThe PollDaddy one springs to mind: https://buddypress.org/community/groups/polldaddy/, maybe that does what you are looking for?
August 21, 2011 at 11:34 pm #118817In reply to: [Resolved} Help with Permalinks?
esploded
Member@djpaul @Stigmartyr all right, I think this isn’t a permalinks issue. I deleted ALL of my posts, making my homepage naked except for the slideshow (now empty), menu bar and widgets. Now when I click on a page (say about), I get
Quote:Not FoundSorry, but you are looking for something that isn’t here.
Any ideas on what the problem is?
Or should I create a new topic?August 21, 2011 at 10:36 pm #118812In reply to: 100,000 Members Moved from Ning – Mega Site!
Anointed
ParticipantNice job!
Having just migrated my 40k members over from vbulletin into the new bbpress plugin, my next step is to work with adding buddypress.
I would love to read a post someday about what you went through in getting the network setup correctly and any battles you are still fighting. (esp bp related as I have a strong grasp of wpmu already)
I am not on a shared host, but rather run clusters of dedicated servers so cpu/bw is not an issue.
August 21, 2011 at 10:06 pm #1188104ella
Participant@alfredojp this code below is working for me well (the same as above but exact PHP code without WP-BP destroying PHP codes) and is saving all my fields:
download here:
http://pastebin.com/download.php?i=X2tn22ysWe only need to find the way how to display those fields publicly in groups-header.php.
@modemlooper – Thank you for your checkbox code I will check it out tomorrow and if working I will implement it into the code above. Checkboxes will help me a lot.
August 21, 2011 at 9:23 pm #118809In reply to: Moving Buddypress sidebar to the left
untt1
MemberI couldn’t get it work. These edits will move my content div, but sidebar isn’t showing at all. Any other tips?
August 21, 2011 at 7:54 pm #118808modemlooper
Moderatorcreate a file bp-custom.php and add to /wp-content/plugins/bp-custom.php
add this code to file:
`<?php
define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
?>`To change other settings read this page: https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
-
AuthorSearch Results