Search Results for 'wordpress'
-
AuthorSearch Results
-
June 20, 2010 at 4:27 pm #82040
In reply to: How is the Buddypress Plugin Hidden for Users?
justbishop
MemberNevermind, someone in #wordpress IRC just wrote me a plugin
June 20, 2010 at 12:53 pm #82030Kevin
ParticipantI just realized that it also turned everyone’s uploaded avatar to a default avatar. Also changed all the group avatars to default avatars
June 20, 2010 at 12:32 pm #82028Kevin
ParticipantI came across this on a search, https://svn.buddypress.org/tags/1.1-rc/bp-core/bp-core-avatars.php and this code got my avatars working again. Now the only problem I’m having is when you try to upload an avatar, no matter what size it is it says it’s too big and won’t upload it. Any suggestions?
June 20, 2010 at 11:56 am #82023In reply to: bbPress forum integration in BuddyPress
Goran
Participantquote marks are ok, it just forum glitch. I dont know how to try generate different salt??! I use WordPress 3.0.
June 20, 2010 at 3:55 am #82009More Ivyou
Participantok. I wanted to see if the problem is here (. htaccess). I think yes. Pay attention to punctuation.
June 20, 2010 at 3:02 am #82006Kevin
ParticipantI’m not sure where back copies blogs.php is. Where is it located? I’m an amateur at this. Thanks for your help.
June 19, 2010 at 7:40 pm #81981More Ivyou
Participantback copies blogs.php
put
RewriteRule ^(.*/)? /(.*) wp-content/blogs.php files? File = $ 2 [L]
and see if there avatarsJune 19, 2010 at 7:24 pm #81977Kevin
ParticipantSo I just add that line into my .htaccess file?
June 19, 2010 at 7:20 pm #81976paulhastings0
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 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 12:35 pm #81937In reply to: Remove “Visit” from the admin bar
rich! @ etiviti
Participantjust by looking at the source code (in this case open up bp-core.php and you’ll see where bp-custom.php is referenced prior to the adminbar code) + another great plugin if you have a development setup -> https://wordpress.org/extend/plugins/wordpress-hook-sniffer/
June 19, 2010 at 2:07 am #81915June 19, 2010 at 1:38 am #81914In reply to: Simple Question Members Allowed to Blog
intimez
ParticipantJune 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 6:08 pm #81878June 18, 2010 at 5:44 pm #81876In reply to: Member Ratings/Feedback?
justbishop
MemberSolved via a ridiculously complicated process that I’ve detailed here:
https://wordpress.org/support/topic/293846?replies=6
Hope that helps someone else!
June 18, 2010 at 5:06 pm #81872In reply to: How do I use buddypress?
r-a-y
KeymasterJust to add to this, if you’re using a custom WP theme and you want to add BuddyPress functionality, then you’ll need to use the BP Template Pack plugin:
https://wordpress.org/extend/plugins/bp-template-pack/If you’re used to customizing themes, then you’ll feel right at home with BP templates and custom loops. Check out the codex for more info.
What hnla is talking about is if you’re using WP 3.0 and you want to add user blogs, you’ll need to add network functionality. Read this post by Pete Mall for more info:
http://developersmind.com/2010/05/17/enable-multi-site-in-wordpress-3-0/June 18, 2010 at 4:56 pm #81871In reply to: How do I display a Blog like wordpressMU
r-a-y
KeymasterYou need to use a WPMU plugin like New Blog Defaults:
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/Put the PHP file (not the folder) in /wp-content/mu-plugins/
Haven’t tested compatibility with WP 3.0, but it should work.
June 18, 2010 at 1:35 pm #81855Hugo Ashmore
Participant@si you’ve added in a carriage return/line feed after the closing ?> or before it’s opening, anything that represents a character is interpreted as browser output. Ensure you have no whitespace after the closing php tags.
June 18, 2010 at 12:54 pm #81852sj
Participant@ray added code to functions in bp default
but getting eeor wen going to login pae, logout link ..
header modification already send some sort error
June 18, 2010 at 11:20 am #81846In reply to: How do I use buddypress?
Hugo Ashmore
ParticipantBuddypress runs as a plugin of a WordPress install, either WP single or WPMU / WP MS(WP 3.0)
If you have your WordPress install up and running then you need to upload or install via dashboard the BP plugin and activate, no further domain issues unless you have decided to run user blogs then you have considerations such as sub domains for the user blogs or sub directories and possible DNS issues if you want to use sub domains.
June 18, 2010 at 11:07 am #81843In reply to: Map BP Groups to Subdomains
Matt Edminster
Participanthttp://keyboarddance.wordpress.com/2007/09/28/dynamic-subdomains-using-htaccess/ suggests the following .htaccess addition in the (given that wildcard DNS is enabled):
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.yourwebsite.com
RewriteCond %{HTTP_HOST} ([^.]+).yourwebsite.com
RewriteRule ^(.*)$ /path_to_your_site/httpdocs/work_out.php?url=%1Is that all it takes?
June 18, 2010 at 9:09 am #81842sj
Participantthnx ray
June 18, 2010 at 6:22 am #81837In reply to: BuddyPress and WordPress 3.0
Mitch
ParticipantRon said:
Folks,
The issue here with 3.0 is that if an existing WP 2.9.2 install with uploaded media upgrades to 3.0 and enables the network the blog option for the upload_path can’t be changed to the blogs.dir folder because the existing media becomes inaccessible.
So my question is: is there a way to get the pre-existing media to show-up? I went from WPMU 2.9.2 to WP 3.0 – and all of my media is gone? It won’t even show up, if I enter the path to the file directly in the address bar? Shouldn’t it at least show an image if I put the exact path in?
I also tried to upload new media – and that doesn’t show up either, so I’m not sure if what Ron posted is my issue?
Thanks!
-
AuthorSearch Results