Search Results for 'buddypress'
-
AuthorSearch Results
-
April 16, 2009 at 3:56 pm #42785
In reply to: No Posts In blog page
Jeff Sayre
ParticipantIf you are using the standard BuddyPress Home theme that came with the BP trunk, then in each column of the homepage (left, center, right) you should see the following message:
Please log in and add widgets to this column.
You need to log in as admin and then go to Appearance > Widgets and add the “Recent Blog Posts” widget to whatever column you want.
April 16, 2009 at 3:55 pm #42782In reply to: remove admin-bar
Burt Adsit
ParticipantThord see this post here: https://buddypress.org/forums/topic.php?id=2186
April 16, 2009 at 3:45 pm #42766In reply to: 404 everywhere
Jeff Sayre
ParticipantI am running the latest wordpress mu 2.7 and lates BP- rc1
What does “lates” mean? Do you mean that you’re running the latest BP version?
If so, do you mean that you obtained BuddyPress from the big, orange Download button? Or, did you upgrade from trunk?
April 16, 2009 at 3:42 pm #42764In reply to: messaging error
Jeff Sayre
ParticipantJugoretz-
There have been various messaging bug fixes to RC1 since it was packaged. Either you should upgrade to the newest trunk (read this thread: https://buddypress.org/forums/topic.php?id=2171 then this thread: https://buddypress.org/forums/topic.php?id=1994 ) or wait for a packaged zip of RC2.
Remember, BuddyPress has not yet been officially released as version 1.0. This means that it is a work in progress and changes are literally being made to it everyday. Running it in a production environment is strongly discouraged until it is officially released.
April 16, 2009 at 3:33 pm #42763In reply to: Why is BuddyPress stripping my object or embed tags?
zenseeker
ParticipantSorry, Burtadsit, but can you break this down a bit more for the truly moronic like me? I’m having the same problem and I have installed vipers-video-quicktags which is nicely displaying all the various video icons in my visual editor. It is working correctly, but when the post is saved the code disappears as above. Now you say it’s a security hole. I don’t want to open up something bad, but I do want to easily add video to my posts. I don’t want to do anything with the forums.
Is this the entire code I put in a bp-custom.php file?:
function my_allowed_tags($allowedtags){
$allowedtags[’embed’] = array();
return $allowedtags;
}
add_filter( ‘edit_allowedtags’, ‘my_allowed_tags’ );
I’m confused as why you mentioned bp-forums.
And again, I really don’t want to open up something bad. What are the implications of adding this?
Thanks in advance. I know I ask pretty dumb questions.
April 16, 2009 at 3:19 pm #42762In reply to: messaging error
jugoretz
ParticipantBuddyPress RC-1 and WPMU 2.7
April 16, 2009 at 3:13 pm #42761In reply to: messaging error
Jeff Sayre
ParticipantJugoretz-
Which versions of BuddyPress and WPMU are you running?
April 16, 2009 at 11:41 am #42753In reply to: can a user enter his own password at registration?
cercetasu
ParticipantHy everyone!
I have latest trunks of wordpress mu, buddypress, bp-dev and signup-password plugin from premium.wpmudev.org.
The plugin doesn’t work. I have the password fields on my registration page but it still generates a random password on activation.
How can i make it work?
April 16, 2009 at 10:29 am #42749In reply to: Help in hosting buddypress on Amazon EC2
gpo1
Participant@Xmike, Are you using it from the blog side or user profile under BP?
FYI for streaming video
April 16, 2009 at 8:31 am #42747In reply to: BuddyPress Showoff: Post your links
Wythagy
ParticipantI would LOVE to start getting some feedback on the site I am currently creating (still in beta) called Modelrific™. It is a modeling and photography community.
username: test
password: test
(You’ll need these just to see the page, as I have it server-side protected)
You can log in to the actual site using:
username: testuser2
password: testuser2
Please let me know what you think!
April 16, 2009 at 7:30 am #42745In reply to: BuddyPress Showoff: Post your links
David Mugo
ParticipantApril 16, 2009 at 2:57 am #42737In reply to: BuddyPress Showoff: Post your links
dbascent94
ParticipantA site by and for motorcycle enthusiasts.
April 15, 2009 at 11:40 pm #42722In reply to: Login redirect coding question
Jeff Sayre
ParticipantIn wp-login.php, I have found the following line of code (around line 470) ….
I want to redirect the user to their profile page, so I changed it to …
I would highly recommend that you stay away from hacking core WPMU files. You’ll have to make the changes all over again the next time you update WPMU.
This is the way you should do it: https://buddypress.org/forums/topic.php?id=1095
How can I change the wp-login page to include my site\’s logo instead of the WordPress logo? Is this possible?
http://premium.wpmudev.org/project/rebranding-wordpress-mu
By the way, you may receive faster responses in the future if you ask WPMU questions on the WPMU forums and ask BuddyPress-specific questions on this forum.
April 15, 2009 at 10:59 pm #42720In reply to: Default Theme
Jeff Sayre
ParticipantWell, I assume you do your WPMU updates by deleting everything from the WPMU folder–with the possible exception of certain files / folders in wp-content? If so, then just delete again and start over.
Also, read this thread ( https://buddypress.org/forums/topic.php?id=2065 ). Although not everything applies, there are important upgrade tips and instructions. Make sure you read / browse the entire thread.
April 15, 2009 at 10:12 pm #42716In reply to: Default Theme
Jeff Sayre
Participantno i havent installed wpmu 2.7.1
You must be running the latest branch of WPMU to use the trunk of BP 1.0_RC2.
Did you read this thread? https://buddypress.org/forums/topic.php?id=1994
April 15, 2009 at 7:37 pm #42709In reply to: Default Theme
Jeff Sayre
ParticipantWhich version of BuddyPress are you using?
April 15, 2009 at 7:34 pm #42708In reply to: A newbie question about trunks
fishbowl81
ParticipantJust to add my 2 cents,
I’m using Eclipse as my IDE, and have had great luck with phpeclipse and subclipse. Because eclipse is java based it is cross platform, for the ide and plugins. I have used this setup on both a Ubuntu system and my Current Mac.
I have 3 projects currently “checkout out” the Buddypress trunk, the WPMU trunk, and my private svn for personal development. This allows me to look at source code for everything. I only have submission permissions on my private svn, which is probably good.
On my server I can also use the command line and checkout the files and copy them into the required directories.
Hopefully this inspires someone,
Brad
2448027
Inactiveok i got it working didnt realise you had to enable it ..
is there away to set the buddypress admin bar as the default bar site wide ?
April 15, 2009 at 1:49 pm #42690In reply to: Avatar Upload
Jeff Sayre
ParticipantVito687-
as far as version of PHP, do you mean myadmin client or actual code
What version of PHP is your domain on your VPS running? Is this different than the version you’re using in MAMP?
More steps to try:
- Do you have any plugins other than BuddyPress installed? If so, disable all of them and see if you still get the problem. If you do not, if it works, then activate the other plugins one at a time, each time trying the avatar change or upload until you get the problem.
- If that does not work, try reinstalling from scratch. This means deleting all the files from your domain and deleting the MySQL database you’re attaching to. Create a brand new database and then upload WPMU and BP per install protocol. See what happens.
April 15, 2009 at 1:33 pm #42687In reply to: Help: Fatal Errors
Burt Adsit
ParticipantYou are going to encounter lots of errors if bp isn\\\’t installed properly and you are not running the proper wpmu version. First thing is get the svn 2.7 branch of wpmu. This depends on the operating system you are developing on.
Start with this: https://buddypress.org/forums/topic.php?id=2145#post-11567 and this https://buddypress.org/forums/topic.php?id=1285
If you are on windows this is the client I use: http://tortoisesvn.net/
Other than not running the right version of wpmu, bp does not seem to be installed right. You shouldn\\\’t have to upload the php file I mentioned to get things working right. If you are running the trunk version of bp you need to get the latest wpmu the same way you did the bp trunk. Just a different url.
Neither bp nor wpmu seem to be installed correctly.
April 15, 2009 at 1:30 pm #42686In reply to: Help in hosting buddypress on Amazon EC2
xmike
ParticipantApril 15, 2009 at 8:43 am #42682In reply to: BP-FBConnect Plugin
felix2009
ParticipantI’ve also installed this plugin on the latest versions of WPMU + BuddyPress, and i dont have any problems at all
April 15, 2009 at 8:12 am #42680In reply to: How to modify buddypress browser title
Andy Peatling
KeymasterUpgrade to the latest trunk, or wait until RC2 comes out, and you will get the nice titles.
April 15, 2009 at 6:33 am #42679In reply to: Help: Fatal Errors
Burt Adsit
ParticipantMake sure that bp is installed in a directory called /plugins/buddypress
Make sure that you are using the wpmu svn 2.7 branch http://svn.automattic.com/wordpress-mu/branches/2.7 not the wpmu trunk.
For some reason bp is not loading correctly. bp should be installed in the above directory and there should be other subdirs underneath that with all the components. Do you have this file in this path? /plugins/buddypress/bp-groups/bp-groups-templatetags.php
That is one of the files that is not loading.
April 15, 2009 at 2:40 am #42675In reply to: Avatar Upload
vito687
ParticipantOkay thanks jeff for the help, let me try to answer your questions as precisely as you have laid them out.
first off, I have pre-existing avatars in my blogs.dir, these avatars load fine, the thumbnails and everything else is there. Ive tried just using an empty blogs.dir and it still didnt work. I hit “change avatar” upload and get that error message.
My permissions for the entire blogs.dir are set to 777 so I think that would clear up any permission issues.
Im trying to use various formats for testing so far a png that was 800k and a jpg about the same, I have my limit set to 2500k
I have read lance’s post but unfortunately none of the methods helped.
I am using a customized theme, when I upgraded to the BP trunk as per andys instructions I copied only the functions and header files over for both my home and members theme. Everything is working properly. The BP_core and all plugin files were placed in the plugins/buddypress directory and are functioning fine.
as far as version of PHP, do you mean myadmin client or actual code, which is whatever its written in to begin with, Ive done minimal php editing besides a custom loop on the home page, mainly CSS edits.
I did not check and see if there where no files in the blogs.dir because there are files presently there, I will try again with an empy blogs.dir folder
Is there anything in the DB that controlls where the upload script tries to send the file to? because I went from a local setup to a server set up, maybe the upload button is still using the local domain?
I really need to get this working, any help is truly appreciated
-
AuthorSearch Results