Search Results for 'buddypress'
-
AuthorSearch Results
-
May 6, 2009 at 4:43 pm #44633
mypop
ParticipantThat’s all I’ve done too.
I just changed base.css in the two directories, and copied my logo file over as logo.gif to both locations
base.css in
wp-content/bp-themes/bpmember/css
and
wp-content/themes/bphome/css
and logo.gif in
wp-content/bp-themes/bpmember/images
and
wp-content/themes/bphome/images
Then remember to flush the cache in your browser (F5 usually does it)
I also edited both header.php files as I wanted to change the link words from ‘blog’ to ‘News’
as @jfc said, you might need to select a member theme in Admin / BuddyPress / General Settings / Select theme to use for BuddyPress generated pages:
and then save.
Note: Since I was ‘updating’ from RC1 I had to select a different them and then re-save.
May 6, 2009 at 4:37 pm #44632In reply to: Visit Random Member BuddyPress 1.0 Not Work
enlightenmental1
Participantthis is the same on RC2,
also not working here on buddypress.org
May 6, 2009 at 4:22 pm #44630In reply to: Cannot post to Wire after upgrade?
trcwest
Participantyes ther is problem with the slugs and certain bit of code that means that wire is broken on the groups page
burt helped me get this to work..
https://trac.buddypress.org/ticket/723
the problem i have now is that when i went through this i managed to break the displaying of the profile wire.. the post submit ok but the display of them has conked??
can any one think what it could be… they were working well before..
one thing i did do is define change ( ‘BP_GROUPS_DB_VERSION’, ‘1300’ ); to 1301 and this may have broken it i changed it back now.. could it have…
where is the display wire for profile part
May 6, 2009 at 4:17 pm #44629In reply to: Problems with Sign up (redirect)
Jeff Sayre
ParticipantGcs123-
You’re right, switching to the default home theme solves my problem, however is there any modifications I can make to my custom theme to enable it to work?
Without knowing what you changed, and without seeing your files, it would be impossible to tell you what to change.
Your have two choices:
1. Compare your current themes to v1.2 of the Skeleton Theme and locate the differences. Then, change as appropriate.
2. Copy the standard BuddyPress themes, use them as your starting point, customize as desired.
May 6, 2009 at 4:12 pm #44628In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
Jeff Sayre
ParticipantOkay, since we’ve had a few people make this mistake I need to ask this just in case. Everyone in this thread who is having 404 issues is running BuddyPress with WPMU and not the single-user version of WordPress, correct?
This means downloading WordPress from here: https://mu.wordpress.org/download/
Specifically @Sgoetz-
Running WPMU, ran automatic upgrade to 2.7.1 prior to installing BP
Were you running WPMu 2.7.1-beta1 before upgrading?
If so, you cannot upgrade from beta1 to public 2.7.1 using the automatic upgrade feature. This is because the upgrade script “sees” WPMU 2.7.1 = WPMU 2.7.1, meaning it does not upgrade you from beta1 since it thinks you are already running 2.7.1.
So, you must manually upgrade WPMU following these instructions: https://codex.wordpress.org/Upgrading_WPMU
May 6, 2009 at 3:26 pm #44617In reply to: first things first
Maythil
ParticipantThanks for a detailed reply, David.
No, I am not using Mac.
Yes, I want the width to be 800px (in fact, less than that, to get rid off the horizontal scroll bar at the bottom of my screen).
I was on a trial-and error spree at a testing site, and was able to found the differences you have mentioned and have reached the same conclusion.
“the difference between profile pages and other pages seems to be that profile pages have two left sidebars with a fixed width of 138px (#optionsbar and #userbar) while the other pages have a single right sidebar (#sidebar) without any width defined (i.e. 100%). Meanwhile, #main is used on all pages and has a min-width of 680px. So unless you change some CSS code… the profile pages will always be at least 956px wide.”
Yes I have tried the max/mini width in the base.css, making both 800px, and it works on the main page and the some other pages as well (that is, under the second horizontal menu). It should work (after all IE6 displays all pages in 800px).
I am not sure how atentive I was to #main. I must try it. I must say your reply has given me some hope and a better idea about things, but I will add that BP still has a bug. On buddypress.org itself you can see that: the header or admin bar is fixed at 800px; it can’t adjust its width with that of the rest of the site. It works well with Firefox if I use: #wp-admin-bar { width: 960px !important; } … but it should work automatically.
I am also testing Elgg; several adjustments are pretty easier there compared to BP, but I perfectly agree with you: “It has some features I need that BP currently lacks… but BP is clearly much superior otherwise”. in addition BP has a very pleasant, elegant look. This is why I want to stick with BP and spend hours on my WPMU site.
Regards.
May 6, 2009 at 3:23 pm #44615In reply to: Howto upgrade WPMU with BP running
Jeff Sayre
ParticipantBdegier-
As JFcarter suggests, you should make a backup of your database before beginning this process. Your BuddyPress data should be in the same DB as your WPMU data. You also may have some image files in other locations, so back those up as well. Finally, be carful of what you delete in wp-content. If you have any customized themes, or 3rd-party plugins, you will want to make sure you have a backup just in case.
Now, upgrading WPMU: Unless this issue has been recently fixed, you cannot use the auto update feature to upgrade WPMU 2.7.1-beta1 to the public release version of WPMU 2.7.1. This is because the upgrade script “sees” WPMU 2.7.1 = WPMU 2.7.1, meaning it does not upgrade you from beta1 since it thinks you are already running 2.7.1.
So, you need to do the old manual upgrade of WPMU following these procedures.
Upgrading BuddyPress: follow these instructions.
May 6, 2009 at 3:23 pm #44614jfcarter
ParticipantI make my changes in bp-member.
Only other thing I can think of is that you should go into the admin panel and check under Buddypress (almost at the bottom of the page). In the general area, you can select a theme for members. Select one, submit it and see what happens.
May 6, 2009 at 3:18 pm #44612KitWit
ParticipantGordon, JFC–
Thanks for the help. I went into the bpmember folder and changed the base.css to show different colors and the new logo (as on the home page) but still no change. Maybe more files need to be modified? All I’m trying to do is change the logo from the socialnetworking one supplied with the installation, and the colors at the top, and some text colors … same changes that I made to the CSS file base.css for the home page of the site. Any suggestions? (Sorry to be such a NitWit!
May 6, 2009 at 3:10 pm #44611In reply to: Permalinks not working in BuddyPress 1.0 install
2746060
InactiveAny ideas?
Many thanks in advance,
Ross
May 6, 2009 at 2:56 pm #44609In reply to: BuddyPress Skeleton Component v1.2 RC-2
Jeff Sayre
ParticipantBeLogical-
Why don’t you paste your base code (bp-xxx.php) and the bp-xxx-cssjs.php code into a pastebin so that several of us can take a look–that is if you don’t mind showing parts of your code. I have not had issues using:
$bp->example->image_base = WP_PLUGIN_URL . '/bp-xxx/images';to load images.
May 6, 2009 at 2:51 pm #44607In reply to: Howto upgrade WPMU with BP running
jfcarter
ParticipantThis might be the long version, but
1. When I needed to upgrade, I backed up my database and copied all the buddypress files into another file called “bosox” (just make up a name). I think you may need to copy your avatars and other stuff into your new install from the old one, so don’t delete the old Buddypress files for awhile!
2. Then I added the Buddypress files to their new locations and activated it. If you have heavy customization to CSS, you’ll need to re-do the changes (reference your old CSS files).
3. You’ll also need to:
– select and activate themes
– move all your plugins to the new plugin location (it changes in 1.0 from your version)
– copy avatar files into the new location (I had to do this, but not everyone did)
Those are the basics. All the best to you!
May 6, 2009 at 2:43 pm #44605jfcarter
ParticipantI usually update the themes/bphome (for the basic site) and wp-content/bp-themes/bpmember (which controls the member and directory pages). I update them separately because I sometimes want certain customizations with the member profiles and not for the main part of the site.
All the best to you!
May 6, 2009 at 2:38 pm #44604In reply to: Showing members of private groups to non-members
Jeff Sayre
ParticipantPhilip-
We are working on a proper privacy component for BuddyPress that will allow for a given member to decide how much of their personal data they want to expose to the world. This not only includes their profile data, but also a member’s data contained in the other BuddyPress components.
As far as group-specific privacy control, that is also an area we are discussing.
May 6, 2009 at 2:33 pm #44602mypop
ParticipantYou did follow this:
https://codex.buddypress.org/getting-started/installing-buddypres
and do have the member them in the correct place?
where it says:
6. The plugins are now activated and running, but you will need to move the themes to the correct locations. Move /wp-content/plugins/buddypress/bp-themes/ to /wp-content/bp-themes/
7. You can use any WordPress theme as your root blog theme, but BuddyPress comes bundled with an extra “home†theme that you can optionally use. To install it, move /wp-content/bp-themes/bphome/ to /wp-content/themes/bphome/.
you will then need to edit the member theme to reflect similar changes in the base theme.
Hope that helps.
Gordon
May 6, 2009 at 2:29 pm #44601In reply to: Featured/pro members?
Jeff Sayre
ParticipantPhilip-
You can install my Featured Members Widget for BuddyPress: https://wordpress.org/extend/plugins/buddypress-featured-members-widget/
May 6, 2009 at 2:19 pm #44600mypop
ParticipantYou\’ll also need to edit the member-theme css files- these control the look of Members / groups pages etc.
If you\’ve installed it properly then they should be in /wp-content/bp-themes/bpmember/css
as per here: http://mypartyonparty.biz
May 6, 2009 at 2:09 pm #44599In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
ParticipantJeff, could you get this working in v1.2 and then I can modify my component accordingly?
May 6, 2009 at 1:40 pm #44592David Lewis
Participanthttp://www.w3schools.com/ is a great resource as is http://www.lynda.com and of course the documentation available on this site https://codex.buddypress.org/
May 6, 2009 at 1:25 pm #44591In reply to: BuddyPress Skeleton Component v1.2 RC-2
Jeff Sayre
ParticipantWell, the skeleton uses WP_PLUGIN_URL because custom components should not run in the /buddypress/ directory. Since BP_PLUGIN_URL is defined in bp-core.php (line 9):
define( 'BP_PLUGIN_URL', WP_PLUGIN_URL . '/buddypress' );if you use BP_PLUGIN_URL, it will be pathed incorrectly.
So, the question is this: Where do you have your custom component installed? It should be in /plugins/ and not /plugins/buddypress/
May 6, 2009 at 1:13 pm #44590In reply to: BuddyPress Skeleton Component v1.2 RC-2
belogical
ParticipantNada. Has anyone gotten this to successfully work with the skeleton component on their server?
May 6, 2009 at 12:35 pm #44587In reply to: first things first
David Lewis
Participant@Maythil – If you’re on a Mac… download a copy of CSS Edit:
This editor makes it ridiculously simple to “reverse engineer” CSS code. In the “x-ray” mode you can click any element on the screen and it tells you what the container is (along with all of it’s parent elements). You can also bring up an “inspector” that will show you all CSS declarations that are affecting that element. And you can even modify the CSS and see the changes as you type the code. I’m not sure if there is anything similar for PC… but there must be.
I actually took a quick look myself using CSS Edit and the difference between profile pages and other pages seems to be that profile pages have two left sidebars with a fixed width of 138px (#optionsbar and #userbar) while the other pages have a single right sidebar (#sidebar) without any width defined (i.e. 100%). Meanwhile, #main is used on all pages and has a min-width of 680px. So unless you change some CSS code… the profile pages will always be at least 956px wide.
How did you change the CSS? One thing to bear in mind is that the default theme is fluid. It has min and max widths set. It sounds like you want a fixed width of 800px all the time (no bigger, no smaller… regardless of window size). So… did you remove the min/max on the body and change it to 800? Did you remove the min-width on #main and change it to… let’s say… 560px (allowing 120px each for those two sidebars in the profile)?
Anyway… as mentioned above… this is not a bug and has nothing to do with BuddyPress development. It’s just CSS 101. But I feel you pain. Hopefully the above is some help.
p.s. Did you look at Elgg during your evaluation? It has some features I need that BP currently lacks… but BP is clearly much superior otherwise.
May 6, 2009 at 12:05 pm #44586In reply to: Alternatives to these WP plugins
Robert S
ParticipantK,
Remember that I’m a newbie…
But I would not touch the Buddypress plugin with “Plugin Commander”. If you wish to activate Buddypress across your site do so in the WPMU plugin section and activate site wide.
R
May 6, 2009 at 10:21 am #44582In reply to: Alternatives to these WP plugins
Kunal17
Participant@Jeff, thanks for the tip. Maybe we can start a forum section listing all the plugins which have been tested by members to work without issues with BuddyPress.
May 6, 2009 at 10:21 am #44581In reply to: Alternatives to these WP plugins
Kunal17
Participant@Rschilt, thanks for the info about plugin commander. I am trying it out right now. Quick question about it: After I first install plugin commander, it shows me Buddypress as the only plugin and it shows autoactivate as no. Should this be active for all members or deactivated?
I would assume activated (so that buddypress can work for everyone) but I am not sure it refers to member blogs or the community in general.
-
AuthorSearch Results