Search Results for 'buddypress'
-
AuthorSearch Results
-
September 30, 2011 at 5:33 pm #121583
In reply to: blog create
r-a-y
KeymasterAre you using the bp-default theme?
If not you need to copy /plugins/buddypress/bp-themes/bp-default/blogs/ to your WP theme.
Preferably, you are already using a child theme.
September 30, 2011 at 5:23 pm #121682In reply to: How to disable Gravatar completely?
r-a-y
KeymasterAdd the following in wp-content/plugins/bp-custom.php:
define( 'BP_AVATAR_DEFAULT', 'http://example.com/my-new-default-avatar.jpg' );Change the link of the URL to your default avatar URL.
September 30, 2011 at 5:23 pm #121582In reply to: How to disable Gravatar completely?
r-a-y
KeymasterAdd the following in wp-content/plugins/bp-custom.php:
define( 'BP_AVATAR_DEFAULT', 'http://example.com/my-new-default-avatar.jpg' );Change the link of the URL to your default avatar URL.
September 30, 2011 at 5:18 pm #121679In reply to: oEmbed video size in Buddypress 1.5
r-a-y
KeymasterRead this:
https://codex.buddypress.org/extending-buddypress/embeds/#faqNote: This will only take effect on new embeds, not existing embeds.
September 30, 2011 at 5:18 pm #121579In reply to: oEmbed video size in Buddypress 1.5
r-a-y
KeymasterRead this:
https://codex.buddypress.org/extending-buddypress/embeds/#faqNote: This will only take effect on new embeds, not existing embeds.
September 30, 2011 at 5:17 pm #121678In reply to: How to rename HOME Tab?
September 30, 2011 at 5:17 pm #121578In reply to: How to rename HOME Tab?
September 30, 2011 at 4:54 pm #121676In reply to: How to rename HOME Tab?
@mercime
Participant== What’s the way to get back «Activity» as tab name instead of «Home»? ==
Using custom menu is the easiest way. If you’re using bp-default or child theme thereof.
https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
Using the GUI section – http://thinkvitamin.com/code/getting-started-with-wordpress-custom-menus/September 30, 2011 at 4:54 pm #121576In reply to: How to rename HOME Tab?
@mercime
Participant== What’s the way to get back «Activity» as tab name instead of «Home»? ==
Using custom menu is the easiest way. If you’re using bp-default or child theme thereof.
https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
Using the GUI section – http://thinkvitamin.com/code/getting-started-with-wordpress-custom-menus/September 30, 2011 at 4:52 pm #121675Walid
Participant@boonebgorges have you tried fresh 1.5 install instead of upgrading?
I have been frustrated the last 2 hours trying to do it, and the same still happen, I even updated to wordpress 3.3 on one test site to see, but still without any hope.
I’m not upgrading, I’m installing 1.5 from scratch on subdomain multisite, can you try that and see if the bug reproduced for you?September 30, 2011 at 4:52 pm #121575Walid
Participant@boonebgorges have you tried fresh 1.5 install instead of upgrading?
I have been frustrated the last 2 hours trying to do it, and the same still happen, I even updated to wordpress 3.3 on one test site to see, but still without any hope.
I’m not upgrading, I’m installing 1.5 from scratch on subdomain multisite, can you try that and see if the bug reproduced for you?September 30, 2011 at 4:20 pm #121670@mercime
Participant@tahirtaous I’d use WP_Query on archives.php from available ways to do so in this article http://digwp.com/2011/05/loops/ Cheers.
September 30, 2011 at 4:20 pm #121570@mercime
Participant@tahirtaous I’d use WP_Query on archives.php from available ways to do so in this article http://digwp.com/2011/05/loops/ Cheers.
September 30, 2011 at 4:19 pm #121669In reply to: May implement a Town Index with buddypress.org?
lselwd
Memberwell I was reading “bp for dummies book”, and finished today, in current 1.5 version can implement this, can you provide any hint?
I mean:
May implement a Town Index with buddypress.org? I am familiar with WordPress.org…
in main page I would like something like old yahoo.com categories[Pharmacies, Restaurants, Bookshops, Hotels, Taxis,..]… when click appear a category[eg Pharmacies] data with listings/urls/tel etc appear listing all Pharmacies in town…September 30, 2011 at 4:19 pm #121569In reply to: May implement a Town Index with buddypress.org?
lselwd
Memberwell I was reading “bp for dummies book”, and finished today, in current 1.5 version can implement this, can you provide any hint?
I mean:
May implement a Town Index with buddypress.org? I am familiar with WordPress.org…
in main page I would like something like old yahoo.com categories[Pharmacies, Restaurants, Bookshops, Hotels, Taxis,..]… when click appear a category[eg Pharmacies] data with listings/urls/tel etc appear listing all Pharmacies in town…September 30, 2011 at 4:06 pm #121668In reply to: 404 Errors on all pages
drmikelbrown
MemberI choose sub directories because I thought it would be easier of the to methods. The code that i have in my .htaccess was provided by the plugin. perhaps i should recut and paste in order to insure that I copy/pasted all of the code.
I’ll let you know what happens. Thanks guys for all of your help..
September 30, 2011 at 4:06 pm #121568In reply to: 404 Errors on all pages
drmikelbrown
MemberI choose sub directories because I thought it would be easier of the to methods. The code that i have in my .htaccess was provided by the plugin. perhaps i should recut and paste in order to insure that I copy/pasted all of the code.
I’ll let you know what happens. Thanks guys for all of your help..
September 30, 2011 at 4:01 pm #121667In reply to: 404 Errors on all pages
Blogurp
Participant@drmikelbrown The default theme did work with mine when I tested it after having those errors, so, you have a deeper issue. I purchased mingle It’s $40 and the ultimate theme to totally customize your website http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056 BTW, my htaccess file looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
php_value upload_max_filesize 16M
php_value post_max_size 16MI have subdomains and not sub directories.
September 30, 2011 at 4:01 pm #121567In reply to: 404 Errors on all pages
Blogurp
Participant@drmikelbrown The default theme did work with mine when I tested it after having those errors, so, you have a deeper issue. I purchased mingle It’s $40 and the ultimate theme to totally customize your website http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056 BTW, my htaccess file looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
php_value upload_max_filesize 16M
php_value post_max_size 16MI have subdomains and not sub directories.
September 30, 2011 at 3:35 pm #121562In reply to: 404 Errors on all pages
drmikelbrown
MemberI am using the default BP theme it should work. That would be too crazy.. to purchase a theme to get buddypress working when the pre-packaged theme designed by bp does not work. that would be funny if this was such a serious problem for me. BTW what theme did you purchase.
Thanks for your help. Does anyone know what is another idea is to getting this working?
Thanks again.
September 30, 2011 at 3:29 pm #121561In reply to: oEmbed video size in Buddypress 1.5
gajah23
Participantany solution please?
September 30, 2011 at 2:01 pm #121559In reply to: BuddyPress 1.5 user fullname save/show errors
juanmaguerrero
ParticipantIn my case the full name data was actually deleted cause the field in the DB was empty. Maybe it happened in some upgrade I did, maybe some file of my installation didn’t properly upgraded. Anyway if you tell me it works I can try to find the bug on my one and only personal installation
Thanks a lot, boone!!!September 30, 2011 at 1:36 pm #121557Boone Gorges
KeymasterAn update. I ran through a few tests this morning, with
`define( ‘BP_ROOT_BLOG’, 2 );`I tested on two kinds of MS installations: one with subdomains and one with subdirectories. In each case, I installed BP 1.2.10, then upgraded to 1.5. In each case, everything worked fine. The pages in the wizard dropdown were from blog 2, *not* blog 1. This is as expected; see https://buddypress.trac.wordpress.org/browser/tags/1.5/bp-core/admin/bp-core-admin.php#L535
For now, I have closed https://buddypress.trac.wordpress.org/ticket/3602. If anyone can give steps to reproduce (perhaps I’ve misunderstood something about the process), please do so on that ticket.
September 30, 2011 at 1:25 pm #121555In reply to: Buddypress not creating user in WP Admin panel
brambo23
MemberBump, can’t seem to find my post unless I search for it
September 30, 2011 at 12:57 pm #121554In reply to: How to edit and add thing to bp adminbar
Tahir Taous
Memberi tried to remove Viisit Radom Member, Random Group And Random Site from BuddyBar successfully, Here is link for you how to make changes, edit BuudyBar.
http://www.funjog.com/learnbuddypress/2011/09/30/how-to-hide-visit-random-group-members-sites-menu-from-buddypress-buddybar/
Hope this will help. -
AuthorSearch Results