Search Results for 'buddypress'
-
AuthorSearch Results
-
June 10, 2010 at 4:37 pm #81185
In reply to: Can't see 'members' page in buddypress local install
qbuster
Participant@dagicueppers Mostly fixed with WP 2.9.2 by creating pages called Members, Groups, Forums, etc but there are still issues.
I’m now testing everything with WordPress 3.0 RC1 (on a remote Linux server) and oddly enough the same issues arise and, sadly, don’t appear to be solved by the above solution.
June 10, 2010 at 4:34 pm #81183In reply to: mY WEBSITE DISAPPEARED
marybennett
MemberCould it have something to do with the fact I chose a buddypress theme and it’s trying to access that but can’t? I’ve now deleted almost all of the plug-ins – everything I’ve knowingly added recently, but still – absolutely blank when I go to cacv.ca.
June 10, 2010 at 4:23 pm #81182In reply to: mY WEBSITE DISAPPEARED
marybennett
MemberI’ve now deleted all the buddypress and bp plug-in files – but when I go to cacv.ca – BLANK. oh, my goodness.
June 10, 2010 at 4:12 pm #81180In reply to: mY WEBSITE DISAPPEARED
marybennett
MemberOK so I went to cpanel. found the buddypress folder and renamed it as buddypressnot… Now, when I go to cacv.ca NOTHING shows up.
I *do* appreciate the quick responses, but still need help…June 10, 2010 at 3:55 pm #81175In reply to: Share on Facebook? No, share on my site.
hkcharlie
ParticipantI think live view means is there a share within the buddypress site.
So if I saw something that interested me on somone elses stream, I could click share and add their comment to my stream (and tell my buddypress world that I took it from someone else.)
I’m not sure he wants to share it on facebook.right/or worng?
June 10, 2010 at 3:52 pm #81174In reply to: Blog Title Changes Not Showing
reedjholmes
MemberI’m having the same problem, fostertime.
Using BuddyPress with WordPress 3.0-RC2.
Did you find a solution?
June 10, 2010 at 3:49 pm #81173In reply to: is a global forum possible?
gregfielding
ParticipantIt’s premium for now…but really inexpensive. Especially so considering how much extra help and attention that @sbrajesh gives us.
June 10, 2010 at 3:25 pm #81167In reply to: Noob questions?
LPH2005
ParticipantYes, BP takes time to learn. I’ve been working with it for a few weeks and discover something new every day. This support forum is checked all of the time and I try to follow answers given by several key people.
http://img814.imageshack.us/img814/4856/allinoobkidknife.jpg doesn’t appear to be an image. So, first, find an image and use the html img tag (See http://www.w3schools.com/tags/tag_IMG.asp ). You can even use the height restriction to limit the size of the image.
In terms of links, simply add the full URL into the post and it is automatically converted to a link. (See http://www.iusmentis.com/technology/www/relativeurls/ ).
June 10, 2010 at 2:31 pm #81165In reply to: No option to create a new account
intimez
Participant@nbishop
Go to your wordpress dashboard – settings – general and make sure that ‘Anyone can register’ is checked next to ‘Membership’June 10, 2010 at 1:16 pm #81160In reply to: BuddyPress Group Tags is now available
Dwenaus
Participantyes it is, I havn’t looked a Burt’s code. And I’m pretty sure that other project is dead, there hasn’t been a peep out of burt for months.
June 10, 2010 at 12:54 pm #81157In reply to: Extend the page tabs width?
David Lewis
ParticipantWhy the new thread?
Anyway:
1. Make a new folder inside “themes”. Call it whatever you wish
2. Make a new “style.css” file inside your new theme folder
3. Paste this code into your “style.css” file and then activate your new child theme/*
Theme Name: My Theme
Description: My BuddyPress Child The,e
Template: bp-default
Tags: buddypress
*//* Parent styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/style.css );/* Custom styles */
ul#nav {max-width: 100%;}Bear in mind that IE 6 doesn’t understand max-width… only width. Then again, the BP default theme is no IE 6 friendly anyway (although it wouldn’t take much to make it so).
June 10, 2010 at 10:07 am #81150In reply to: BuddyPress Group Tags is now available
Erlend
ParticipantLoving it, will come to great use.
One thing though; isn’t this basically a lightweight, yet 1.2 compatible variety of BpContents?
https://wordpress.org/extend/plugins/bpcontents/I’ve tried getting in touch with Burt Adsit to no avail, but his code might still be useful?
June 10, 2010 at 10:05 am #81149In reply to: Change permalinks/slugs for BuddyPress
driz
ParticipantA project I’m currently building uses the network feature of WP 3 (formally WPMU) so I have been able to set BuddyPress up on a second blog called ‘community’.
Would love to know how you would do it if you only using one blog like BuddyPress.org is. Any updates on this?
June 10, 2010 at 8:41 am #81144In reply to: New BuddyPress install
Christopher Mitchell
ParticipantResolved the issue now.
June 10, 2010 at 8:08 am #81142In reply to: Default theme with widgetized home page
Sébastien Sauteur
Participant@Modemlooper : thanxs for your theme, it’s of great help to handle Buddypress. I’ve got a problem though.. when i use the Thin Wide Thin template, if the second (wide) column is longer than the others, then the bottom part of it does not display.. any idea ?
June 10, 2010 at 7:48 am #81137kasper777ny
Member@hnla Thanks , sorry about that. Ill check that out tomorrow because i havent slept yet and that looks little more complicated than i thought it woudl be. i havent gotten into the functions yet, but i will dive into tomorrow.

thanks againJune 10, 2010 at 7:24 am #81136In reply to: New Registrations Not Working
Mike Borozdin
ParticipantI guess it just redirects you to the front page, right?
If so, edit bp-core/bp-core-signup.php. Find lines 78-80 and comment them. It’s funny because in line 77 there is a comment saying that this situation doesn’t naturally occur, but they still check it… well, it’s the way Buddypress is written.
June 10, 2010 at 7:24 am #81135In reply to: New Registrations Not Working
Mike Borozdin
ParticipantI guess it just redirects you to the front page, right?
If so, edit bp-core/bp-core-signup.php. Find lines 78-80 and comment them. It’s funny because in line 77 there is a comment saying that this situation doesn’t naturally occur, but they still check it… well, it’s the way Buddypress is written.
June 10, 2010 at 7:23 am #81134In reply to: New Registrations Not Working
Mike Borozdin
ParticipantI guess it just redirects you to the front page, right?
If so, edit bp-core/bp-core-signup.php. Find lines 78-80 and comment them. It’s funny because in line 77 there is a comment saying that this situation doesn’t naturally occur, but they still check it… well, it’s the way Buddypress is written.
June 10, 2010 at 7:19 am #81133In reply to: bp-events update
Ekine
ParticipantThis guy milordk (https://wordpress.org/support/profile/1487174) updated the events plugin (http://milordk.ru/r-lichnoe/opyt-l/cms/bp-events-dlya-buddypress-1-2-x.html) for buddypress 1.2 It would be cool if developers would join forces and if necessary be willing to accept donations for an awesome events plugin with possibly an iphone version using geoloaction.
June 10, 2010 at 6:22 am #81131In reply to: mY WEBSITE DISAPPEARED
Hugo Ashmore
Participantauto-group-join plugin should have deactivated itself, thought Andy had banged on about the importance of plugins checking for BuddyPress sufficiently?
For future reference and to play absolutely safe the best practice when deactivating BP is to FIRST deactivate all BP reliant plugins BEFORE finally deactivating BP
June 10, 2010 at 6:17 am #81130Hugo Ashmore
ParticipantAlways worth a quick search as many questions have been covered before, work through this thread paying partiulat attention to r-a-ys comment
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults/June 10, 2010 at 5:58 am #81125In reply to: how to make users be approved
techguy
ParticipantYou might check out this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/moderate-signup-restrict-registration/ There’s a few options described in it.
June 10, 2010 at 4:25 am #81127In reply to: Recommended Hosting for BuddyPress site?
More Ivyou
Participantcreate subdomains * point to Document Root :
June 10, 2010 at 4:22 am #81126In reply to: Recommended Hosting for BuddyPress site?
More Ivyou
ParticipantHost: Host1Plus (*****)
Host Website: http://www.host1plus.com/ -
AuthorSearch Results